Arti3DPlayer / USBDeviceSwift

wrapper for IOKit.usb and IOKit.hid written on pure Swift that allows you convenient work with USB devices
MIT License
296 stars 57 forks source link

How to write a command with byte array and report size 9 byte. #11

Closed iosdeveloper1001 closed 5 years ago

iosdeveloper1001 commented 5 years ago

Hello,

We are facing some issue with the write command, as we have a Report Size 9 Byte and we are using a Byte array instead of String.

We are getting response code 0, can you please clarify the meaning of this response code?

What we require is 9 Byte in Response of write command.

Please try to help us ASAP.

THANKS!!