<< I've used a telecom app on the PC to capture the serial port output
of the Zoomer and then printed the captured file. You have to find a
telecom app that will store the incoming serial data directly to a file
in its native binary format. >>
I should amend that...
...and then I later printed the captured file by
copying it to the printer at the DOS prompt:
COPY filename.ext PRN /B
Steve