I have a printer that whose manual claims that if you send it a hex number it will respond with a status byte. Is there a way to do this under linux and get the output (I can use cat to write to the device file, or I can use cat to read from the device file but not both at the same time) without hacking on the kernel? Hugh