View Single Post
Posts: 82 | Thanked: 214 times | Joined on Jan 2010 @ Cape town
#440
Originally Posted by dj_steve View Post
Yep ive seen pnatd but im not sure what at commands it accepts and dont know what tty it would use ?Would appreciate more info though...me and modems is not something im hugely experianced in yet
Well, if you run this command:
Code:
Nokia-N900:~# pnatd -p
/dev/pts/2
It outputs the name of the psuedo-terminal that it runs on... You can ln -s this to another device:

Code:
Nokia-N900:~# ln -s /dev/pts/2 /dev/modem
And then it can be accessed as if it were a bog standard serial device:

Code:
Nokia-N900:~# screen /dev/modem

AT
OK

ATDT100;
OK

<number is dialed>
 

The Following User Says Thank You to cb22 For This Useful Post: