| cbagger01  
 
 
 
 
 Group: Members
 Posts: 4264
 Joined: Oct. 2003
 | 
|  | Posted: Mar. 01 2006,05:53 |  |  Hmm... A quick look around reveals the following devices:
 
 /dev/ttyUSB0
 /dev/ttyUSB1
 ...
 
 also there is:
 
 /dev/usb/ttyUSB0
 /dev/usb/ttyUSB1
 ...
 
 The "USB" part is uppercase letters and the rest are lowercase letters.
 
 Finally, I noticed that the "owner" of the tty device was "root" with no permissions for all users to access the device.
 
 For the /dev/ttyUSB0, access is allowed for members of the group "dialout", so you may be able to access it under user "dsl".
 
 I would try some of these devices and if you can't get it to work, then try an experiment and run the program as user "root" in a Xterminal window and type:
 
 sudo su
 jpilot
 |