Shop OBEX P1 Docs P2 Docs Learn Events
new demo board — Parallax Forums

new demo board

ii Posts: 3
edited 2006-10-31 13:21 in Propeller 1
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

Comments

  • Graham StablerGraham Stabler Posts: 2,507
    edited 2006-10-31 11:54
    Which demo?

    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
  • ii Posts: 3
    edited 2006-10-31 12:36
    I've used EXAMPLE 08 -- DISPLAYS KEYBOARD CHARACTERS ON A VIDEO MONITOR. If I use the demoboard which has two PS2 sockets appears the message I've said before.
  • Graham StablerGraham Stabler Posts: 2,507
    edited 2006-10-31 13:21
    You still must connect the keyboard to the correct PS2 socket, I'm sure you have but I wanted to check.

    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
Sign In or Register to comment.