serial lcd help

Status
Not open for further replies.

RainMan

New Member
hi all,i purchaced an Atom 20 by 4 line LCD serial display module and a parallax bs2 pic.well in my parallax manual it only discusses how to write to a parallel display.is the source code the same? thx Rick
 
RainMan said:
hi all,i purchaced an Atom 20 by 4 line LCD serial display module and a parallax bs2 pic.well in my parallax manual it only discusses how to write to a parallel display.is the source code the same? thx Rick

No, you use a serial output to control a serial LCD. I don't use STAMP's, but you usually get examples for them, I would expect the Atom to come with STAMP examples.
 
it should be fairly easy to write to a stamp,

use the serout function,
SEROUT 0,N2400,("text here") ...for 2400bps..on pin 0


or

SEROUT 0,84+$4000,("text here") ....for 9600 bps...on pin 0
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…