Can you post the complete code as is? Just to keep everything/everyone UpToDate...
Will do mackrackit.

It might not be necessary with the way PBP processes Serout commands, but this is from old programming habits in a business environment (you want to be sure everything made it through).
Hi Demon. I hear what you're saying, makes good sense. I remember Henrik telling me that it didn't matter whether you sent Highbyte or Lowbyte first, your way kind of gives a check / checksum

How did you control the Pace delay?
I used:

Code:
PACE     CON 5
Dave