AlainCo
AlainCo
Hi, I'm beginner with COM/COM4J, trying to map WPD/PortableDeviceAPI. `1F001332-1A57-4934-BE31-AFFC99F4EE0A` I get many error messages "[ERROR] Unable to handle the type "... and some required methods a re not mapped....
Hi, I've succeeded in exchanging with a HId device (a Ledger nano S). It worked well, but now on some long sequence of inputreport (3 reports), I miss on report....
Hi, I'm using purejavahidapi to contact a HidDevice (a Ledger Nano S) It works well, I can `PureJavaHidApi.enumerateDevices()` then `PureJavaHidApi.openDevice(HidDeviceInfo)` then `HidDevice.setOutputReport()` and I get a callback `InputReportListener.onInputReport()` with the...
When I try to prolog.consult() a file on windows, there is an error because the backslashes are interpreted as escape sequence. No way to avoid backslashes as the pathlib.Path rebuild...