I need read data form some other hardware!
set com [open com1: r+] for port 1~9 is ok for use!
But some computer the hardware over com10,11,12 ---> can't access
those port!
Could some one give me some direction to solve this problem!
BR
Rolance
WBR, Yaroslav Schekin.
Hello Rolance,
see here http://wiki.tcl.tk/1838 how to list all available ports on
windows from the registry.
Rüdiger
Dear All
I already try this command
[open \\\\.\\com13 r+]
error message:
couldn't open "\\.\com13": permission denied
did I forget some thing?
BR
Rolance