2003-09-18 04:50 AM
Num Lock/Caps Lock/Scroll Lock didn't work?
2003-09-09 11:19 PM
Why don't the three keys working in DOS? (Num Lock/Caps Lock/Scroll Lock )
2003-09-11 11:11 PM
I had same problems with STPC Industrial and STPC Elite with Winbond W839 Please check attached keyboard driver for dos.
________________ Attachments : kbd16.zip : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=0680X000006HtqK&d=%2Fa%2F0X0000000aXj%2FZz5F62xSqw1JH6iLkCjN3udp67gew0KfKPAnFe4nN7E&asPdf=false2003-09-14 09:45 PM
Benno2:
Thanks for your help! But the three keys yet were useless after run the driver(kbd16),why is that ? Thank you very much![ This message was edited by: jackluo on 17-09-2003 06:23 ]2003-09-18 04:50 AM
When you send a command to the keyboard (or the mouse), you have to wait for the acknowledge (0xFA) sent back by the keyboard, then you send the data and another acknowledge is returned. This is the keyboard protocol.
Most software sends the data without waiting for the command acknowledge. We saw that the data is accepted by the controller, but it is really sent after the keyboard sends the acknowledge (the command’s one). This is not implemented in the STPC controller. We have to wait for the command acknowledge before sending the data. An interrupt is generated for each acknowledge.