* TI Calypso Driver
@ 2009-09-04 4:32 Denis Kenzior
2009-09-11 16:10 ` mgwpub
2009-09-11 16:16 ` mgwpub
0 siblings, 2 replies; 4+ messages in thread
From: Denis Kenzior @ 2009-09-04 4:32 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
Hi guys,
I submitted a preliminary driver for TI Calypso based devices (e.g. OpenMoko
Freerunner). It works well enough that I can power up / down the modem,
register to the network, scan operators, etc. Voice calls & SMS features
should also work.
Simply insert the following lines into modem.conf to enable this device:
[calypso]
Driver=calypso
Device=/dev/ttySAC0
Regards,
-Denis
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: TI Calypso Driver
2009-09-04 4:32 TI Calypso Driver Denis Kenzior
@ 2009-09-11 16:10 ` mgwpub
2009-09-11 17:01 ` Denis Kenzior
2009-09-11 16:16 ` mgwpub
1 sibling, 1 reply; 4+ messages in thread
From: mgwpub @ 2009-09-11 16:10 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 534 bytes --]
Hi Denis,
> Simply insert the following lines into modem.conf to enable this device:
> [calypso]
> Driver=calypso
> Device=/dev/ttySAC0
thanks for the driver. I tried to use it via network, but I dont see
dbus object pathes for the device.
I use pty [1] on my workstation and netcat on the freerunner to forward
the at-commands. I can use /dev/pts/3 with cu to send at commands, but
ofono doesnt show the object path for the modem.
Best regards.
[1]http://svn.openmoko.org/trunk/src/host/qemu-neo1973/pty.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: TI Calypso Driver
2009-09-04 4:32 TI Calypso Driver Denis Kenzior
2009-09-11 16:10 ` mgwpub
@ 2009-09-11 16:16 ` mgwpub
1 sibling, 0 replies; 4+ messages in thread
From: mgwpub @ 2009-09-11 16:16 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 534 bytes --]
Hi Denis,
> Simply insert the following lines into modem.conf to enable this device:
> [calypso]
> Driver=calypso
> Device=/dev/ttySAC0
thanks for the driver. I tried to use it via network, but I dont see
dbus object pathes for the device.
I use pty [1] on my workstation and netcat on the freerunner to forward
the at-commands. I can use /dev/pts/3 with cu to send at commands, but
ofono doesnt show the object path for the modem.
Best regards.
[1]http://svn.openmoko.org/trunk/src/host/qemu-neo1973/pty.c
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: TI Calypso Driver
2009-09-11 16:10 ` mgwpub
@ 2009-09-11 17:01 ` Denis Kenzior
0 siblings, 0 replies; 4+ messages in thread
From: Denis Kenzior @ 2009-09-11 17:01 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 857 bytes --]
Hi,
> Hi Denis,
>
> > Simply insert the following lines into modem.conf to enable this device:
> > [calypso]
> > Driver=calypso
> > Device=/dev/ttySAC0
>
> thanks for the driver. I tried to use it via network, but I dont see
> dbus object pathes for the device.
Make sure that your modem.conf is properly configured and resides int he proper
sysconfig directory.
Also, the calypso modem driver assumes it is running natively on the
Freerunner. If you want to use this over the network, you can use the
phonesim driver. This one can be connected to any TCP socket exporting the AT
command modem.
[calypsonet]
Driver=phonesim
Address=192.168.0.202 # or whatever your GTA0x IP is
Port=2000 # or whatever GTA0X port is
Modem=calypso
Then setup netcat or ser2net to forward he raw tty over the network.
Regards,
-Denis
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-09-11 17:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-04 4:32 TI Calypso Driver Denis Kenzior
2009-09-11 16:10 ` mgwpub
2009-09-11 17:01 ` Denis Kenzior
2009-09-11 16:16 ` mgwpub
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.