Shop OBEX P1 Docs P2 Docs Learn Events
MACbook Stamp 2 LCD — Parallax Forums

MACbook Stamp 2 LCD

Pablo  MartosPablo Martos Posts: 14
edited 2009-03-10 20:31 in BASIC Stamp
i am having trouble displaying outputs to my Serial LCD display blacklit from parallax. I have tired this source code


TxPin CON 0
Baud19200 CON 32


HIGH TxPin ' Set pin high to be a serial port
PAUSE 1 ' Pause for Serial LCD to initialize

SEROUT TxPin, Baud19200, [noparse][[/noparse]"Hello, this text will wrap."]

what am i doing wrong??

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-03-10 20:31
    Make sure you have the serial LCD connected the way it's described in the documentation available on the webstore page for the display. Follow the directions carefully in the documentation. Whatever problem you're having, it would have little if anything to do with using a Macbook.

    The pause has to be more like 100ms, not 1ms.
Sign In or Register to comment.