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>
Nokia-N900:~# pnatd -p /dev/pts/2
Nokia-N900:~# ln -s /dev/pts/2 /dev/modem
Nokia-N900:~# screen /dev/modem AT OK ATDT100; OK <number is dialed>