I have a small test file which I'm handing to my HP Laserjet 2200D: (~ represents the esc character.)
"TEST" should be printed vertically.
"First line of next page" should be printed upside down, right to left, at the bottom right of the page.
Neither of these is working.
So the question is: have I done something wrong or does my printer just not support these commands?
Code:
~E
~&u600D
~&l1oE
~*p3178x0Y~*c4a5000bp150a600b11g2p
~*p3245X~&a1R~&c1TTEST~&aT
Beginning of text
~&a2P
First line of next page
"First line of next page" should be printed upside down, right to left, at the bottom right of the page.
Neither of these is working.
So the question is: have I done something wrong or does my printer just not support these commands?