Topic: Serial COM port
Can anyone suggest a way for Simply Fortran to support serial communication through a COM port?
With modern computers a COM port is usually implemented as a USB-UART (RS-232) converter which shows up in the Windows Device Manager as a COMn port, n being the number assigned to the port.
What I need is to be able to Send/Receive data to the COM port from within a Fortran program
What would be the simplest way to do this?