- Nov
- 358
- 10
KEYBD can programmatically set the three lock lights and disable/enable the keyboard.
I've spent a while looking up the PS/2 keyboard protocol for an issue I am dealing with, and I would bet good $$$ that KEYBD is sending the ED, F4 and F5 host-to-keyboard commands. Turs out that FF is the "keyboard reset" command... I'd like to be able to do exactly that.
Now, I am not asking to incorporate this to the KEYBD command (this is a niche thing I've run into now, and it may well be that programmatically resetting the keyboard still doesn't help me) — a plugin command would suffice. But to get there, I need first to get confirmation that what I've described is indeed what's happening (and therefore making a plugin command to send that reset byte would be easily doable).
See PS/2 Controller for reference.
I've spent a while looking up the PS/2 keyboard protocol for an issue I am dealing with, and I would bet good $$$ that KEYBD is sending the ED, F4 and F5 host-to-keyboard commands. Turs out that FF is the "keyboard reset" command... I'd like to be able to do exactly that.
Now, I am not asking to incorporate this to the KEYBD command (this is a niche thing I've run into now, and it may well be that programmatically resetting the keyboard still doesn't help me) — a plugin command would suffice. But to get there, I need first to get confirmation that what I've described is indeed what's happening (and therefore making a plugin command to send that reset byte would be easily doable).
See PS/2 Controller for reference.