A
AndyP
I have had some success with serial communications between an iPAQ and
a PC using BlueTooth virtual COM ports, but only if I establish the
connection from the PC end (see earlier post)
If I establish the connection from the iPAQ end (using the standard
GUI), my program fails to open the COM port (COM8: on the iPAQ 2210).
Specifically, CreateFile(…) returns error 55. I get the same result
irrespective of whether or not the BT connection has been established.
The same thing happens on an iPAQ 3970 (COM5). Also the third party
mToken terminal emulator program seems to suffer the same problem,
which makes me think that it is not a simple bug in my program.
I believe that the correct behaviour is that if the BT connection is
not established then attempting to open the COM port should cause the
BT GUI to pop up and prompt the user to select a device to connect to.
If the BT connection is already established then the port should just
open.
Has anyone else seen this behaviour? Does anyone know how to work
around it?
a PC using BlueTooth virtual COM ports, but only if I establish the
connection from the PC end (see earlier post)
If I establish the connection from the iPAQ end (using the standard
GUI), my program fails to open the COM port (COM8: on the iPAQ 2210).
Specifically, CreateFile(…) returns error 55. I get the same result
irrespective of whether or not the BT connection has been established.
The same thing happens on an iPAQ 3970 (COM5). Also the third party
mToken terminal emulator program seems to suffer the same problem,
which makes me think that it is not a simple bug in my program.
I believe that the correct behaviour is that if the BT connection is
not established then attempting to open the COM port should cause the
BT GUI to pop up and prompt the user to select a device to connect to.
If the BT connection is already established then the port should just
open.
Has anyone else seen this behaviour? Does anyone know how to work
around it?