Propeller writing to SparkFun Serial LCD
StevenG
Posts: 9
I have the Propeller Servo Controller USB and a SparkFun Serial LCD. I was wondering if anyone has some example code for writing text/commands to the LCD. I've played around with it a little but got frustrated. Any help would be much appreciated.
Propeller Servo Controller USB
http://www.parallax.com/Store/Microcontrollers/PropellerDevelopmentBoards/tabid/514/CategoryID/73/List/0/SortField/0/Level/a/ProductID/595/Default.aspx
SparkFun Serial LCD
http://www.sparkfun.com/commerce/product_info.php?products_id=9395
Propeller Servo Controller USB
http://www.parallax.com/Store/Microcontrollers/PropellerDevelopmentBoards/tabid/514/CategoryID/73/List/0/SortField/0/Level/a/ProductID/595/Default.aspx
SparkFun Serial LCD
http://www.sparkfun.com/commerce/product_info.php?products_id=9395
Comments
The code should turn on the Blinking Box Cursor and then write "Hello World!" to the LCD. Instead it prints "||Hello World!".
humm.........
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
note that if your using the 3.3v lcd, it sometimes gets confused at power up if the usb plug is connected (on the demo board). To reset the lcd, remove the usb plug as well as power down the demo board.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Rudy's CNC Freeware·· http://www.enter.net/~schleinkofer
StevenG, you have to send $fe before sending a command byte.