Ariche
- 1
- 0
I'm on Linux, and I want to treat the flow of data through the RS232 port, using the Fortran language , how can I do?
This discussion focuses on data acquisition using Fortran and the RS232 port on a Linux system. Users need a driver to interface with the RS232 port, and it is suggested to utilize Fortran calls for this purpose. An alternative method involves writing controlling functions in C and passing data buffers to Fortran for processing. The conversation highlights the challenges and considerations when using Fortran for serial communication, particularly regarding the reading of the serial port as a file in Linux.
PREREQUISITESThis discussion is beneficial for software developers, particularly those working with Fortran and C, as well as engineers involved in data acquisition and signal processing using RS232 communication on Linux systems.
