In SX Microcontrollers, SX/B Compiler and SX-Key Tool, Castrovinci wrote: OK OK OK I finally got Rx string test to work. it was the flow control and after your suggestion I read up on this and i definently did not want that on. I needed another wire for that. Anyway I am almost where I need to be, I came into another issue and im not sure about it. I want to be able to read the WHOLE rx string and then if its equal to a certain string I want to go to another sub or do like shown below. I just cant figure out how to combine the array into a full word or at least get the full string from rx and store it in a string. Thanks! TX_BYTE CR TX_BYTE LF TX_STR "You entered: " TX_BUF @strBuf get strBuf(0),ron1,RON2,RON3,RON4,RON5 ' is this correct???? 'WHAT GOES HERE???? If ron = "ANTHONY" then TX_STR "Tx A SPECIAL STRING" endif DELAY_MS 5000 GOTO Main ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=372213#m374786 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2009 (http://www.dotNetBB.com)