Re: Sending esc sequences to a printer.

2000-03-21 Thread Oswald Buddenhagen
> I have a Panasonic (Epson emulation) Dot-Matrix printer, and the only > way to change the default pitch (i.e. 10 cpi, 12 cpi..) is through DOS > software. The owner's manual lists all the escape sequences, but how do I > send them to the printer? > echo -e "\e\e" >/dev/lp0 could work.

Sending esc sequences to a printer.

2000-03-21 Thread John Anderson
Hi, I have a Panasonic (Epson emulation) Dot-Matrix printer, and the only way to change the default pitch (i.e. 10 cpi, 12 cpi..) is through DOS software. The owner's manual lists all the escape sequences, but how do I send them to the printer?