Orçun Or
Orçun Or
I want to read buffer both synchronously and asynchronously, but when the asynchronous method is running, I cannot read synchronously. Can anybody help me ? Here is my sample code:...
 I installed InTheHandBluetoothLe and microsoft.windows.cswinrt libraries and only wrote a single method and got this error.
I want to make a winform app with bluetoothLE devices for the first time, where should I start? Is there documentation ? Can I communicate with this library with bluetoothLe...
When I write the following code, I get an error even though I have included the library in the program. var connection = await ble.FindAndConnectToDevice( new ScanFilter().AddAdvertisedService(service), TimeSpan.FromSeconds(30) ); The...
Can't build I'm getting this error
class CardManager { public const int VendorId = 1133; public const int ProductId = 52475; //public byte[] data; private static HidDevice mydevice; //private static HidDeviceData hidDevice; //private string devicePath; //private...
How can I read the data from the buffer with asynchronously? I'm trying to make a simple win form app. I can read and write synchronously, but with which function...