Shop OBEX P1 Docs P2 Docs Learn Events
Generic LCD serial board vs Parallax LCD display — Parallax Forums

Generic LCD serial board vs Parallax LCD display

PrettybirdPrettybird Posts: 269
edited 2009-05-04 10:05 in BASIC Stamp
·· I am new at this and am shopping for my just assembled and modified Boe Bot Kit. I am upgrading it to a BS2-P and am thinking of adding an LCD display. I saw a generic board on ebay thas supports 16 pin LCDs and hex keyboard. It also has more inputs on the left side. I have a blue 16 X 2 LCD I got cheap last year. The spec. on the generic says it will support basic stamp. Has anyone experimented with this before? The Parallax LCD seems to only support the LCD and is green. I am very new at this and am looking for pre written programs and advice. Thanks· cool.gif

Comments

  • UnsoundcodeUnsoundcode Posts: 1,532
    edited 2009-05-03 03:38
    Hi , you have another post related to this same subject, it would be better if you deleted the other post (using the red x icon) and edited this post (using the pencil icon)·adding the new information.

    regards

    Jeff T
  • PrettybirdPrettybird Posts: 269
    edited 2009-05-03 07:21
    Thanks. As I said I am new at this.
  • rixterrixter Posts: 95
    edited 2009-05-03 22:20
    Prettybird,

    I have that same LCD and it works fine with the BASIC Stamp. That LCD is sold on the internet as both a parallel version and also with the serial interface board attached on the back. You can also purchase the serial board separately. I am assuming from the manual you attached that you have the serial board attached. Most of the LCDs use the popular Hitachi 44780 controllers. If you interface a BASIC Stamp to the parallel versions of these LCDs, you will require more pins on the Stamp and will be required to communicate in a more "cryptic" fashion than if you are interfacing with a serial connection. The serial connection requires that an interface board be attached to the LCD. These are piggy-backed to the rear of the LCD. The commands that you use to communicate with the serial board are those developed by the manufacturer of the interface board, so the commands you use with the Parallax serial LCD will differ from those that are used with the blue unit you purchased on the internet. But once you knows those commands, it is no problem. The serial board is basically a serial to parallel interface, a command interpreter and some other interface goodies that make life a bit easier to work with than with a parallel LCD. The "P" series of BASIC Stamps have some nice additional commands (LCDCMD, LCDOUT, LCDIN). that allow you to work with parallel LCDs a bit easier. These won't be necessary when using the serial LCD as you'll be using the SEROUT command.

    If you are having problems getting this LCD to work with the BASIC Stamp, let me know what you'd like to do and I can assist.

    Rick
  • PrettybirdPrettybird Posts: 269
    edited 2009-05-04 04:36
    Thanks alot. The pin out for the boards looked similar so I gambled and boutht a piggyback boare for the display.I am in the process of updating my first Boe with a BS2-P and putting the BS@ in a Growbot board I am also updating.
    Here is an attachment of what I got purchased. I no nothing of programming yet but getting ready to jump into it when I get all the parts. Hardware is my expertese.It mentions it can also handle a hex keyboard. Now to shop for headers. Thanks again.
  • Buck RogersBuck Rogers Posts: 2,178
    edited 2009-05-04 05:18

    Hello!
    You stated Polly: (That's a common female parrot name by the way.)
    Prettybird said...
    Thanks alot. The pin out for the boards looked similar so I gambled and boutht a piggyback boare for the display.I am in the process of updating my first Boe with a BS2-P and putting the BS@ in a Growbot board I am also updating.
    Here is an attachment of what I got purchased. I no nothing of programming yet but getting ready to jump into it when I get all the parts. Hardware is my expertese.It mentions it can also handle a hex keyboard. Now to shop for headers. Thanks again.

    I am ignoring the typos for the moment as I'm also a programmer at heart and typically when I write sometimes quickly that happens too.

    The display is a standard LCD two by 24 or two by 16 display depending whose you've bought. However the 2x24 is quite rare and is only used for special circumstances such as part of a portable terminal that's only supposed to display 2x24 lines of text, the 2x16 is normally the one's we see used practically everywhere. Now depending on which piggy back board you select the thing will tell you whose it is when you power up the circuit each time. Mine for example is made by Sparkfun. Ideally yes you should be able to do as you've indicated here. I also suggest that you compose your program on a pad of paper and slowly work it out that way first. scool.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Buck Rogers

    www.gregg.levine.name
  • PrettybirdPrettybird Posts: 269
    edited 2009-05-04 10:05
    Thanks. I am not female and all birds are pretty to me. The bird is my baby. Some birds near impossable to tell their sex, except by actions. lol Sorry for the typos. Happens when too much time online. I am no office worker either. I am far from a programmer. More like a laid off electronic technician from industrial machinery. I have been gambling on ebay alot lately while trying to unload my vex stuff. Basic Stamp is new to me and I have severial not fired up yet. Just waiting for parts. Seems I am jumping intp algebra before compleating arithmatic but Love this site and all the imfo I am getting. I am from the old school of Linier and TTL chips. I may post some ideas using logic and and linier applications to help those interestted in I/O shortcuts to save on limitted I/O pins.
    Thanks for the imfo.
Sign In or Register to comment.