PDA

View Full Version : PS2 keyboard emulator



robertg
- 15th April 2007, 23:25
HI All,

Does anyone have BASIC code for a PS2 keyboard emulator software?
Have looked high and low and seen plenty of info on this subject but can't find any working code.

Thanks,

Rob.

skimask
- 15th April 2007, 23:50
HI All,

Does anyone have BASIC code for a PS2 keyboard emulator software?
Have looked high and low and seen plenty of info on this subject but can't find any working code.

Thanks,

Rob.

You'd do well by searching for 'ps2' and 'scan codes'.

robertg
- 16th April 2007, 00:20
Thanks for replying,

Most of the stuff seems to be orientated to interfacing to a keyboard not the other way around. Which I'm guessing is more difficult.

I'm sure it's easy, but I just don't have the time to re-invent the wheel.

Rob.

skimask
- 16th April 2007, 00:24
Thanks for replying,

Most of the stuff seems to be orientated to interfacing to a keyboard not the other way around. Which I'm guessing is more difficult.

I'm sure it's easy, but I just don't have the time to re-invent the wheel.

Rob.

Nope, plenty of stuff out there (albiet most in assembler) for simulating a keyboard connected to a PS2 port. Yes, it's in assembler, but...yes, it's easy to convert assembler to PBP.

jason
- 5th July 2007, 20:40
How do you convert assembly to pbp ???