new demo board
i
Posts: 3
Please help me
I try to connect the keyboard into a new demo board (two PS2) and when I compile the example and run it, in a Tv show me "keyboard not connect"
Can anyone give the solution???
thank you
I try to connect the keyboard into a new demo board (two PS2) and when I compile the example and run it, in a Tv show me "keyboard not connect"
Can anyone give the solution???
thank you
Comments
Make sure whichever one it is has the pins set to 26 and 27 in the start command, for example in keyboard_demo.spin:
kb.start(26, 27)
Also make sure you plug into the correct ps/2 socket.
Graham
Example 8 uses Keyboard_iso.spin have you got this file? Where did you get it?
To test your keyboard try running the keyboard_demo.spin file that comes with the propeller tool.
Graham