Keyboard demo troubles
controlphreak
Posts: 3
Hi Guys,
I haven't posted to this forum before but I have been following with interest for the past month. I was pleased to receive my Demo Board a few days ago and have run some example programs since. The only problem I have encountered is with the Keyboard_Demo.spin - it seems to load and run and display "Keyboard Demo... " on the TV moniter but the keyboard seems dead (the keyboard works on my PC). Where am I going wrong?
Great work on the Propeller - take a bow. It's quite a leap from the Basic Stamp - Hope I can keep up.
I haven't posted to this forum before but I have been following with interest for the past month. I was pleased to receive my Demo Board a few days ago and have run some example programs since. The only problem I have encountered is with the Keyboard_Demo.spin - it seems to load and run and display "Keyboard Demo... " on the TV moniter but the keyboard seems dead (the keyboard works on my PC). Where am I going wrong?
Great work on the Propeller - take a bow. It's quite a leap from the Basic Stamp - Hope I can keep up.
Comments
Sid
Sean
At the start of your program it should say:
kb.start(26, 27)
Do you have that?
Sid
You both nailed it. My program said:
kb.start(24,25). In the Demo Board schematic pins 24 and 25 connect to the mouse. I have changed this and now it work perfectly.
Thanks, you saved me much frustration.
Sean