Have you tried: USBBufferOut Var Byte[11]? Or search on something like 'usb buffer size'.
I came up with:
USBBufferSizeMax con 8 ' maximum buffer size
USBBufferSizeTX con 8 ' input
USBBufferSizeRX con 8 ' output
USBBuffer Var Byte[USBBufferSizeMax]
USBBufferCount Var Byte
Looks to me like you change the 8 to an 11 and you're done.
The search tool works great. But it's only great if you use it.
Bookmarks