hi,
I have the following code for a tk interface in windows that communicates through COM1.
set chan [open com1 r+]
fconfigure $chan -mode 19200,n,8,2 -translation binary -buffering none -blocking 0
this code is just a part of my program. here I'm able to run it successfully on a windows machine. Now I want to modify this code so that it words fine with Linux system as well. so I want to know how to capture this COM1 in Linux? I mean what is this port called in Linux and how to access it??
thanx,
Raj.
I have the following code for a tk interface in windows that communicates through COM1.
set chan [open com1 r+]
fconfigure $chan -mode 19200,n,8,2 -translation binary -buffering none -blocking 0
this code is just a part of my program. here I'm able to run it successfully on a windows machine. Now I want to modify this code so that it words fine with Linux system as well. so I want to know how to capture this COM1 in Linux? I mean what is this port called in Linux and how to access it??
thanx,
Raj.