PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
165 stars 85 forks source link

Some Fast devices like 1000hz mouse don't run full speed #71

Closed KurtE closed 2 years ago

KurtE commented 2 years ago

@PaulStoffregen - I simply added second buffer and input transfer and the speed for Glorious Mouse 1000hz went up from about 500hz to about 900+...

Also appears to resolve the issue that mcrc was reporting...

Not sure if you want it quick and dirty, with extra buffer, of if instead try to split current buffer in half as the buffers are 64 bytes long and in this case I think the messages are only 8 bytes...