Nov. 11, 2012
10:05 a.m.
2012/11/11 Friedrich Dominicus <frido@q-software-solutions.de>
Luc Fabresse <luc.fabresse@gmail.com> writes:
Did you tried:
sPort := SerialPort new. sPort close. sPort openPort: '/dev/ttyS0'.
No, but now I did and with a symbolic link from /dev/ttyUSB0 to /dev/ttyS0 I get this thing opened?
I do not understand why you need a symlink.
Well I can not see why this should be "expected".
Because you said previously that: "If I'm trying the other approach (making a symbolc link to /dev/ttyS0 I can open the port and get my informations back." So I understood that your device is accessible through /dev/ttyS0. And why not trying to access it directly? Perhaps I did not get what you meant. Cheers, Luc
Regards Friedrich