You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this more than an issue is a question, i need to send 65 bytes on each call i make, now im using cbor.encode to encode an object: const cborEncoded = cbor.encode(cmd); HidApi.SendCommand(cborEncoded);
but the error sends me the response of <3>onusbmsg(101): invalid packet length: 13 expected 65
how can i append the rest of the bytes needed so i can send the command??
The text was updated successfully, but these errors were encountered:
Hi, this more than an issue is a question, i need to send 65 bytes on each call i make, now im using cbor.encode to encode an object:
const cborEncoded = cbor.encode(cmd); HidApi.SendCommand(cborEncoded);
but the error sends me the response of
<3>onusbmsg(101): invalid packet length: 13 expected 65
how can i append the rest of the bytes needed so i can send the command??
The text was updated successfully, but these errors were encountered: