P
Paul
Hello,
I tried the InTheHand free software to connect my pda to a gps
receiver.
The pda is a WorkAbout Pro of PsionTeklogix. I asked them which stack
the bluetooth module uses, but have no answer yet. It is probably
Microsoft Stack (if someone knows the answer, also please let me know).
A testprogram calls these functions :
InTheHand.Net.Sockets.BluetoothClient inTheHandBluetoothClient = new
InTheHand.Net.Sockets.BluetoothClient();
InTheHand.Net.Sockets.BluetoothDeviceInfo[]
inTheHandBluetoothDeviceInfo =
inTheHandBluetoothClient.DiscoverDevices(1);
which causes an exception (trying to communicate whith a bluetooth gps
receiver) :
An unhandled exception of type 'System.NullReferenceException' occurred
in InTheHand.Net.Bluetooth.dll.
When try this code with an Asus pda (which uses a WidCom stack, so it
is normal that it doesnot work here), there is no crash; the device is
simply not detected apparently (the DiscoverDevices function returns
immediately).
This is an indication for me that the PsionTeklogix pda might use a
microsoft stack, since the result of the test is different.
Thanks for any help to make this work for me,
Paul
I tried the InTheHand free software to connect my pda to a gps
receiver.
The pda is a WorkAbout Pro of PsionTeklogix. I asked them which stack
the bluetooth module uses, but have no answer yet. It is probably
Microsoft Stack (if someone knows the answer, also please let me know).
A testprogram calls these functions :
InTheHand.Net.Sockets.BluetoothClient inTheHandBluetoothClient = new
InTheHand.Net.Sockets.BluetoothClient();
InTheHand.Net.Sockets.BluetoothDeviceInfo[]
inTheHandBluetoothDeviceInfo =
inTheHandBluetoothClient.DiscoverDevices(1);
which causes an exception (trying to communicate whith a bluetooth gps
receiver) :
An unhandled exception of type 'System.NullReferenceException' occurred
in InTheHand.Net.Bluetooth.dll.
When try this code with an Asus pda (which uses a WidCom stack, so it
is normal that it doesnot work here), there is no crash; the device is
simply not detected apparently (the DiscoverDevices function returns
immediately).
This is an indication for me that the PsionTeklogix pda might use a
microsoft stack, since the result of the test is different.
Thanks for any help to make this work for me,
Paul