Canonical Serial Input Issue

2004-01-15 Thread Tim Arganbright
I'm trying to read GPS input on the serial port of my WinXP PC and am having the following issue: The input is a canonical read. The read returns after only 8 characters each time, instead of waiting to read the whole line. The same exact code works on my Linux machine, however. Here is the se

Re: Canonical serial input

2002-10-13 Thread Christopher Faylor
y success in using canonical serial input with cygwin. >It is possibly unimplemented/broken? unimplemented. I think the mailing list archives would show that this has come up several times. -- Please do not send me personal email with cygwin questions. Use the resources at http://cygwin.com/ .

Canonical serial input

2002-10-13 Thread phi
I have a GPS receiver on com3. The GPS messages from the receiver have EOL characters, but setting canonical line input ignores these EOL characters. Non-canonical input works and this is what I may use, but has anyone had any success in using canonical serial input with cygwin. It is