Questions tagged [ps2]

19 questions
0
votes
2 answers

Pointer Deletion Crash

Edit: I've implemented copy constructors (both from the suggested answer). I have done this in my controller class, as well as equivalent versions in it's sub classes. However, this has not resolved the issue. Also, a counter and console comment in…
0
votes
3 answers

How to filter keyboard events?

I'm writing an pong game vhdl code for spartan 3E starter kit. I want to control the game pad with my PS2 keyboard. For this i need to generate up and down signals from the keyboard received scan code. Here's sample code -- Instantiate key_board…
Sumanth
  • 115
  • 1
  • 1
  • 5
0
votes
1 answer

Sending data over the PS/2 port

I'm writing a mouse driver from scratch for an LPC2148 and I'm stuck on this point. I can receive data from a keyboard but mice require command codes to be sent to it. Whats the best way to do this?
-3
votes
1 answer

My Arduino Uno PS/2 to USB works only in serial monitor not in other Windows apps

I'm a beginner in Arduino and recently programmed an Arduino Uno board with various PS/2 to USB converters. They work when typing in the Serial Monitor of Arduino IDE, but not in other programs such as Notepad. How can I connect the board as HID…
1
2