NicoHood/HID

RAW HID truncate after 8 chars

Opened this issue · 0 comments

Sorry for my bad english.

I have a seeeduino xiao, and i'm sending it the string "123456789ABC", but when i read from the xiao what i've received i see "12345678_⸮", and sometimes i get "! □□@_⸮".

I don't think that is the software that i use for sending raw HID data, because with the stm32 (but with another HID library) works without problems.