hi,
i found tons of serial port info online but i have one
problem that is driving me nuts. i wrote a program that
parses ascii command strings on COM port 2(/dev/ttyAM1). I
am running this program from the console on COM1. I'm
pretty sure my configuration is correct and I can write
out COM2 okay to a PC running puTTY. but, when i try to
read COM2 (canonical, no echo) the read() function still
outputs data to COM2 and crashes puTTY. I want to have
total control over COM2 output. Am i overlooking a flag?
Any help would be appreciated. I've exhausted the usual
documentation online. Kristeen