Shop OBEX P1 Docs P2 Docs Learn Events
Serial LCD Display + BS2 — Parallax Forums

Serial LCD Display + BS2

azmax100azmax100 Posts: 173
edited 2008-04-09 12:18 in BASIC Stamp
Hi

Can somebody please help me to confirm whether this LCD display (2x16 DS-LCD-SRL162)

http://www.cytron.com.my/listProductCategory.asp?cid=214#3028

can be use with BS2.

It's not because i don't want to order from Parallax but the postage fee will cost more.

Thanks.

Comments

  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2008-04-01 15:13
    It appears to be compatible…One pitfall you will run into with this display is that since it uses SPI you won’t be able to use the built-in formatting capabilities of the BASIC Stamp to print data, especially numbers to the display. For example, on a standard serial displays you can use:

    SEROUT pin, baud, [noparse][[/noparse]DEC value]

    To print the actual digit of the number. On the display you mention you would need to handle this one character at a time using the DIG operator or another method of converting the digits to ASCII values.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Chris Savage
    Parallax Tech Support
  • azmax100azmax100 Posts: 173
    edited 2008-04-09 04:31
    Thanks Chris. It's seem i have to take some time to return back to this post.

    To anybody read this post,

    I just need your help to show me some example code to display words and numbers on this LCD. Hope i'm not taken much of your valuable time. I just need to really understand before i buy the LCD.

    Thanks and regards
  • PJAllenPJAllen Banned Posts: 5,065
    edited 2008-04-09 12:18
    I think that you'll find some info here --

    http://forums.parallax.com/showthread.php?p=571431

    Post Edit -- It appears that·the resolution lies in the post from Tibo on 2/19/06, almost at the end.


    Post Edited (PJ Allen) : 4/9/2008 12:34:17 PM GMT
Sign In or Register to comment.