The Software Developer's Manual gives this sequence as a simple example:
DIRECTION 0
CLS
TEXT 56,24,"3",0,1,1,"ABC"
PRINT 1
With
lpr -P Brother-TD4750 brother.txt
under Linux the printer now prints the four lines directly. And of course not formatted. I expected the three letters "ABC".
How can I tell the printer that control commands for FBPL are coming? Is there an initiated control sequence?
The printer also supports ZPL. In the meantime I understood that I have to convert the ^-sign as hex 1B
ZPL:
^XA
^FO50,50^ADN,36,20^FDHugo
^FS
^XZ