View previous topic :: View next topic |
Author |
Message |
mxc Guru


Joined: 05 Mar 2003 Posts: 442 Location: South Africa
|
Posted: Sat Jun 05, 2004 5:32 pm Post subject: How to get minicom to see /dev/tts/USB0? |
|
|
Hi all,
I am trying to set up a chat script with my P800 sony/ericsson phone. I want to use something like minicom to see what the phone requires in the chat script. However when I launch minicom it doesn't list /dev/tts/USB0 in the drop down box of available port to connect to.
I am using linux kernel 2.6.6 with UDEV. I can see that the other tts devices are owned by the logged in user and the group is tty. The USB0 device is owned by root and group usb.
Any help appreciated.
thanks |
|
Back to top |
|
 |
frenkel Veteran


Joined: 13 May 2003 Posts: 1034 Location: .nl
|
Posted: Wed Dec 29, 2004 6:56 pm Post subject: |
|
|
Can't you just do a "cat /dev/tts/USB0"?
Frank _________________ http://techfield.org |
|
Back to top |
|
 |
gentsquash l33t

Joined: 03 Nov 2004 Posts: 753 Location: Still a Gentoo beginner.
|
Posted: Wed Dec 29, 2004 9:39 pm Post subject: |
|
|
mxc wrote: | ...I am trying to set up a chat script with my P800
sony/ericsson phone. I want to use something like minicom to see
what the phone requires in the chat script. However when I launch
minicom it doesn't list /dev/tts/USB0 in the drop down box of
available port to connect to. |
Is this correct?: Normally there is no device "/dev/tts/USB0",
but when you attach your P800, then "/dev/tts/USB0" is created?
(presumably by UDEV)
I don't fully understand the situation, but I'll risk a thought:
Perhaps could create a permanent symlink
Code: |
ln -sf /dev/tts/USB0 /dev/P800 |
and then teach (i.e, configure) `minicom' about device
"/dev/P800", which is persistent. _________________ Your thread resolved? Putting [SOLVED] in its title helps all Gentooers. (Button "edit" , first post)
Prof. Jonathan LF King, Mathematics dept., University of Florida |
|
Back to top |
|
 |
mxc Guru


Joined: 05 Mar 2003 Posts: 442 Location: South Africa
|
Posted: Sat Jan 01, 2005 8:33 am Post subject: |
|
|
Thanks for the reponse. I have shelved this little project a while ago. But have learnt a lot since and with your imput I may be able to solve it. I will give it a bash again soon. I may even make it a new years resolution to get it working  |
|
Back to top |
|
 |
|