Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rustycar54

    Receiving a ‘BREAK’ in tcl 8.5.1 causes COM port to quit working (xp)

    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
  2. rustycar54

    Receiving a ‘BREAK’ in tcl 8.5.1 causes COM port to quit working (xp)

    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...
  3. rustycar54

    Receiving a ‘BREAK’ in tcl 8.5.1 causes COM port to quit working (xp)

    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...

Part and Inventory Search

Back
Top