I was having a problem using agetty on Win95 with a modem. I tried with a null modem cable. The same problem occurs. Could there be a problem with the icanon stty option on Win95? This works fine running agetty on XP. Is there any documentation of Cygwin's limitations on Win9x platforms?
On Win95 I run "agetty -8 -N -1 -a 38400 ttys1". When I connect from WinXP, my input is echoed every second character. Line terminating line feeds are processed only if they are the second of a pair of characters. The stty -a output looks ok, $ stty -a speed 38400 baud; rows 24; columns 80; line = 0; intr = ^C; quit = ^\; erase = ^H; kill = ^U; eof = ^D; eol = <undef>; eol2 = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W; lnext = ^V; flush = ^O; min = 1; time = 0; -parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts -ignbrk brkint -ignpar -parmrk -inpck istrip -inlcr -igncr icrnl ixon -ixoff -iuclc ixany imaxbel opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0 isig icanon iexten echo echoe -echok -echonl -noflsh -tostop echoctl echoke -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/