In SX Microcontrollers, SX/B Compiler and SX-Key Tool, Sparks-R-Fun wrote: You can find an example of one possible way to process text strings in the RFID Reader example of the SX/B help file. Look at the LCD_OUT subroutine. The example uses a serial LCD but this should not present a significant problem for you since you already have the basic parallel LCD communication routines working. Just replace the SEROUT statement in the example with whatever you presently use to send a byte to your parallel LCD. The example also uses a zero byte to terminate a text string. This is a common practice. If you place the text of the string in quotes SX/B includes the terminating zero byte for you automatically in the generated code. - Sparks ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=236139#m236223 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2007 (http://www.dotNetBB.com)