In SX Microcontrollers, SX/B Compiler and SX-Key Tool, JonnyMac wrote: When you download it you'll see that I "wired" it to your code so it should be easy to follow. There's no need to explain it -- I've just replaced SERIN with ISR code and used assembly for the display multiplexing to keep the ISR cleaner; in the end it's doing what you want but you don't have an ISR/SERIN conflict any more. The nice thing about using ISR serial is that you can check the rxReady flag in the foreground and only call RX_BYTE when you have something waiting, otherwise RX_BYTE waits on something to show up (just like SERIN). ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=314346#m314398 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)