hithesh123
Full Member level 6
- Joined
- Nov 21, 2009
- Messages
- 324
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Location
- lax
- Activity points
- 3,548
I am trying to write code to simulate a PS/2 keyboard.
Let's say the key 'A' is pressed. I'd have to send
0x1c
when the key is released, I have to send
0xF0 and
0x1c
correct?
What should be the delay between sending these bytes?
What is the clock freq? 10KHz?
Let's say the key 'A' is pressed. I'd have to send
0x1c
when the key is released, I have to send
0xF0 and
0x1c
correct?
What should be the delay between sending these bytes?
What is the clock freq? 10KHz?