Umm ISTR that you can solve some of your buffering issues by doing something like this:

open ( SERIAL, ">/dev/ttyS0");
SERIAL->autoflush(1);

You might have to use the FileHandle module to make use of autoflush.
_________________________
- Tony C
my empeg stuff