In SX Microcontrollers, SX/B Compiler and SX-Key Tool, Jon Williams wrote: Just a note: I have my terminal program set to add LF (line feed) when it gets a CR (carriage return). You can do that with your terminal, or add this definiton to the program CRLF: DATA 13, 10, 0 ... and then change: TX_BYTE CR ... to: TX_STR CRLF ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=93305#m93387 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2005 (http://www.dotNetBB.com)