Orçun Or

Results 7 issues of 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:...

![err1](https://user-images.githubusercontent.com/52966278/119784984-711e7680-bed7-11eb-9a03-09f545f99e0f.PNG) 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...

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...

question