In SX Microcontrollers, SX/B Compiler and SX-Key Tool, Zoot wrote: Great thread. JonnyMac -- one thing I noticed in your Polyphonic program (and perhaps others where you've included this VP?) is this line for checking if the serial VP buffer is full: [code] JB rxBufCnt.4, RX_Done ' (2/4) skip if buffer is full [/code] Which seems to imply a 16 byte buffer; this program has an 8-byte buffer. Wouldn't this be correct? [code] JB rxBufCnt.3, RX_Done [/code] ?? ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=283554#m284009 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2008 (http://www.dotNetBB.com)