Long ago I had a Handspring Visor with the "springboard" GSM module, and it was pretty good, even though the integration with the standard Palm datebook was crude (basically it had an import feature for its own phone book).
I got quite excited when I discovered that, with a compact flash GSM card there was a chance of doing the same... I found an audiovox rtm-8000 on ebay for a good price (be warned, there are two versions, one with a headset socket which does voice, the other without) - I paid GBP40 (EUR60? USD70?).
At first I thought it didn't work, "dmesg" told me the Z saw the card, but no joy in minicom or zediallar.
It's been a long time since I played with modems (I used to work in data/voice telephony, but not for 10 years, and I've been on broadband long enough that my regular modem is "lost" in a drawer somewhere). I had to discover the following things:
* dmesg on the zaurus reports the new modem device as ttyS03. that's a lie, it's ttyS3
* you have to "cardctl resume" to make the card power up, by default (in Cacko) at least, the card is left inactive/suspended ("cardctl status" tells you if it's there).
* minicom saves its config to /usr/local/etc
* it's best to disable the PIN on the SIM card otherwise the CF GSM card can't register! there is some magic to send the PIN to the CF modem, but reading the AT command set was bending my brain!
once done, the card auto-registered just fine:
at
OK
at+CREG?
+CREG: 0,1
at+COPS?
+COPS: 0,0,"ONE 2 ONE"
A friend works in the mobile industry and he told me where I can download all the AT command codes - they're in the ETSI document 27.007 from
www.3gpp.org specsA google for "extended GSM AT data" and similar gives good results too.
So, I then tried Guylhem's zedialler.. ringing the Z simply crashes it. I did manage to get it to make a call, but it's not massively robust, but it shows what could be done.
is there a fund set up towards paying someone to finish off zedialler, or, adding some code to kphone/pi??
Paul