Hi,
When I try to open a serial port like this:
I get: " couldn't open "/dev/ttyS0": no such file or directory"
When I use this form:
It works properly.
It might be importent to know why is it as i would like open USB connection like
I use Windows XP and Active Tcl 8.5.8.2.
Thanks
Arepi
When I try to open a serial port like this:
Code:
set serial [open /dev/ttyS0 r+]
When I use this form:
Code:
set serial [open COM1: r+]
It might be importent to know why is it as i would like open USB connection like
Code:
/dev/ttyUSB0
I use Windows XP and Active Tcl 8.5.8.2.
Thanks
Arepi