Shop OBEX P1 Docs P2 Docs Learn Events
Serial LCD code? — Parallax Forums

Serial LCD code?

ArchiverArchiver Posts: 46,084
edited 2001-05-04 17:40 in General Discussion



Can someone help me out with some code for the bs2e.· I bought a serial lcd and can display text messages fine but can't figure out how to display some data like a variable or a byte of information

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2001-05-04 17:04
    >Can someone help me out with some code for the bs2e. I bought a
    >serial lcd and can display text messages fine but can't figure out
    >how to display some data like a variable or a byte of information

    Hi Ricky

    x var word
    x=1234
    serout 0,$54,[noparse][[/noparse]"hello, x= ",dec x]

    the manual tells how to format data in the serout command.

    -- Tracy
  • ArchiverArchiver Posts: 46,084
    edited 2001-05-04 17:40
    --- In basicstamps@y..., Tracy Allen <tracy@e...> wrote:
    > >Can someone help me out with some code for the bs2e. I bought a
    > >serial lcd and can display text messages fine but can't figure out
    > >how to display some data like a variable or a byte of information
    >
    > Hi Ricky
    >
    > x var word
    > x=1234
    > serout 0,$54,[noparse][[/noparse]"hello, x= ",dec x]
    >
    > the manual tells how to format data in the serout command.
    >
    > -- Tracy

    Thanks Tracy!
Sign In or Register to comment.