Is there any other way to find the channel required for the phone?
Is it worth trying each channel number until it works or is it likely not to work with the Zaurus? I know the COM ports the phone uses if that is any help?
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]
thoughts...
"hcitool scan" to get the MAC addr of the phone.
"sdptool browse xx:xx:xx:xx:xx:xx" to verify pairing.
"rfcomm bind 0 xx:xx:xx:xx:xx:xx" to set up the device /dev/rfcomm0
"minicom -s", set the serial device to /dev/rfcomm0, comms params are 115200 baud, 8, n 1. Save/exit set up.
Your phone should then tell you the Z is connecting and ask for confirmation
Type "AT" followed by return and you should get an OK. If you don't
Type "AT+CRC=1" to turn on extended ring messages. Ring the phone and it'll tell you it's a voice, data or fax call.
Here's some more commands to try:
[a href=\"http://www.gsm-modem.de/gsm-modem-faq.html]http://www.gsm-modem.de/gsm-modem-faq.html[/url]
HTH
Paul