Do USB or PS/2 keyboards respond faster?
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Popsicle Puzzles
--
Chapters
00:00 Do Usb Or Ps/2 Keyboards Respond Faster?
00:33 Accepted Answer Score 35
01:40 Answer 2 Score 14
02:07 Answer 3 Score 4
03:03 Answer 4 Score 0
03:23 Thank you
--
Full question
https://superuser.com/questions/16893/do...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#usb #keyboard #speed #ps2
#avk47
ACCEPTED ANSWER
Score 35
There was a study in 2002 that evaluated the response times of various keyboards, so that those delays could be better accounted for in experiments where subjects' response times were being measured with keyboards.
There are a number of interesting results, but the point relevant to this question is that there was a fairly significant variance between keyboards, and all the USB keyboards tested had a longer effective scan interval (18.77 ms - 32.75 ms) than the PS/2 keyboards (2.83 ms - 10.88 ms).
To explain it simply, keyboards scan across each column of keys and check to see whether any are pressed. So your signal isn't generated the instant you press the key, but rather when the controller scans the key and sees that it is pressed. After the keyboard sends the PC the signal there are obviously additional delays before the character appears on your screen, but those are fixed regardless of the keyboard type.
So if you pressed a key the moment after it was scanned, it could take almost 30 ms longer on a slow USB keyboard to be detected and sent to the computer. I'm sure there are some serious gamers who would claim to notice that kind of delay.
ANSWER 2
Score 14
I didn't see it mentioned anywhere on here, and although old, this post is still returned via a simple Google search -- so not only is the response time faster but PS/2 keyboards support unlimited roll-over, meaning you can press as many keys as you wish at once and they will all register. USB maxes out at 6, I believe. As a programmer, I don't often run into this issue, but for gamers, this means everything!
ANSWER 3
Score 4
Any PC user with knowledge knows that PS/2 is a much better connection than USB.
First, it will give you total freedom with no limit to the amount of simultaneous key presses. And, equally as important, using the PS/2 may just improve your overall gaming experience.
The reason is that when you use a USB keyboard your computer is actually using CPU time polling your keyboard. The higher the polling rate the more CPU time is used to perform the polling.
And because of the built-in debounce rate found on any quality keyboard, any polling rate above 200 Hz is simply a waste of CPU time and really just a result of pointless marketing hype. Unlike USB keyboards, a PS/2 keyboard isn’t polled at all. The keyboard simply sends a signal to the computer as key presses are made, which causes a hardware interrupt, forcing the CPU to register the signal.
ANSWER 4
Score 0
I found a PS/2 mouse to be faster in gaming.
It was more noticeable with my system where the CPU was running at 100% during gaming.
2 ms vs 20 ms is noticeable when you are competitive.
I'm currently using a USB mouse, but I'm definitely looking to get a good PS/2 mouse and gaming keyboard.