Author Topic: Sms With Zaurus  (Read 2514 times)

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Sms With Zaurus
« on: December 12, 2005, 09:56:52 am »
Hello,

what options do I have to send and receive SMS via Zaurus and Nokia 6310 phone over the IR port and how to set up the zaurus?

The optimal solution would be an email-client-like application where SMS could be written offline, queued and then sent all together when the phone is available, and at the same time the applicatoin downloads all SMSs from the phone and saves them locally.

I have looked at the zsms 1.0 package (putsms, getsms), but whateven options I use, I cannot get putsms to talk to the phone.

The dodcumentation of putsms mentions irattach. Do I have to do something with irattach first? I also tried with a prior

irattach /dev/ttyS2 -s

and then using /dev/ttyS2 instead of /dev/ircomm with putsms, but to no avail.

Anyone having experiences with IR comunications or even SMS applications with the Zaurus?

Please help!

Thank you
daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

speculatrix

  • Administrator
  • Hero Member
  • *****
  • Posts: 3708
    • View Profile
Sms With Zaurus
« Reply #1 on: December 12, 2005, 05:18:26 pm »
check that the permissions on /dev/ttyS* are 777, e.g. "chmod ugo+rw /dev/ttyS*"

you can also use bluetooth, use /dev/rfcomm0, after binding the rfcomm device to the mac address of the phone.
Gemini 4G/Wi-Fi owner, formerly zaurus C3100 and 860 owner; also owner of an HTC Doubleshot, a Zaurus-like phone.

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Sms With Zaurus
« Reply #2 on: December 12, 2005, 06:11:16 pm »
Quote
check that the permissions on /dev/ttyS* are 777, e.g. "chmod ugo+rw /dev/ttyS*"

you can also use bluetooth, use /dev/rfcomm0, after binding the rfcomm device to the mac address of the phone.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=106908\"][{POST_SNAPBACK}][/a][/div]


ah, permissions were not the problem. But the problem was that I did not know that I have to use /dev/ircomm after calling irattach, like so:

irattach /dev/ttyS1 -s
putsms -d/dev/ircomm -b115200 ...


not quite intuitive, IMHO. But now I can nicely send SMSs. Have to tweak the scripts a bit in order to achive the comfort I want.
Maybe I will try to embed this into mutt, so I can trat SMS the same way as email.

Thanks

daniel
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0