Vitya Gnatyuk
Vitya Gnatyuk
Consider this block of code in the HidDevice.cs source file: private void DeviceEventMonitorInserted() { if (IsOpen) OpenDevice(); // **the clause should be negated, i.e. !IsOpen** if (Inserted != null) Inserted();...
mikeobrien / HidLibrary / src / HidLibrary / HidDevice.cs In order to read the port, I using the ReadReport method. But when a command did not came and no data...
How this project may be used? Is it possible to make this project visible to Android app, like Master Control Panel, nRF UART or others? I need to establish communication...