Hi,
I am struggling to write a few serial input and output routines fot
visual tcl (on my Linux box). I want to make sure baud rate, etc are
properly set. I have had some success by opening files such as
/dev/ttyS1 for output and input, but the input seems to get hosed
all the time. Not sure I have baud rate set correctly (system is
probably defaulting to 9600 baud) but I suspect everything. Will I
have to resort to a small c program (run from command line or through
exec) to set my serial port paramaters? How do I best get the response
from the serial device I am trying to control?
Thanks in advance, as always,
Mike