Shop OBEX P1 Docs P2 Docs Learn Events
LCDs and the Basic Stamp — Parallax Forums

LCDs and the Basic Stamp

Matthew BurmeisterMatthew Burmeister Posts: 49
edited 2008-01-23 10:25 in BASIC Stamp
is the BS2p series the only Basic Stamp that can use a LCD screen?

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
print "connecter"
input "Which com"; com$ ' opens com
open com; com$ for read
close #com ' closes com
print "Com closed" ' displays text
end ' ends or stops the program

Post Edited (Matthew Burmeister) : 1/23/2008 10:13:37 AM GMT

Comments

  • Bruce BatesBruce Bates Posts: 3,045
    edited 2008-01-23 10:25
    Matthew -

    Any PBASIC Stamp can use an LCD if it's compatible with the HD44780 (Hitachi) specifications. This isn't usually a problem as the HD44780 is nearly an industry standard.

    If instead your question was which PBASIC Stamps support the LCDOUT command, the answer to that questions is:

    Any BS-2p? series which includes the BS-2p, BS-2pe, and BS-2px supports the LCDOUT command.

    The LCDOUT command is NOT required for any LCD, it just makes using one quite a bit easier, if you've no problem with dedicating the necessary, fixed, pin ports for its use.

    Regards,

    Bruce Bates

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Veni, Vidi, Velcro! - I came, I saw, I stuck around!
Sign In or Register to comment.