Path: utzoo!utgpu!watserv1!watmath!att!mcdchg!laidbak!obdient!vpnet!hb From: hb@vpnet.chi.il.us (hank barta) Newsgroups: comp.unix.i386 Subject: sco unix 3.2 - printing binary data query Message-ID: <268e3558-675.1comp.unix.i386-1@vpnet.chi.il.us> Date: 1 Jul 90 17:55:05 GMT References: <1358@beaudin.UUCP> Lines: 11 | | When I submit a certain file containing non-textual data for printing | on a dot matrix printer, some operating system entity apparently filters | out some of the bytes. How are you submitting this to the printer? I use the print spooler (for which the setup seems to be one of the more challenging aspects in Unix) and pass it nroff output which includes various control codes. I would guess that if you use something like 'cat >/dev/lp0' that cat might strip out control codes.