HIDKeys speed

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
Evert

HIDKeys speed

Post by Evert » Mon Feb 18, 2008 2:47 pm

Hi Folks,

Can somebody tell me how fast the HIDKeys is.
Do you know what the timedelay is between pressing the key and it's arrived in windows.


Thanks,
Evert

christian
Objective Development
Objective Development
Posts: 1443
Joined: Thu Nov 09, 2006 11:46 am

Post by christian » Thu Feb 21, 2008 10:11 pm

The fastest possible delay is 10 ms since this is the minimum poll interval for low speed USB devices on interrupt endpoints.

Post Reply