View previous topic :: View next topic |
Author |
Message |
azfk Cheater
Reputation: 0
Joined: 26 May 2009 Posts: 37
|
Posted: Sun Feb 14, 2010 12:35 am Post subject: keyboard interupt |
|
|
can anyone elaborate on sending a keystroke to the chip?
Code: |
c = READ_PORT_UCHAR(KEYBOARD_PORT_60);
...
store somewhere
...
WRITE_PORT_UCHAR(KEYBOARD_PORT_64, 0xD2);
WaitForKeyboard();
WRITE_PORT_UCHAR(KEYBOARD_PORT_60, c);
|
I'm trying to be able to store my own keystrokes into the buffer, not merely analyze them, ideally this is what I want to see
ex.
h e l l o (random text from keyboard)
h e l l o 1 2 3 (program thinks user typed 1 2 3 as well)
at the same time, can anyone explain the difference between the COMMAND, STATUS, and DATA Byte?
Also, anyone know if this is being hawked over by gg/hs?
|
|
Back to top |
|
 |
sloppy Expert Cheater
Reputation: 0
Joined: 17 Aug 2008 Posts: 123
|
|
Back to top |
|
 |
smartz993 I post too much
Reputation: 2
Joined: 20 Jun 2006 Posts: 2013 Location: USA
|
Posted: Sun Feb 14, 2010 2:02 am Post subject: |
|
|
Those should be fine for getting around GG/HS.
Also, look into the WinIO Library (pretty sure the name is detected by GG, but nothing else).
|
|
Back to top |
|
 |
|