I'm trying to connect to a development board via a (USB) serial line. It's using CR rather than NL for line ends, so I was hoping for stty to set that up so I could use screen to communicate with that board. No such joy on Cygwin since the cooked modes are not implemented apparently. Connecting via screen anyway lets me send commands to the board with no problems, but I cannot see any output (presumably because screen waits for the line end ?). I can dump the output into a pipe and see it, but of course not at the same time screen is connected.
Is there some other terminal emulator/program that would let me use this board anyway via Cygwin until Cygwin learns cooked mode for terminals? Regards, Achim. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple