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.
Ok I finally got some time to try this. The when I do the minicom command the phone states the Zaurus is trying to connect, but before I have time to respond minicom returns saying file rfcomm0 doesn't exist. I tried to initiate the pairing using the phone and this seemed to work. minicom says "initialising modem" then goes to a screen that says "T102" at the bottom, At this point any key pressed on the Zaurus keypad results in the following appearing at the bottom (in inverted video):
Online 00:00
Offline
Note: I also tried this with my Nokia 6310i and it worked as expected. I could issue AT commands fine and get the response back ok.
(Incidently I managed to obtain an Anycom BT card [LSE039] and the results are the same.)
On a forum for the SPV and other smartphones someone suggested that I tried using "sdptool search" and I achieved the following results:-
For Serial
bash-2.05# sdptool search --bdaddr 11:22:33:44:55:66 SP
Searching for SP on 11:22:33:44:55:66 ...
Service Name: Serial Port COM6
Service RecHandle: 0x10002
Service Class ID List:
"Serial Port" (0x1101)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 3
for DUN
bash-2.05# sdptool search --bdaddr 11:22:33:44:55:66 DUN
Searching for DUN on 11:22:33:44:55:66 ...
Service Name: Dial-up Networking
Service RecHandle: 0x10003
Service Class ID List:
"Dialup Networking" (0x1103)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 7
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
I've tried putting both channels 3 and 7 in the rfcomm.conf file, but both just hang on "initialising modem".
I've read somewhere on these forums about enabling logging, would this help me diagnose the problem? I guess I should also see if I can get the phone to dial from my windows machine using the bluetooth dongle.