I have the following PCL code:
<1B>&l2a1o5.50C<1B>(s0p16.67h0T
This prints out things exactly how I need them with the exception of the columns. It prints out landscape and everything fits on the page. However the lines go a little over half the page then wrap on the next line. I can play with the numbers to get the amount of columns I need, I just need the starting point (what the code will look like). Messing with page length, text length, and HMI don't seem to be working but I could be doing it wrong.
Secondly does it matter if you put breaks between the commands?
For instance is the the same as the one above:
<1B>&l2A<1B>&l1O<1B>&l5.50C<1B>(s0P<1B>(s16.67H<1B>(s0T
I've wasted way too much paper trying to figure this out.