Hi,
I am using a touch pro2 with Windows Mobile 6 SDK. I get the following error when I run the code:
BluetoothAddress addr = BluetoothAddress.Parse("00a096285cc4");
ep = new BluetoothEndPoint(addr, BluetoothService.SerialPort);
BluetoothClient cli = new BluetoothClient();
[System.PlatformNotSupportedException] = {"No supported Bluetooth protocol stack found."}
When I go to Bluetooth->About it shows the stack as Bluetooth for Windows Mobile, Version 1.9.0 Build 4800. Anyone know what the source of this error is?
Thank for the help.