In SX Microcontrollers, SX/B Compiler and SX-Key Tool, Jon Williams wrote: Is this for the Parallax Serial LCD? If yes, the attached program will get you going. One of the things you will want to be careful about is using "code heavy" keywords multiple times -- SEROUT is one of those. If you look at the asm source for your program you'll see it takes a lot of code to do SEROUT (by necessity), and doing it five times is just using more space than you need. If you put SEROUT into a subroutine it only gets compiled once and you can add flexibility to it. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=125563#m125584 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)