View Single Post
Posts: 82 | Thanked: 214 times | Joined on Jan 2010 @ Cape town
#438
Have you looked at pnatd re the phone subsystem? It provides an AT interface... Maybe it would be possible to use psuedo-ttys and pnatd to emulate a normal serial-type modem?

EDIT: It seems pnatd can already do this:
Code:
Nokia-N900:~# pnatd --help
pnatd: invalid option -- -
Usage: pnatd [/dev/<tty_device_name> | -p] [-r]
Open a TTY line and handle AT commands from it using Phonet.
 -h  print this help and exit
 -p  create a pseudo-terminal instead of opening an existing terminal
 -r  restart whenever the terminal is hung up (until fatal error)
 -V  print version informations and exit

Last edited by cb22; 2010-05-18 at 22:36.