Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: mclaassen on January 29, 2014, 10:39:41 PM

Title: wclClient doesn't work with Toshiba stack
Post by: mclaassen on January 29, 2014, 10:39:41 PM
I can create wclClients using the following with Microsoft stack:

wclClient.BluetoothParams.Address = Address;
wclClient.BluetoothParams.Radio = Radio;
wclClient.BluetoothParams.Service = wcl.wclUUIDs.SerialPortServiceClass_UUID;

but it won't work when I have the Toshiba stack, I get the error "Unable connect". Any ideas?
Title: Re: wclClient doesn't work with Toshiba stack
Post by: mclaassen on January 29, 2014, 11:17:19 PM
Nevermind, restarting my computer fixed the issue. Weird.