- Joined
- Jul 4, 2005
- Messages
- 19
- Reaction score
- 0
Good Day,
I installed OpenNETCF.Net.Bluetooth.1.4.50709.msi. There is a sample of chat program between Desktop and Pocket PC. This sample using
btClient = New BluetoothClient
Dim bdi As BluetoothDeviceInfo() = btClient.DiscoverDevices(6)
to determine which Bluetooth devices are in range. This part of code work good on Desktop (I can see my Pocket PC). But on Pocket PC it doesnot work (I see nothing).
Desktop PC is visible for searching Bluetooth devices in range.
Bluetooth is active on Pocket PC
Can somebody help me?
Thanks a lot
I installed OpenNETCF.Net.Bluetooth.1.4.50709.msi. There is a sample of chat program between Desktop and Pocket PC. This sample using
btClient = New BluetoothClient
Dim bdi As BluetoothDeviceInfo() = btClient.DiscoverDevices(6)
to determine which Bluetooth devices are in range. This part of code work good on Desktop (I can see my Pocket PC). But on Pocket PC it doesnot work (I see nothing).
Desktop PC is visible for searching Bluetooth devices in range.
Bluetooth is active on Pocket PC
Can somebody help me?
Thanks a lot