Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Testing setup? #11

Open
dereksnyder42v2 opened this issue May 3, 2020 · 2 comments
Open

Testing setup? #11

dereksnyder42v2 opened this issue May 3, 2020 · 2 comments

Comments

@dereksnyder42v2
Copy link

Hi,
I cloned this repository and connected an Arduino Uno to a PS/2 port, but I had no success with the example code. (I can provide a description of the test circuit, but I don't want to waste anyone's time with tracking down potential mistakes.)
Is there a documented/ prescribed hardware/ test setup? I would be happy to make a "how-to" guide with diagrams and pictures, so that others could refer to it.
Thanks!

@Harvie
Copy link
Owner

Harvie commented May 3, 2020

1.) Are you using pins 3 and 2? This is important on Uno. PS2dev keyboard(3,2); //clock, data
2.) Maybe fix from #8 would help
3.) Other than that you just connect arduino pins directly to PS2 port of computer if i remember correcty. (ground and power is also needed obviously)
4.) Which example do you use?

@Harvie
Copy link
Owner

Harvie commented Jun 12, 2021

btw i think you need to call init and handle functions properly, see #14

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

No branches or pull requests

2 participants