In SX Microcontrollers, SX/B Compiler and SX-Key Tool, George Herzog wrote: I was looking at multitasking with the SX/B and basically it seems that the multitasker is merely an ISR that divides the currently called ISR amongst a schedule [usually about sixteen]. If you want something called more frequently, you give it more slots. Since this specialized ISR jumps to the code, it would seem to me that the code could be in SX/B or assembler. It just cannot be too long and overrun the ISR - 50% or less of the interrupt interval would allow the main program time to get something done. While I haven't tried it, I suspect it is quite possible. I refer to an old Ubicom document for a code prototype in SASM. See Dual UART Virtual Peripheral Implementation-AN39 [Nov 2000] Frankly, it seems so simple in SASM that I might be harder in pure SX/B. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=157842#m160916 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)