diff options
author | hobbs <hobbs> | 1999-11-24 20:54:54 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-24 20:54:54 (GMT) |
commit | dba6bd040e866529d033e0805b7ff42b24154a48 (patch) | |
tree | 0a756592d133543b9977d071a49d90c5b53d1ccb /doc | |
parent | f09e8933fed7655e635d86ba18f8e913b7a745ea (diff) | |
download | tcl-dba6bd040e866529d033e0805b7ff42b24154a48.zip tcl-dba6bd040e866529d033e0805b7ff42b24154a48.tar.gz tcl-dba6bd040e866529d033e0805b7ff42b24154a48.tar.bz2 |
* doc/open.n:
* win/tclWinSerial.c: adopted patch from Schroedter to handle
fconfigure $sock -lasterror on Windows. [RFE: 3368]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/open.n | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: open.n,v 1.6 1999/11/10 02:51:42 hobbs Exp $ +'\" RCS: @(#) $Id: open.n,v 1.7 1999/11/24 20:54:54 hobbs Exp $ '\" .so man.macros .TH open n 7.6 Tcl "Tcl Built-In Commands" @@ -153,6 +153,15 @@ set the maximum time between polling for fileevents. This affects the time interval between checking for events throughout the Tcl interpreter (the smallest value always wins). Use this option only if you want to poll the serial port more often than 10 msec (the default). +.TP +\fB\-lasterror +. +This option is available only on Windows for serial ports, and is +query only (will only be reported when directly requested). +In case of a serial communication error, \fBread\fR or \fBputs\fR +returns a general Tcl file I/O error. +\fBfconfigure -lasterror\fR can be called to get a list +of error details (e.g. FRAME RXOVER). .VE .VS |