dhazer
Programmer
- Oct 20, 2006
- 48
I was wondering if any knew the process for how to send printer commands to a printer. In particular I'm working with a okidata microline 320 turbo (no letter after the turbo, just a turbo). I noticed online at okidata.com that there's a Microline Referrence Manual at In it are command, like a Reverse Line Feed which is:
ASCII: ESC j n
Dec: 27 106 n
Hex: 1B 6A n the re
where n is the number of lines,
but I don't know how to send it to my printer. I beleive I need to the use windows copy command with the /b (binary) switch when I send the file to the printer, but I don't know how to go about doing this. I'm sure it's simple.
Is there a anyone out there that know this?
ASCII: ESC j n
Dec: 27 106 n
Hex: 1B 6A n the re
where n is the number of lines,
but I don't know how to send it to my printer. I beleive I need to the use windows copy command with the /b (binary) switch when I send the file to the printer, but I don't know how to go about doing this. I'm sure it's simple.
Is there a anyone out there that know this?