View previous topic :: View next topic |
Author |
Message |
Jamey D. Hurd Guest
|
PS2 Keyboard Encoder |
Posted: Wed Sep 25, 2002 8:32 pm |
|
|
Does anyone have any sample Picc code on sending keycodes to a pc. I'm trying to emulate an AT keyboard.
Thanks!!!
___________________________
This message was ported from CCS's old forum
Original Post ID: 7322 |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
Re: PS2 Keyboard Encoder |
Posted: Thu Sep 26, 2002 6:24 am |
|
|
PCM Programmer gave this link a couple of weeks ago.
Regards,
Mark
:=Does anyone have any sample Picc code on sending keycodes to a pc. I'm trying to emulate an AT keyboard.
:=
:=Thanks!!!
___________________________
This message was ported from CCS's old forum
Original Post ID: 7330 |
|
|
Eduardo Robles Guest
|
Re: PS2 Keyboard Encoder |
Posted: Thu Sep 26, 2002 11:09 am |
|
|
I have done that using the Atmel Application note as starting point. It was implemented in one of my bots and I used Hitec Pic-C compiler, but the code should be quite simple to move to CCS PICC.
I used Port B interrupts to detect the presence of incoming clock from the keyboard, and processed the data in the interrupt itself.
Drop me a mail if you are interested in the snippets I used.
Regards,
Eduardo
:=Does anyone have any sample Picc code on sending keycodes to a pc. I'm trying to emulate an AT keyboard.
:=
:=Thanks!!!
___________________________
This message was ported from CCS's old forum
Original Post ID: 7335 |
|
|
b101101011011011
Joined: 03 Sep 2007 Posts: 7
|
|
Posted: Mon Sep 03, 2007 11:11 am |
|
|
Hello!
Somebody send to me a aplicattion source code for comunicate PIC to PS2 computer port?
I have problems to synchronize clock and data sends.
My email is: b101101011011011 }AT{ YAHO0 }D0T{ C0M
Thanks, Regards,
Rodolfo Bandeira |
|
|
|