In SX Microcontrollers, SX/B Compiler and SX-Key Tool, JonnyMac wrote: You might want to use the attached program as reference. Since I do so many SX projects with serial comms I am constantly refining my code -- what's attached is the current state of my efforts and will move easily between the SX28 and SX48. It's important to know that in SX/B, the global vars are in BANK $00 for the SX18/20/28 and in BANK $10 for the SX48/52. As this has an effect on using assembly segments (e.g., ISR-driven UARTs) this program has a constant called __DEFAULT that you must change based on the processor you're using. In SX/B 2.0 the __DEFAULT constant is built in, so when that is released you'll need to delete that CON definition. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=284621#m285969 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)