Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

Open
DangerouslyExplosive opened this issue Oct 1, 2017 · 4 comments

Comments

@DangerouslyExplosive
Copy link

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?

@kristopher
Copy link
Owner

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

@DangerouslyExplosive
Copy link
Author

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?

@kristopher
Copy link
Owner

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

@boomsya
Copy link

boomsya commented Apr 30, 2020

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants