I've seen it when using Hyperterminal with a high baudrate, lots of data and a slow computer. It was ofcourse not the HSERIN that was to blame. Try a different terminalprogram. If this isn't your setup, i have no idea what's going on. I've never had any problems with HSEROUT. The only thing i can think of that possibly could be called a problem with HSEROUT is that you can loose data if you end the program right after a HSEROUT statement .....
HSEROUT Blah,blah ...
END
The HSEROUT will not complete since the END will kill the OSC before the last character is sent. A PAUSE after HSEROUT will cure that problem.
/Ingvar
Bookmarks