In SX Microcontrollers, SX/B Compiler and SX-Key Tool, bean wrote: Max, Since you only need to store bytes 14-21 the 16 byte array limit shouldn't come into play. I would use the 50Mhz resonator for sure. Basically you want to do this: Wait for a byte to arrive (don't store the value) Receive 12 more bytes (don't store the values) Receive 8 more bytes (store the values in an array) Send the 8 bytes stored (no need to receive anymore, we don't care about the incoming data) Pause to allow the incoming data stream to finish. (a couple milliseconds should do it) Repeat the whole process Bean. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=158762#m158770 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2006 (http://www.dotNetBB.com)