In SX Microcontrollers, SX/B Compiler and SX-Key Tool, Jon Williams wrote: It's true the SEROUT only sends one byte at a time, but with SX/B 1.4 you can nearly duplicate what the BS2 does. If you look at the examples for READ you'll see how string pointers can be sent to a subroutine; that subroutine will send each of the characters. I've attached a modified version of that program for you to work with. Note that "high level" things like SEROUT should be embedded in subroutines so they just get compiled (expanded to assembly instructions) once, otherwise you will burn through your code space pretty quickly. ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=85882#m85884 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2005 (http://www.dotNetBB.com)