This code facilitates a STM32 chip to convert between PS/2 and USB. It is meant to connect a keyboard, which only provides a PS/2 connector, to a computer via USB. This code powers on a daily basis: ...
Provides IntelliMouse support (5 buttons + scrollwheel) Watchdog timer is enabled and configured to 4sec You need to lower USB_XFER_TIMEOUT (e.g. to 50) in UsbCore.h (part of the used platform library ...
My understanding of things (basic though it may be) is that PS2 and USB both consist of four wires. Clock, Data, Ground, and +5V.<BR>Now, I have a fairly basic device, a touchpad, actually, that's ...