Teensy 3.2 touchscreen: How to make send more then 8 bytes?

Status
Not open for further replies.

4xy

Member
The code that implements touchscreen sends packets 8 bytes size. I implemented another protocol and the packet size is 11 bytes and they are not sent.
The only 8 or less bytes can be sent. Device operates on 12Mbit/s and regarding specs should allow 64bytes per packet.
I changed the `MULTITOUCH_SIZE` that is eventually put into `wMaxPacketSize` field of endpoint descriptor.

Any ideas?
 
Status
Not open for further replies.
Back
Top