For a research project about printing nanofluids with an Piezo electric printer I want to see the the code that the computer sends to the printer. I am running Ubuntu 16.04 and have an Epson Stylus SX600FW printer. Using Ghostscript 9.18 I want to print a simple ps file and obtain the output file that is being send to the printer. This file should contain some ESC/P sequences if I am right. Now I have some problems with the rigth driver is Ghostscript.
I want to print the file using : gs -sDEVICE=epson -sOutputFile=%pipe%lpr test.ps
. The printer starts the print gibberish. Just some letters and symbols on page, not the two words that are in my test.ps
.
So probably ghostscript doesn't use the rigth driver. How can I get gs to use the escp2-of-sx600fw
or Epson-Stylus_Office_SX600FW
driver, as stated on the gutenprint site?
Kind Regards Rick