MACbook Stamp 2 LCD
Pablo Martos
Posts: 14
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??
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
The pause has to be more like 100ms, not 1ms.