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 dencom 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: *

  • Users: accacca
  • Content: Threads
  • Order by date
  1. accacca

    serial communication fileevent problem

    I have write a small library for serial communication under Win The RX routine for reading incoming data is installed with fileevent command: fileevent $cfg(port) readable com::port_rxisr My com::rx_isr procedure do this variable cfg append cfg(rxbuffer) [read $cfg(port)]...
  2. accacca

    Serial port strange behavior

    I am a beginner with Tcl and I start practice with wish85 console under Win XP sp3 Mi goal is read incoming serial port chars I use the com port on my PC. Com1 is open from TCL and Com2 from Hyperterminal. My console instructions are % set comport [open com1 RDWR] file12e2a18 % fconfigure...

Part and Inventory Search

Back
Top