I've discovered the issue - if you have xonxoff enabled on the port when the break comes in, then the output path gets frozen so that you cannot send any characters.
For now the solution is to turn off xonxoff mode. I found this issue even with 'moni', so its not just my code ;-)
Rusty
Well, I do have blocking off. Here's how I set the port:
fconfigure $state(com_port_handle) -mode 115200,n,8,1 \
-blocking 0 \
-buffering none \
-translation binary...
I'm working on a program which makes heavy use of a serial port. In this case, a *real* serial port not a usb-to-serial adapter.
It is currently a windows-only program (unfortunately :-)), running on Windows XP. The TCL version is 8.5.1.0 - it may or may not be an 'official' TCL, not sure...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.