In SX Microcontrollers, SX/B Compiler and SX-Key Tool, Sparks-R-Fun wrote: Robert, Thanks for posting your debugging subroutine. I noticed that you define [B]TX_ByteDbg[/B] but never seem to call it. I assume you meant to use it to save program space and probably meant to replace your three SEROUT calls with something like the following: [CODE]TX_ByteDbg tmpB1 ' Send the upper nybble TX_ByteDbg tmpB2 ' Send the lower nybble TX_ByteDbg 32 ' Send a trailing space[/CODE] This should not affect how the subroutines work, just home much program space they consume. - Sparks ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=190314#m190552 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)