PS2-Mouse-Arduino icon indicating copy to clipboard operation
PS2-Mouse-Arduino copied to clipboard

It No Workie! The code gets stuck trying to initialize the mouse... And does nothing!!

Open DangerouslyExplosive opened this issue 7 years ago • 4 comments

It seems to get the mouse working, and then it decides not to follow any of the bits relating to variables and the Serial Monitor. I'm super annoyed, as this is the only library I found to go with my mouse. Any suggestions?

DangerouslyExplosive avatar Oct 01 '17 12:10 DangerouslyExplosive

It only works with older arduino SDK versions 1.0.x and previous.

kristopher avatar Oct 01 '17 16:10 kristopher

I'm running 1.0.6 on my mac and 1.8.1 on my desktop. Neither work. Should I try an older version still? Or, do you know of any other, similar libraries that have the same functions as this one?

DangerouslyExplosive avatar Oct 22 '17 09:10 DangerouslyExplosive

Sorry I don't maintain this library anymore, nor do I have any hardware left to test it with. There are a few old examples online, and some docs on how the PS/2 standard works. I would imagine it's just a SDK incompatibility or the mouse you are using may not work. You can try to hack around with it or try some googling. Maybe that https://www.arduino.cc/en/Reference/MouseKeyboard will work for you. I will warn you that they are very finicky to get working period. They depend on very specific timing for initialization and reading, it can be hair pulling.... Good luck

kristopher avatar Oct 22 '17 21:10 kristopher

ELAN 33200V-3600 - works fine. But now i need to decode "status byte" :)

boomsya avatar Apr 30 '20 18:04 boomsya