[Q] Windows redirection error
From: JC (jessechao_at_comcast.net)
Date: 09/09/04
- Next message: Helmut Giese: "Re: ActiveState contest: Coolest Tk Screenshot"
- Previous message: Jeff Hobbs: "Re: ActiveState contest: Coolest Tk Screenshot"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 8 Sep 2004 22:10:14 -0700
Hi,
I am using Tcl/Expect to connect to my box through serial port, however,
when I run the
following code:
set spawned [spawn -open [open $port w+]]
stty ispeed $baud ospeed $baud raw -echo cs8 -parenb -cstopb onlcr <
$port
I got error as follows:
redirection not supported on Windows NT while executing
"stty ispeed $baud ospeed $baud raw -echo cs8 -parenb -cstopb onlcr <
$port"
Can someone help me out of this?
Thanks.
- Next message: Helmut Giese: "Re: ActiveState contest: Coolest Tk Screenshot"
- Previous message: Jeff Hobbs: "Re: ActiveState contest: Coolest Tk Screenshot"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|