Re: serial port: fconfigure -handshaking fails
- From: Jan Kandziora <jjj@xxxxxx>
- Date: Sun, 29 Jul 2007 10:23:58 +0200
spooky130@xxxxxxx schrieb:
Only if Tcl recognizes /dev/cuad0 as a serial port. If the ioctl() call
# open the serial port...
set f [open /dev/cuad0 r+]
# set bidirectional (RFR/CTS) flow control
fconfigure $f -handshaking rtscts
Results in
bad option "-handshaking": should be one of -blocking, -buffering,
-buffersize, -encoding, -eofchar, or -translation
According to posts I've read here, this should work
fails, you may get a misleading error message.
Maybe the driver on /dev/cuad0 does not support this specific ioctl() call?
Kind regards
Jan
.
- Follow-Ups:
- Re: serial port: fconfigure -handshaking fails
- From: spooky130
- Re: serial port: fconfigure -handshaking fails
- References:
- serial port: fconfigure -handshaking fails
- From: spooky130
- serial port: fconfigure -handshaking fails
- Prev by Date: Re: Math
- Next by Date: Re: Math
- Previous by thread: serial port: fconfigure -handshaking fails
- Next by thread: Re: serial port: fconfigure -handshaking fails
- Index(es):
Relevant Pages
|