In SX Microcontrollers, SX/B Compiler and SX-Key Tool, John.Gray wrote: I have been reading over the code example for SX/B and a serial LCD. I want to understand the examples, but am lost in it's wake. I basically want to print a sentence on the LCD so I had good luck using the BS2 and want to use that example for the SX SEROUT 15, 84, [22, 12] ' Initialize LCD PAUSE 500 SEROUT 15, 84, ["Write Something Here", 13, ' Text message, carriage return "Second Line"] ' more text on line 2. What I tried to do was: SEROUT ra.0, T9600, "Something Here" What showed up on the screen was "S" What am I missing? ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=125563 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)