15
44 GS B n
Black/white reverse print set/reset
32
45 ESC B n
Back feed
32
46 DC1
Reset software
32
47 GS % n
Partition drive select
33
48 GS
 ̄
n
Print density set
33
49 ESC L
Page mode selection
33
* Functions differently between printer with standard type driver and Windows type.
5.3 Line mode command details
1) Horizontal tab
: <<HT>>
Code
: [09] h
Shift the print position to the next horizontal tab position
* Horizontal tab position is set by [horizontal tab set] command.
* The default of horizontal tab position is every 8th character (9th digit,
17th digit, 25th digit and 33rd digit) in font A.
* If the next tab position is not set, this command is ignored.
2) Carriage return: <<CR>>
Code
: [0D] h
This command is ignored.
3) Line feed
: <<LF>>
Code
: [0A] h
Prints data stored in the input buffer and executes line feed according to data
of feed pitch.
4) Page feed : <<FF>>
This command is effective only in Windows mode.
Code : [OC] h
* Prints data in the print line buffer and executes page feed to the head of next page
according to the page length in the setting.
* Default setting for the page length is 66 lines.
5) “n” line page length setting: <<ESC C n>>
Code : [1B] h + [43] h +n * [01
≤
n
≤
FF] h
Sets a page length for “n” lines with current line feed pitch.
* Position is set to the head of page
* Line pitch change after setting will not change page length.
* Default value for “n” is [42] h for 66 lines.
* If printer is initialized, the head of page is also initialized.
6) Setting right space of a character: <<ESC SP n>>
Code
: [1B] h + [21] h + n
* [00
≤
n
≤
20] h
Sets the right space of a character by unit of dot (1/203 of an inch). In the case of
double width mode, the space will be doubled. The default value of “n” is [00] h.