Re: Serial port programming with G95



READ/WRITE to filename "COM1:" will probably work for simple tasks if
you set the serial port defaults to match the desired I/O settings, and
if you are not trying no monitor control lines. You might also need to
set the environment variable G95_UNBUFFERED_ALL, or call flush()
frequently.

.