Using COM2 on W2000 PC for printing barcode

We have a Zebra S500 (serial) attached to a W2000 PC. This wordked when we used a W95 pc. From NF we copy in a DOS box a *.txt file to the printer at com2. Then receive the error ‘device not supported’. When I copy the same file from a dos box I don’t get this error.

f.OPEN(‘COM2:’); f.WRITE(‘Some nice Zebra code’); f.CLOSE(); I haven’t tried it but one other NOLUG member used the file for LPT1 printing… G’luck

It took some time, but I tried the suggested solution and it works perfect. Thanks. Gert