Shop OBEX P1 Docs P2 Docs Learn Events
Keyboard help — Parallax Forums

Keyboard help

bsparkybsparky Posts: 52
edited 2006-01-03 21:08 in BASIC Stamp
In the two programs I am providing I use the same serial routing to read a keyboard from a EDE1144 that Chris help me with once before. What I don't understand is the DVD controler program the first time thru the program or after reseting the first key press fails to register as you can see in the debug statements I put in. The Dart scoring program works fine every time after reseting or downloading. Out put is going to a MAX7219.

Comments

  • bsparkybsparky Posts: 52
    edited 2006-01-03 15:18
    Sorry forgot the programs here they are.................
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2006-01-03 15:42
    Hello,

    ·· The problem I think maybe that in your code, you have the I/O line that the EDE1144 uses for serial input set to an output, while the Data Ready line is an input.· This almost doesn't make sense, since in your working code you're making ALL pins outputs, even though the ones for the EDE need to be input.· That's something you might want to look at.· =)·

    BTW, thanks for attaching the code, it makes it easier to load into the editor and see what's gong on.


    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
    csavage@parallax.com
  • bsparkybsparky Posts: 52
    edited 2006-01-03 17:46
    Thanks Chris I will give that a try when I get home tonight and let you know.
  • bsparkybsparky Posts: 52
    edited 2006-01-03 21:08
    Chris Thank you once agian, that worked.
Sign In or Register to comment.