Skip to content
Prev 77181 / 398502 Next

Reading data from a serial port

snip
I think that windows would use com1 for /dev/ttyS0 so one could use a batch file in windows with something like
mode com1:4800,0,7,1 

I recall somewhere about setting parity to 0 for space parity, but I don't have a DOS manual here at work.

snip
Tom