Shop OBEX P1 Docs P2 Docs Learn Events
Parallax 4x20 Serial LCD text displaying — Parallax Forums

Parallax 4x20 Serial LCD text displaying

chris joneschris jones Posts: 391
edited 2009-10-19 04:14 in BASIC Stamp
Hello i have a Parallax 4x20 Serial LCD (Backlit) Issue·and i need to know how to send data to the lcd instead of the debug window.

LAso i setup a test counter to see if i can get some numbers to count out on the screen but i get a lot of junk data


here is my loop example

FOR cnt = 1 TO 1000
SEROUT TxPin, Baud19200,[noparse][[/noparse]cnt]
NEXT

Comments

  • FranklinFranklin Posts: 4,747
    edited 2009-10-19 00:52
    Have you followed the instructions on the display page and run the demo code?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • chris joneschris jones Posts: 391
    edited 2009-10-19 01:18
    yes i have ran the demo code and set the dip switches
  • FranklinFranklin Posts: 4,747
    edited 2009-10-19 01:24
    Somebody said...
    yes i have ran the demo code and set the dip switches
    Did it work?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
  • chris joneschris jones Posts: 391
    edited 2009-10-19 02:47
    yes
  • chris joneschris jones Posts: 391
    edited 2009-10-19 02:53
    LOL i got it to work sorry for the stupid answer. but is there a way to clear the screen instead of just adding to the display
  • chris joneschris jones Posts: 391
    edited 2009-10-19 03:29
    ok i have answered m own questiosn thans for all your help
  • FranklinFranklin Posts: 4,747
    edited 2009-10-19 04:14
    The more you read and the more you play the more you learn. Next time you will be able to answer when somebody asks this question, and trust me they will.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    - Stephen
Sign In or Register to comment.