rayshobby/hid-serial

Python hidapi instead of java host software

Closed this issue · 1 comments

I'm trying to use python hidapi lib to communicate with the board. I can read, but writing is not working. Seems the board receives nothing.

Edit: also tried: https://github.com/todbot/hidapitester with same result. Reading is possible, writing is not.

Got it working. Its important to use send_feature_report with a fixed length of 33, not 32!