Use the stty-digi program to set up your terminal for transparent printing. Include any stty-digi commands in a startup file if you want the commands to be in effect every time the system boots.
The following command configures the transparent print options for a DEC VT100 terminal connected to /dev/tty1 (note that the printer will be called /dev/lp1). maxcps, maxchar and bufsize are left to defaults. Enter:
stty-digi term vt100 /dev/tty1
The following example uses onstr and offstr arguments (this sets the terminal to use the ANSI Standard). Again maxcps, maxchar, and bufsize are defaults. Enter (on a single command line):
stty-digi onstr \033[5i offstr \033[4i /dev/tty1
This example command sets the transparent print option for a WYSE30 terminal, with a maxcps of 75, a maxchar of 100, and a printer buffer size, bufsize, of 1000. Enter (on a single command line):
stty-digi term wyse30 maxcps 75 maxchar 100 bufsize 1000 /dev/tty1