RS232 serial port

I’m doing a project where I want to make a program that will send .hex files to another project of mine with the RS232 serial port. How do I get access to it and use it to send data on Linux(arch).

My fortran-unix library includes bindings to termios. See serial.f90 for an example.

Also, the dm_tty module of DMPACK is a more abstract wrapper around the fortran-unix bindings.

2 Likes