Shop OBEX P1 Docs P2 Docs Learn Events
Quick LCD Question — Parallax Forums

Quick LCD Question

IRobot2IRobot2 Posts: 164
edited 2010-05-11 20:46 in General Discussion
I have two Matrix Orbital (LK204-25) serial LCD's. Same part number but one came from DigiKey and one from Parallax (Item Code 30058).

The Parallax one works great - No problems and is easy to use- . The one from DigiKey just puts garbage up on the screen when I try to send it any thing, even a "clear screen" statement.

Looking at Parallax's web site they say that they have "pre-modified the LCD for Basic-Stamp Compatability". My guess is that whatever they have done is my golden ticket to fixing the DigiKey one. Anyone know what they did?

Thanks everyone,

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Alex Burke
"It is not how smart you are rather, it is how you are smart." -Jon Campbell

Comments

  • IRobot2IRobot2 Posts: 164
    edited 2010-05-11 15:21
    Well I found out my problem. With the Parallax LCD I had "mode" in FullDuplexSerial set to "0" (invert rx) and for whatever reason with the non-parallax one I had to chose "2" (open-drain/source tx) to get it to work.

    Works great now. But can anyone explain why I had to do this?

    '' mode bit 0 = invert rx
    '' mode bit 1 = invert tx
    '' mode bit 2 = open-drain/source tx
    '' mode bit 3 = ignore tx echo on rx

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Alex Burke
    "It is not how smart you are rather, it is how you are smart." -Jon Campbell
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2010-05-11 20:46
    Actually the one from Digi-Key should be set to inverted RS-232 by default, whereas the Parallax unit should be set to non-inverted TTL level serial.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage

    Parallax Engineering
    ·
Sign In or Register to comment.