Hi All,
I faced the issue and have no idea how to resolve it. I'm just starting to use 32feet software.. For an experiment I wrote simple code sample.
if (BluetoothRadio.PrimaryRadio != null)
{
BluetoothRadio.PrimaryRadio.Mode = RadioMode.Connectable;
}
bc = new BluetoothClient();
The property PrimaryRadio is always null and constructor of BluetoothClient raise an exception:
System.PlatformNotSupportedException: Bluetooth.NET is not supported on this device.
at InTheHand.Net.Sockets.BluetoothClient..ctor()
Could you please help, what whats wrong? Do I lack addtitional software on PC.
Info:
OS: Windows XP SP2, 32feet v.1.6, .NET Framework 1.1, Bluetooth adapter: D-Link DBT-122 5.1.0.1100 (Broadcom Corporation)