Thermal Printer RONGTA TECHNOLOGY RP80 Command Set
Thermal Printer RONGTA TECHNOLOGY RP80 Command Set
Thermal Printer RONGTA TECHNOLOGY RP80 Command Set
Table of Contents
Command List ................................................................................................................... 3
Control Commands ........................................................................................................... 5
HT ..................................................................................................................................... 5
LF ...................................................................................................................................... 5
CR ..................................................................................................................................... 5
DLE EOT n ....................................................................................................................... 6
DLE ENQ n....................................................................................................................... 8
DLE DC4 n m t ................................................................................................................. 9
ESC SP n ......................................................................................................................... 10
ESC ! n ............................................................................................................................ 10
ESC $ nL nH ................................................................................................................... 11
ESC % n .......................................................................................................................... 11
ESC & y c1 c2 [x1 d1...d(y x1)]...[xk d1...d(y xk)] .................................................. 12
ESC m nL nH d1...dk ................................................................................................... 15
ESC - n ............................................................................................................................ 17
ESC 2 .............................................................................................................................. 18
ESC 3 n ........................................................................................................................... 18
ESC ? n ........................................................................................................................... 18
ESC @............................................................................................................................. 19
ESC B n t ........................................................................................................................ 19
ESC D n1...nk NUL ........................................................................................................ 19
ESC E n ........................................................................................................................... 20
ESC G n .......................................................................................................................... 21
ESC J n ............................................................................................................................ 21
ESC M n .......................................................................................................................... 21
ESC R n........................................................................................................................... 22
ESC V n........................................................................................................................... 22
ESC \ nL nH .................................................................................................................... 23
ESC a n ........................................................................................................................... 23
ESC c 5 n......................................................................................................................... 24
ESC d n ........................................................................................................................... 24
ESC p m t 1 t 2 ................................................................................................................ 25
ESC t n ............................................................................................................................ 25
ESC { n ........................................................................................................................... 26
ESC i (for cut) ................................................................................................................. 27
FS p n m .......................................................................................................................... 27
FS q n [xL xH yL yH d1...dk]1...[xL xH yL yH d1...dk]n .............................................. 29
GS ! n .............................................................................................................................. 31
GS * x y d1…d(x¬y¬8) ............................................................................................... 33
GS / m ............................................................................................................................. 34
GS B n ............................................................................................................................. 34
GS I n .............................................................................................................................. 35
www.rongtatech.com
1
RONGTA TECHNOLOGY RP80 Command Set
www.rongtatech.com
2
RONGTA TECHNOLOGY RP80 Command Set
Command List
www.rongtatech.com
3
RONGTA TECHNOLOGY RP80 Command Set
www.rongtatech.com
4
RONGTA TECHNOLOGY RP80 Command Set
Control Commands
HT
LF
CR
www.rongtatech.com
5
RONGTA TECHNOLOGY RP80 Command Set
[Format] ASCII CR
Hex 0D
Decimal 13
[Description] When automatic line feed is enabled, this command functions the
same as LF; when automatic line feed is disabled, this command is
ignored.
[Notes] This command line feed is ignored with a serial interface model.
Sets the print starting position to the beginning of the line.
[Reference] LF
DLE EOT n
www.rongtatech.com
6
RONGTA TECHNOLOGY RP80 Command Set
model.
With a parallel interface model, this command cannot be executed
when the printer is busy. This command is executed even when the
printer is offline or in error status, with a parallel interface model.
When Auto Status Back (ASB) is enabled using the GS a command,
the status transmitted by the DLE EOT command and the ASB status
must be differentiated.
n = 1: Printer status
Bit Off/On Hex Decimal Function
0 Off 00 0 Not used. Fixed to Off.
1 On 02 2 Not used. Fixed to On.
2 Off 00 0 Drawer open/close signal is LOW.(connector
pin3)
On 04 4 Drawer open/close signal is HIGH.(connector
pin3)
3 - - - Undefined.
4 On 10 16 Not used. Fixed to On.
5.6 -- -- -- Undefined.
7 Off 00 0 Not used. Fixed to Off.
n = 2: Offline status
Bit Off/On Hex Decimal Function
0 Off 00 0 Not used. Fixed to Off.
1 On 02 2 Not used. Fixed to On.
2 Off 00 0 Platen is closed.
On 04 4 Platen is opened.
3 Off 00 0 Paper is not being fed by using the FEED
button.
On 08 8 Paper is being fed by the FEED button.
4 On 10 16 Not used. Fixed to On.
5 - - - Undefined.
6 Off 00 0 No error.
On 40 64 Error occured.
7 Off 00 0 Not used. Fixed to Off.
n = 3: Error status
Bit Off/On Hex Decimal Function
0 Off 00 0 Not used. Fixed to Off.
1 On 02 2 Not used. Fixed to On.
2 -- -- -- Undefined.
3 Off 00 0 No autocutter error.
On 08 8 Autocutter error occurred.
4 On 10 16 Not used. Fixed to On.
5 Off 00 0 No unrecoverable error.
On 20 32 Unrecoverable error occurred.
www.rongtatech.com
7
RONGTA TECHNOLOGY RP80 Command Set
DLE ENQ n
www.rongtatech.com
8
RONGTA TECHNOLOGY RP80 Command Set
Example:
If you attempt to transmit ESC 3 n to the printer, but DTR (DSR for
the host computer) goes to MARK before n is transmitted, and DLE
ENQ 2 interrupts before n is received, the code <10>H for DLE
ENQ 2 is processed as the code for ESC 3 <10>H.
DLE ENQ 2 enables the printer to recover from an error after
clearing the data in the receive buffer and the print buffer. The
printer retains the settings (byESC !, ESC 3, etc.) that were in
effect when the error occurred. The printer can be initialized
completely by using this command and ESC @. This command is
enabled only for errors that have the possibility of recovery, except
for print head temperature error.
[Reference] DLE EOT
DLE DC4 n m t
The pulse ON time is [t x 100 ms] and the OFF time is [ t x 100 ms].
[Details] When the pulse is output to the connector pin specified while ESC p or
DEL DC4 is executed while this command is processed,this
command is ignored.
With a serial interface model, this command is executed even when the
printer is receive the command.
With a parallel interface model, this command is not executed even
when the printer is receive the command.
If printer data includes the same character strings as this command, the
printer performs the same operation specified by this command. The
user must consider this.
This command should not be used within the data sequence of another
command that consists of 2 or more bytes.
This command is effective even when the printer is disabled with ESC =
(Select peripheral device).
[Reference] ESC p
www.rongtatech.com
9
RONGTA TECHNOLOGY RP80 Command Set
ESC SP n
ESC ! n
www.rongtatech.com
10
RONGTA TECHNOLOGY RP80 Command Set
ESC $ nL nH
ESC % n
www.rongtatech.com
11
RONGTA TECHNOLOGY RP80 Command Set
www.rongtatech.com
12
RONGTA TECHNOLOGY RP80 Command Set
www.rongtatech.com
13
RONGTA TECHNOLOGY RP80 Command Set
www.rongtatech.com
14
RONGTA TECHNOLOGY RP80 Command Set
www.rongtatech.com
15
RONGTA TECHNOLOGY RP80 Command Set
Figure 3.11.3.
www.rongtatech.com
16
RONGTA TECHNOLOGY RP80 Command Set
When 24-dot bit image is selected:
Figure 3.11.3.
ESC - n
Hex 1B 2D n
Decimal 27 45 n
[Range] 0 n 2, 48 n 50
[Description] Turns underline mode on or off, based on the following values
n Function
0, 48 Turns off underline mode
1, 49 Turns on underline mode (1 dot thick)
2, 50 Turns on underline mode (2 dots thick)
[Notes] The printer can underline all characters (including right-side character
www.rongtatech.com
17
RONGTA TECHNOLOGY RP80 Command Set
ESC 2
ESC 3 n
ESC ? n
www.rongtatech.com
18
RONGTA TECHNOLOGY RP80 Command Set
Decimal 27 63 n
[Range] 32 n 126
[Description] Cancels user-defined characters.
[Notes] This command cancels the patterns defined for the character codes
specified by n. After the user-defined characters are canceled, the
corresponding patterns for the internal characters are printed.
This command deletes the pattern defined for the specified code in
the font selected by ESC !.
If a user-defined characters have not been defined, the printer
ignores this command.
[Reference] ESC &, ESC %
ESC @
www.rongtatech.com
19
RONGTA TECHNOLOGY RP80 Command Set
ESC E n
www.rongtatech.com
20
RONGTA TECHNOLOGY RP80 Command Set
ESC G n
ESC J n
ESC M n
www.rongtatech.com
21
RONGTA TECHNOLOGY RP80 Command Set
n Function
0, 48 Character Font A (12¬24) selected.
1, 49 Character Font B (9¬17) selected.
[Notes] ESC ! can also select character font types. However the setting of the
last received command is effective.
[Reference] ESC !
ESC R n
ESC V n
www.rongtatech.com
22
RONGTA TECHNOLOGY RP80 Command Set
n is used as follows:
n Function
0,48 Turns off 90clockwise rotation mode
1,49 Turns on 90clockwise rotation mode
[Notes] This command affects printing in standard mode. However, the
setting is always effective.
When underline mode is turned on, the printer does not underline 90
clockwise-rotated characters.
Double-width and double-height commands in 90rotation mode
enlarge characters in the opposite directions from double-height and
double- width commands in normal mode.
[Default] n=0
[Reference] ESC !, ESC
ESC \ nL nH
ESC a n
www.rongtatech.com
23
RONGTA TECHNOLOGY RP80 Command Set
[Description] Aligns all the data in one line to the specified position.
n selects the justification as follows:
n Justification
0,48 Left justification
1, 49 Centering
2, 50 Right justification
[Notes] The command is enabled only when processed at the beginning of
the line in standard mode.
This command executes justification in the printing area.
This command justifies the space area according to HT, ESC $ or
ESC \.
[Default] n=0
[Example]
Left justification Centering Right justification
ABC ABC ABC
ABCD ABCD ABCD
ABCDE ABCDE ABCDE
ESC c 5 n
ESC d n
www.rongtatech.com
24
RONGTA TECHNOLOGY RP80 Command Set
Hex 1B 64 n
Decimal 27 100 n
[Range] 0 n 255
[Description] Prints the data in the print buffer and feeds n lines.
[Notes] This command sets the print starting position to the beginning of the
line.
This command does not affect the line spacing set by ESC 2 or ESC
3.
The maximum paper feed amount is 1016 mm (40 inches). If the
paper feed amount (n line spacing) of more than 1016 mm (40
inches) is specified, the printer feeds the paper only 1016 mm (40
inches).
Even when the set value exceeds the maximum with the BM sensor
enabled in standard mode, this command is effective. (BM = black
mark.)
[Reference] ESC 2, ESC 3
ESC p m t 1 t 2
ESC t n
www.rongtatech.com
25
RONGTA TECHNOLOGY RP80 Command Set
[Default] n=0
ESC { n
www.rongtatech.com
26
RONGTA TECHNOLOGY RP80 Command Set
[Default] n=0
[Example]
FS p n m
www.rongtatech.com
27
RONGTA TECHNOLOGY RP80 Command Set
[Format] ASCII FS p n m
Hex 1C 70 n m
Decimal 28 112 n m
[Range] 1 n 255
0 m 3 , 48 m 51
[Description] Prints NV bit image n using the mode specified by m.
m Mode Vertical Dot Density Horizontal Dot Density
0,48 Normal 203.2 dpi 203.2 dpi
1,49 Double-width 203.2 dpi 101.6 dpi
2,50 Double-height 101.6 dpi 203.2 dpi
3,51 Quadruple 101.6 dpi 101.6 dpi
n is the number of the NV bit image (defined using the FS q
command).
m specifies the bit image mode.
[Detail] NV bit image is a bit image defined in non-volatile memory by
FS q and printed by FS p.
This command is not effective when the specified NV bit image has
not been defined.
In standard mode, this command is effective only when there is no
data in the print buffer.
This command is not affected by print modes (emphasized,
underline, character size, white/black reverse printing, or 90rotated
characters, etc.), except upside-down printing mode.
If the printing area width set by GS L and GS W for the NV bit image
is less than one vertical line, the following processing is performed
only on the line in question. However, in NV bit image mode, one
vertical line means 1 dot in normal mode (m0, 48) and in
double-height mode (m2, 50), and it means 2 dots in double-width
mode (m1, 49) and in quadruple mode (m3, 51).
①The printing area width is extended to the right in NV bit image mode
up to one line vertically. In this case, printing does not exceed the
printable area.
②If the printing area width cannot be extended by one line vertically,
the left margin is reduced to accommodate one line vertically.
If the downloaded bit-image to be printed exceeds one line, the
excess data is not printed.
This command feeds dots (for the height n of the NV bit image) in
normal and double-width modes, and (for the height n 2 of the NV
bit image) in doubleheight and quadruple modes, regardless of the
line spacing specified by ESC 2 or ESC 3.
After printing the bit image, this command sets the print position to
the beginning of the line and processes the data that follows as
normal data.
[References] ESC , FS q, GS /, GS v 0
www.rongtatech.com
28
RONGTA TECHNOLOGY RP80 Command Set
www.rongtatech.com
29
RONGTA TECHNOLOGY RP80 Command Set
and printed by FS p.
In standard mode, this command is effective only when processed at
the beginning of the line.
This command is effective when 7 bytes <FSyH> of the command
are processed normally.
When the amount of data exceeds the capacity left in the range
defined by xL, xH, yL, yH, the printer processes xL, xH, yL, yH out of
the defined range.
In the first group of NV bit images, when any of the parameters xL,
xH, yL, yH is out of the definition range, this command is disabled.
In groups of NV bit images other than the first one, when the printer
encounters xL, xH, yL, yH out of the defined range, it stops
processing this command and starts writing into the NV images. At
this time, NV bit images that haven’t been defined are disabled
(undefined), but any NV bit images before that are enabled.
The d indicates the definition data. In data (d) a 1 bit specifies a dot
to be printed and a 0 bit specifies a dot not to be printed.
This command defines n as the number of a NV bit image. Numbers
rise in order from NV bit image 01H. Therefore, the first data group
[xL xH yL yH d1...dk] is NV bit image 01H, and the last data group
[xL xH yL yH d1...dk] is NV bit image n. The total agrees with the
number of NV bit images specified by the command FS p.
The definition data for an NV bit image consists of [xL xH yL yH
d1...dk].Therefore, when only one NV bit image is defined n=1, the
printer processes a data group [xL xH yL yH d1...dk] once. The
printer uses ([data: (xL xH¬256)¬(yL yH¬256)¬8]
[header :4]) bytes of NV memory.
The definition area in this printer is a maximum of 192K bytes. This
command can define several NV bit images, but cannot define bit
image data whose total capacity [bit image data header] exceeds
192K bytes.
The printer does not transmit ASB status or perform status detection
during processing of this command even when ASB is specified.
When this command is received during macro definition, the printer
ends macro definition, and begins performing this command.
Once an NV bit image is defined, it is not erased by performing ESC
@, reset, and power off.
This command performs only definition of an NV bit image and does
not perform printing. Printing of the NV bit image is performed by the
FS p command.
[Reference] FS p
www.rongtatech.com
30
RONGTA TECHNOLOGY RP80 Command Set
GS ! n
www.rongtatech.com
31
RONGTA TECHNOLOGY RP80 Command Set
Table 1 Table 2
Character Width Selection Character Height Selection
Hex Decimal Width Hex Decimal Width
00 0 1(normal) 00 0 1(normal)
10 16 2(double-width) 01 1 2(double-height)
20 32 3 02 2 3
30 48 4 03 3 4
40 64 5 04 4 5
50 80 6 05 5 6
60 96 7 06 6 7
70 112 8 07 7 8
[Notes] This command is effective for all characters (alphanumeric and Kanji),
except for HRI characters.
If n is outside the defined range, this command is ignored.
In standard mode, the vertical direction is the paper feed direction,
and the horizontal direction is perpendicular to the paper feed
direction. However, when character orientation changes in
90clockwise-rotation mode, the relationship between vertical and
horizontal directions is reversed.
When characters are enlarged with different sizes on one line, all the
characters on the line are aligned at the baseline.
The ESC ! command can also turn double-width and double-height
modes on or off. However, the setting of the last received command
is effective.
[Default] n=0
[Reference] ESC !
www.rongtatech.com
32
RONGTA TECHNOLOGY RP80 Command Set
GS * x y d1…d(x¬y¬8)
[Reference] GS /
www.rongtatech.com
33
RONGTA TECHNOLOGY RP80 Command Set
GS / m
GS B n
www.rongtatech.com
34
RONGTA TECHNOLOGY RP80 Command Set
Decimal 29 66 n
[Range] 0 n 255
[Description] Turns on or off white/black reverse printing mode.
When the LSB of n is 0, white/black reverse mode is turned off.
When the LSB of n is 1, white/black reverse mode is turned on.
[Notes] Only the lowest bit of n is valid.
This command is available for built-in characters and user-defined
characters.
When white/black reverse printing mode is on, it also applies to
character spacing set by ESC SP.
This command does not affect bit images, user-defined bit images,
bar codes, HRI characters, and spacing skipped by HT, ESC $, and
ESC \.
This command does not affect the space between lines.
White/black reverse mode has a higher priority than underline mode.
Even if underline mode is on, it is disabled (but not canceled) when
white/black reverse mode is selected.
[Default] n=0
GS I n
www.rongtatech.com
35
RONGTA TECHNOLOGY RP80 Command Set
GS(H pl pH fn m d1 d2 d3 d4 (fn=48)
GS H n
www.rongtatech.com
36
RONGTA TECHNOLOGY RP80 Command Set
[Reference] GS f, GS k
GS L nL nH
①GS V m ② GS V m n
www.rongtatech.com
37
RONGTA TECHNOLOGY RP80 Command Set
GS W nL nH
www.rongtatech.com
38
RONGTA TECHNOLOGY RP80 Command Set
GS :
www.rongtatech.com
39
RONGTA TECHNOLOGY RP80 Command Set
GS ^ r t m
GS a n
www.rongtatech.com
40
RONGTA TECHNOLOGY RP80 Command Set
[Format] ASCII GS a n
Hex 1D 61 n
Decimal 29 97 n
[Range] 0 n 255
[Description] Enables or disables ASB and specifies the status items to include,
using n as follows:
Bit Off/On Hex Decimal Status for ASB
0 - - - Undefined .
1 - - - Undefined .
2 Off 00 0 Error status disabled.
On 04 4 Error status enabled.
3 Off 00 0 Paper roll sensor status disabled.
On 08 8 Paper roll sensor status enabled.
4-7 - - - Undefined.
[Notes] If any of the status items in the table above are enabled, the printer
transmits the status when this command is executed. The printer
automatically transmits the status whenever the enabled status item
changes. The disabled status items may change, in this case,
because each status transmission represents the current status.
If all status items are disabled, the ASB function is also disabled.
If the ASB is enabled as a default, the printer transmits the status
when the printer data reception and transmission are possible at the
first time from when the printer is turned on.
The following four status bytes are transmitted without confirming
whether the host is ready to receive data. The four status bytes must
be consecutive, except for the XOFF code.
Since this command is executed after the data is processed in the
receive buffer, there may be a time lag between data reception and
status transmission.
When using DLE EOT, or GS r, the status transmitted by these
commands and ASB status must be differentiated.
The status items to be transmitted are as follows:
GS f n
www.rongtatech.com
41
RONGTA TECHNOLOGY RP80 Command Set
n Font
0,48 Font A (12¬24)
1,49 Font B (9 ¬17)
[Notes] HRI indicates Human Readable Interpretation.
HRI characters are printed at the position specified by GS H.
[Default] n=0
[Reference] GS H, GS k
GS h n
www.rongtatech.com
42
RONGTA TECHNOLOGY RP80 Command Set
www.rongtatech.com
43
RONGTA TECHNOLOGY RP80 Command Set
www.rongtatech.com
44
RONGTA TECHNOLOGY RP80 Command Set
If the top of the bar code data is not the code set selection character,
the printer stops command processing and processes the following
data as normal data.
If the combination of "{" and the following character does not apply
any special character, the printer stops command processing and
processes the following data as normal data.
If the printer receives characters that cannot be used in the special
code set, the printer stops command processing and processes the
following data as normal data.
The printer does not print HRI characters that correspond to the shift
characters or code set selection characters.
HRI character for the function character is space.
HRI characters for the control character (<00>H to <1F>H and
<7F>H) are space.
<Others> Be sure to keep spaces on both right and left sides of a bar code.
(Spaces are different depending on the types of the bar code.)
[Reference] GS H, GS f, GS h, GS w
GS r n
www.rongtatech.com
45
RONGTA TECHNOLOGY RP80 Command Set
GS v 0 m xL xH yL yH d1....dk
www.rongtatech.com
46
RONGTA TECHNOLOGY RP80 Command Set
[Description] Selects raster bit-image mode. The value of m selects the mode, as
follows:
m Mode Vertical Horizontal
Dot Density Dot Density
0, 48 Normal 203.2 dpi 203.2 dpi
1, 49 Double-width 203.2 dpi 101.6 dpi
2, 50 Double-height 101.6 dpi 203.2 dpi
3, 51 Quadruple 101.6 dpi 101.6 dpi
xL, xH, select the number of data bytes (xL+xH¬256) in the
horizontal direction for the bit image.
yL, yH, select the number of data bits (yL+yH¬256) in the vertical
direction for the bit image.
[Notes] In standard mode, this command is effective only when there is no
data in the print buffer.
This command is not affected by print modes (character size,
emphasized, double-strike, upside-down, underline, white/black
reverse printing, etc.) for raster bit image.
If the printing area width set by GS L and GS W is less than the
minimum width, the printing area is extended to the minimum width
only on the line in question. The minimum width means 1 dot in
normal (m=0, 48) and double-height (m=2, 50), 2 dots in
double-width (m=1, 49) and quadruple (m=3, 51) modes.
Data outside the printing area is read in and discarded on a
dot-by-dot basis.
The position at which subsequent characters are to be printed for
raster bit image is specified by HT (Horizontal Tab), ESC $ (Set
absolute print position), ESC \ ( Set relative print position), and GS L
(Set left margin ). If the position at which subsequent characters are
to be printed is a multiple of 8.
The ESC a (Select justification) setting is also effective on raster bit
images.
When this command is received during macro definition, the printer
ends macro definition, and begins performing this command. The
definition of this command should be cleared.
d indicates the bit-image data. Setting a bit to 1 prints a dot and
setting it to 0 does not print a dot.
← (xL + xH¬256)¬8dots=512dots →
1 2 3 **** * 62 63 64 ↑
65 66 67 **** * 126 127 128
**** * yL+yH256dots
www.rongtatech.com
47
RONGTA TECHNOLOGY RP80 Command Set
7 6 5 4 3 2 1 0
MSB LSB
GS w n
GS x n
GS P x y
www.rongtatech.com
48
RONGTA TECHNOLOGY RP80 Command Set
Hex : 1D 50 x y
Decimal : 29 80 x y
[Range] 0 x 255
0 y 255
[Description] This command sets the horizontal and vertical motion unit to 1 / x and
1 / y inches,respectively. The default value are x = 200 and y = 400.
When x and y are set to 0, thedefault setting of each value is used.
DC2 T
FS ! n
www.rongtatech.com
49
RONGTA TECHNOLOGY RP80 Command Set
The printer can underline all characters (including right- and left-side
character spacing), but cannot underline the space set by HT and
90°clockwise-rotated characters.
The thickness of the underline is that specified by FS , regardless of
the character size.
When some of the characters in a line are double or more height, all
thecharacters on the line are aligned at the baseline.
It is possible to emphasize the Kanji character using GS !; the setting
of the last received command is effective.
It is possible to turn underline mode on or off using FS , and the
setting of the last received command is effective.
[Default] n=0
[Reference] FS , GS !
FS &
FS - n
www.rongtatech.com
50
RONGTA TECHNOLOGY RP80 Command Set
Character spacing), but cannot underline the space set by HT and 90°
clockwise-rotated characters.
After the underline mode for Kanji characters is turned off by setting n
to 0, underline printing is no longer executed, but the previously
specified underline thickness is not changed. The default underline
thickness is 1 dot.
The specified line thickness does not change even when the
character size changes.
It is possible to turn underline mode on or off using FS !, and the last
received command is effective.
[Default] n=0
[Reference] FS !
FS .
FS 2 c1 c2 d1...dk
www.rongtatech.com
51
RONGTA TECHNOLOGY RP80 Command Set
[Example]
www.rongtatech.com
52
RONGTA TECHNOLOGY RP80 Command Set
ESC = n
FS S n1 n2
FF
www.rongtatech.com
53
RONGTA TECHNOLOGY RP80 Command Set
[Description] Prints the data in the print buffer collectively and returns to standard
mode.
[Notes] This command is enabled only in page mode.
The buffer data is deleted after being printed.
The printing area set by ESC W is reset to the default setting.
This command sets the print position to the beginning of the line.
[Reference] ESC FF, ESC L, ESC S
ESC FF
ESC L
www.rongtatech.com
54
RONGTA TECHNOLOGY RP80 Command Set
ESC S
ESC T n
www.rongtatech.com
55
RONGTA TECHNOLOGY RP80 Command Set
(D in the figure)
[Notes] When the command is input in standard mode, the printer executes
only internal flag operation. This command does not affect printing in
standard mode.
This command sets the position where data is buffered within the
printing areaset by ESC W.
[Default] n=0
[Reference] ESC $, ESC L, ESC W, ESC \, GS $, GS \
www.rongtatech.com
56
RONGTA TECHNOLOGY RP80 Command Set
ESC Z m n k dL dH d1…dn
www.rongtatech.com
57
RONGTA TECHNOLOGY RP80 Command Set
FS W n
www.rongtatech.com
58
RONGTA TECHNOLOGY RP80 Command Set
GS FF
GS $ nL nH
www.rongtatech.com
59
RONGTA TECHNOLOGY RP80 Command Set
GS ( A pL pH n m
www.rongtatech.com
60
RONGTA TECHNOLOGY RP80 Command Set
GS C 0 n m
▲Indicates a space
www.rongtatech.com
61
RONGTA TECHNOLOGY RP80 Command Set
GS C 1 aL aH bL bH n r
GS C 2 nL nH
www.rongtatech.com
62
RONGTA TECHNOLOGY RP80 Command Set
www.rongtatech.com
63
RONGTA TECHNOLOGY RP80 Command Set
GS Z n
GS \ nL nH
www.rongtatech.com
64
RONGTA TECHNOLOGY RP80 Command Set
GS c
www.rongtatech.com
65
RONGTA TECHNOLOGY RP80 Command Set
8_ ² ù ä Þ à Ü á â å æ ã ï î ì ° ±
9_ ´ Å ¿ ó õ ñ ø ö û Ö Ú ¢ £ ¤ ₧ ƒ
A_ Ý í ó ú ð Ñ ª º ¿ ⌐ ¬ ½ ¼ ¡ « »
B_
⍏ ⍐ ▓ │ ┤ ╡ ╢ ╖ ╕ ╣ ║ ╗ ╝ ╜ ╛ ┐
C_ └ ┴ ┬ ├ ─ ┼ ╞ ╟ ╚ ╔ ╩ ╦ ╠ ═ ╬ ╧
D_ ╨ ╤ ╥ ╙ ╘ ╒ ╓ ╫ ╪ ┘ ┌ █ ▄ ▌ ⍎ ⍊
E_ α
ß Γ π Σ ζ µ η Φ Θ Ω δ ∞ θ ε ∩
F_ ≡ ª ≣ ≢ ⌠ ⌡ ÷ ≈ © ∙ · √ ⁿ ² ■
Page 1 Katakana
www.rongtatech.com
66
RONGTA TECHNOLOGY RP80 Command Set
Page2 PC850[Multilingual]
Code page 850
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ ² ù ä Þ à Ü á â å æ ã ï î ì ° ±
9_ ´ Å ¿ ó õ ñ ø ö û Ö Ú È £ Â Á ƒ
A_ á í ó ú ð Ñ ª º ¿ ® ¬ ½ ¼ ¡ « »
B_
⍏ ⍐ ▓ │ ┤ ® ¬ © ╣ ║ ╗ ╝ ¢ ¤ ┐
C_ └ ┴ ┬ ├ ─ ┼ ß ¯ ╚ ╔ ╩ ╦ ╠ ═ ╬ ¤
D_ Æ À µ ¶ ³ I Í Î Ï ┘ ┌ █ ▄ ¦ Ì ⍊
E_ Ó Ä Ô Ò ô Õ ª É Ã Ø Ù × ú Û ¯ ´
F_ ª
ι ¾ ¶ § ÷ ¸ ° ¨ · ¹ ³ ² ■
Page3 PC860[Portuguese]
Code page 860
www.rongtatech.com
67
RONGTA TECHNOLOGY RP80 Command Set
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
Ç ù ä Þ ß Ü â å µ ã Í Ô ì ¯ ®
9_ ´ ¬ ³ ó ô ñ Ø ö Ì Õ Ú ¢ £ × ₧ Ó
A_ Ý í ò ÷ ð Ñ ª º ¿ Ò ¬ ½ ¼ ¡ « »
B_
⍏ ⍐ ▓ │ ┤ ╡ ╢ ╖ ╕ ╣ ║ ╗ ╝ ╜ ╛ ┐
C_ └ ┴ ┬ ├ ─ ┼ ╞ ╟ ╚ ╔ ╩ ╦ ╠ ═ ╬ ╧
D_ ╨ ╤ ╥ ╙ ╘ ╒ ╓ ╫ ╪ ┘ ┌ █ ▄ ▌ ⍎ ⍊
E_ Ω Ä Γ π ς ª σ Υ Θ Ψ ά ∞ υ έ ∩
F_ ≡ ª ≣ ≢ ⌠ ⌡ ÷ ≈ © ∙ · √ ⁿ ² ■
Page4 PC863[Canadian-French]
Code page 863
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ ² ù ä Þ ® Ü µ â å æ ã ï î ― ¬ κ
9_ ´ ³ µ ó ¶ Ï ø ö ι Ô Ú ¢ £ × Ù ƒ
A_
¦ ´ ó ú ¨ ¸ ³ ¯ Î ⌐ ¬ ½ ¼ ¾ « »
B_
⍏ ⍐ ▓ │ ┤ ╡ ╢ ╖ ╕ ╣ ║ ╗ ╝ ╜ ╛ ┐
C_ └ ┴ ┬ ├ ─ ┼ ╞ ╟ ╚ ╔ ╩ ╦ ╠ ═ ╬ ╧
D_ ╨ ╤ ╥ ╙ ╘ ╒ ╓ ╫ ╪ ┘ ┌ █ ▄ ▌ ⍎ ⍊
E_ Ω Ä Γ π ς ª σ Φ Θ Ω δ ∞ φ ε ∩
F_ ≡ ª ≣ ≢ ⌠ ⌡ ÷ ≈ © ∙ · √ ⁿ ² ■
Page5 pc865[Nordic]
www.rongtatech.com
68
RONGTA TECHNOLOGY RP80 Command Set
8_ ² ù ä Þ à Ü á â å æ ã ï î ì ° ±
9_ ´ Å ¿ ó õ ñ ø ö û Ö Ú È £ Â ₧ ƒ
A_ Ý í ò ÷ ð Ñ μ º ¾ ⌐ ¨ ¼ » θ § ι
B_
⍏ ⍐ ⍑ ⌣ 〈 ⌾ ⌿ ⌳ ⌲ ⍀ ⌮ ⌴ ⌺ ⌹ ⌸ ⌥
C_
⌦ ⌫ 〉 ⌨ ⌢ ⌬ ⌻ ⌼ ⌷ ⌱ ⍆ ⍃ ⌽ ⌭ ⍉ ⍄
D_
⍅ ⍁ ⍂ ⌶ ⌵ ⌯ ⌰ ⍈ ⍇ ⌧ ⌤ ⍌ ⍋ ⍍ ⍎ ⍊
E_ Ω Ä Γ π ς ª σ Υ Θ Ψ ά ∞ υ έ ∩
F_
≡ ± ≥ ≤ ⌠ ⌡ ÷ ≈ ° ∙ · √ ⁿ ² ▌
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ Ϗ ϐ ‖ А „ „ “ ” € ‟ Љ ‹ Њ Ќ Ћ Ў
9_ Џ ‘ ’ ‚ ‛ • – — ™ љ › њ ќ ћ џ
A_ Ѝ ў Ј ι Ѡ ¥ κ ω ¦ ϑ § ¨ – ® Ї
B_
° ± І і ґ ª ¶ · ё № Б « ј ϒ В ї
C_ ϊ ϋ ό ύ ώ Ϗ ϐ ϑ ϒ ϓ ϔ ϕ ϖ ϗ Ϙ ϙ
D_ Ϛ ϛ Ϝ ϝ Ϟ ϟ Ϡ ϡ Ϣ ϣ Ϥ ϥ Ϧ ϧ Ϩ ϩ
E_ Ϫ ϫ Ϭ ϭ Ϯ ϯ ϰ ϱ ϲ ϳ ϴ ϵ ϶ Ϸ ϸ Ϲ
F_ Ϻ ϻ ϼ Ͻ Ͼ Ͽ Ѐ Ё Ђ Ѓ Є Ѕ І Ї Ј Љ
www.rongtatech.com
69
RONGTA TECHNOLOGY RP80 Command Set
8_ АБВГДЕЖЗИЙКЛМН О П
9_ РСТУФХЦЧШЩЪЫЬЭ Ю
A_ абвгдежзийклмн о п
B_
⍏ ⍐ ⍑ ⌣ 〈 ⌾ ⌿ ⌳ ⌲ ⍀ ⌮ ⌴ ⌺ ⌹ ⌸ ⌥
C_
⌦ ⌫ 〉 ⌨ ⌢ ⌬ ⌻ ⌼ ⌷ ⌱ ⍆ ⍃ ⌽ ⌭ ⍉ ⍄
D_
⍅ ⍁ ⍂ ⌶ ⌵ ⌯ ⌰ ⍈ ⍇ ⌧ ⌤ ⍌ ⍋ ⍍ ⍎ ⍊
E_ рстуфхцчшщъыьэ ю я
F_ Ёѐ Є є Ї ї Ў ў ° ∙ · √№ ¤ ■
8_ А Б В Г Д Е Ж З И Й К Л М Н О П
9_ Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я
A_ а б в г д е ж з и й к л м н о п
B_ р с т у ф х ц ч ш щ ъ ы ь э ю я
C_ └┴┬├─┼╣║╚╔╩╦╠═╬┐
D_
⍏ ⍐ ▓│┤ № § ╗╝┘┌█▄▌ ⍎ ⍊
E_ α ß Γ π Σ σ µ τ Φ Θ Ω δ ∞ φ ε ∩
F_ ≡ ± ≥ ≤ ⌠ ⌡ ÷ ≈ ° ∙ · √ ⁿ ² ⍒
Page9 CP755
www.rongtatech.com
70
RONGTA TECHNOLOGY RP80 Command Set
8_ А Б В Г Д Е Ж З И Й К Л М Н О П
9_ Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я
A_ а б в г д е ж з и й к л м н о п
B_
⍏ ⍐ ⍑ ⌣ 〈 Ā ⌿ ⌳ ⌲ ⍀ ⌮ ⌴ ⌺ ⌹ ⌸ ⌥
C_ └┴┬├─┼ ā ║╚╔╩╦╠═╬╧
D_ Š ╦ č Č ╚ ╔ ģ Ī ī ┘┌ █ ▄ ū Ū ▀
E_ рстуфхцчшщъыьэюя
F_ Ē ē Ģ КΚ ļ Ļ Ž Ž ∙ · √ Ν Š ■
Page10 Iran
Code page Iran
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
。 ٖ ٕ ﺍ۴ ۵ ۶ ۷ ۸ ۹ ، ؟ ـF ء ﺋ ﺁ
9_
ﭼ *ﺟ ﺝ ﺛ ﺙ ﺗ ﺕ ﭘ ﭖ ﺑ ﺏ ﺎ ﺍC* ﺣ ﺡ ﭼ
A_
ط ﺿ ﺽ ﺻ ﺹ ﺷ ﺵ ﺳ ﺱ ژ ز ر ذ د ﺧ ﺥ
B_
⍏ ⍐ ▓│┤╡╢╖╕╣║╗ ╜╛┐
C_ └┴┬├─┼╞╟╚╔╩╦ ╠ ═╬╧
D_ ╨╤╥╙╘╒╓╫╪┘┌█ ▄ ▌ ⍎ ⍊
E_
ﮒ ﮐ ﮎ ﻗ ﻕ ﻓ ﻑ ﻏ ﻐ ﻎ ﻍ ﻋ ﻌ ﻊ ﻉ ظ
F_
ﻳ ﯼ ﯽ ﻫ ﻬ ﻩ ﻭ ﻧ ﻥ ﻣ ﻡ ﻟ ﻻ ﻝ ﮔ
www.rongtatech.com
71
RONGTA TECHNOLOGY RP80 Command Set
8_ ג ב א ׇ ׆ ׅ ׄ ׃
9_ ם ל כ ך י ט ח ז ו ה ד¢ £ ¤ ₧ ƒ
A_ Ý í ò ÷ ð Ñ μº¾ ⌐ ¨ ¼»θ § «
B_ ⍏ ⍐ ⍑ ⌣ 〈 ⌾ ⌿ ⌳ ⌲ ⍀ ⌮ ⌴ ⌺ ⌹ ⌸ ⌥
C_ ⌦ ⌫ 〉 ⌨ ⌢ ⌬ ⌻ ⌼ ⌷ ⌱ ⍆ ⍃ ⌽ ⌭ ⍉ ⍄
D_ ⍅ ⍁ ⍂ ⌶ ⌵ ⌯ ⌰ ⍈ ⍇ ⌧ ⌤ ⍌ ⍋ ⍍ ⍎ ⍊
E_ α ß Γ π Σ ζ µ η Φ Θ Ω δ ∞ φ ε ∩
F_ ≡ ± ≥ ≤ ⌠ ⌡ ÷ ≈ ° ∙ · √ ⁿ ² ⍒
Page 16 PC1252 Latin 1
Code page 1252
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ € ‖ ƒ „ … † ‡ ˆ ‰ Ş ‹ Œ Ž
9_ ‘’“” • Ŕ ŕ ˜ ™ ş › œ ž Ÿ
A_ ¡ ¢ £ ι ¤ ¥ κλ ¦ μ § ¬ Ŕ ® ¯
B_ ° ± ² ³ ´ ª ¶ · ¸ ¹ º » ¼ ½ ¾ ¿
C_ ¬ ® ¯ ° ± ¿ ² ³ ´ µ ¶ Ì Í Î Ï
D_ À Ñ Ò Ó Ô Õ Ö ÁÂ × Ø Ù Ú Û Ã ß
E_ Ü Ý Þ ß à á Å â ã ä å æ ì í î ï
F_ Æ ð ñ ò ó ô õ ÇÈ ö ÷ ø ù ú É û
Page 17 WCP1253 [Greek]
www.rongtatech.com
72
RONGTA TECHNOLOGY RP80 Command Set
8_ € ‖ ƒ „ „“ ” ‟ ‹
9_ ‘’‚‛ • Ŕ ŕ ™ ›
A_ ΅ Ά £ ι ¤ ¥ κλ ¦ § ¨ – ® ―
B_ ° ± ² ³ ΄ ª ¶ · Έ Ή Ί » Ό ½ Ύ Ώ
C_ ĭ ΑΒΓΔ ΕΖ Η Θ Ι ΚΛΜΝ Ξ Ο
D_ ΠΡ Σ ΤΥ ΦΧΨ Ϊ Ϋ ά έ ή í
E_ ΰ α β γ δ ε δ ε ζ η θ ι κ λ μ ν
F_ πρ ς ςσ τυ φχψ ï ϋ ό ύ ώ
Page18 PC852
Code page 852
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ Ç ù ä Þ à ū ć â łæ Ő ő î Ź ° Ć
9_ ´ ĸ ĺ ó õ Ľ ľ Ř ř Ö Ú Ţ ţ ŁÁ Č
A_ Ý í ò ÷ Ą ą Ž ž Ę ę ź Č ŝ « »
B_ ⍏ ⍐ ▓│┤ ® Ě Ŝ ╣║╗╝Ż ż ⌥
C_ └ ┴┬├─┼Ă ă ╚╔╩╦╠═╬ ¤
D_ đ Đ Ď ¶ ď Ń Í Î ě ┘┌█▄Š Ū ■
E_ Ó Ä Ô Ŀ ŀ ń Ş ş Œ Ø œ Ŭ ú Û š´ η
F_ ˝ ˛ ˇ˘ §÷¸ ©¨˙ű Ř ř ■
Page19 PC858 (Multilingual Latin Ⅰ+Euro)
www.rongtatech.com
73
RONGTA TECHNOLOGY RP80 Command Set
8_ ² ù ä Þ à Ü á â å æ ã ï î ì ° ±
9_ ´ Å¿ó õ ñ ø ö û Ö Ú È£ ÂÁ ƒ
A_ Ý í ò ÷ ð Ñ μº¾®¨ ¼»¡ « »
B_ ⍏ ⍐ ▓│┤ ® ¬ ¦ ╣║╗╝¢ ¤ ┐
C_ └ ┴┬├─┼ß ¯ ╚╔╩╦╠═╬ ¤
D_ Æ Àµ ¶ ³ €Í Î Ï ┘┌█▄¦ Ì ⍊
E_ Ó ÄÔ Ò ô Õ ª ÉÃØ Ù × ú Û ¯ ´
F_ ªι ¾ ¶ § ÷ ¸ ° ¨ · ¹ ³ ² ■
Page20 Iran II
Code page Iran II
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ ٓ ٔ ٕ ٖ ۴ ۵ ۶ ۷ ۸ ۹ ، ء ﺋ ﺁ ؟ ـ
9_ ﺣ ﺡ ﭼ ﭼ ﺟ ﺝ ﺛ ﺙ ﺗ ﺕ ﭘ ﭖ ﺑ ﺏ ﺎ ﺍ
A_ ط ﺿ ﺽ ﺻ ﺹ ﺷ ﺵ ﺳ ﺱ ژ ز ر ذ د ﺧ ﺥ
B_ ⍏ ⍐ ▓│┤╡╢╖╕╣║ ╗ ╜ ╛ ┐
C_ └┴┬├─┼╞╟╚╔╩ ╦ ╠═ ╬ ╧
D_ ╨╤╥╙╘╒╓╫╪┘┌ █ ▄▌ ⍎ ⍊
E_ ﮒ ﮐ ﮎ ﻗ ﻕ ﻓ ﻑ ﻏ ﻐ ﻎ ﻍ ﻋ ﻌ ﻊ ﻉ ظ
F_ ﻳ ﯼ ﯽ ﻫ ﻬ ﻩ ﻭ ﻧ ﻥ ﻣ ﻡ ﻟ ﻻ ﻝ ﮔ
Page21 Latvian
Code page Latvian
www.rongtatech.com
74
RONGTA TECHNOLOGY RP80 Command Set
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ А Б В Г Д Е Ж З И Й К Л М Н О П
9_ Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я
A_ а б в г д е ж з и й к л м н о п
B_ ϊ ב Ņ
C_ ā
D_ Ş č Č Ī ī ŧ Ŧ
E_ р с т у ф х ц ч ш щ ъ ы ь э ю я
F_ đ Ē Ģ К Κ ⌠ ⌡ Ž Ž ņ Ν Ş
8_ ° · ∙ √ ⍐ ⌢ ⌣ ⌬ 〈 〉 ⌨ ⌫ ⌥ ⌤ ⌦ ⌧
9_ β ∞ θ ± ½ ¼ ≈ « » ﻸ ﻷ ﻼ ﻻ
B_ ٓ ٔ ٕ ٖ ٗ ٘ ٙ ۷ ۸ ۹ ؟ ﺹ ﺵ ﺱ ؛ ﻑ
C_ ¢ د ﺧ ﺣ ﺟ ﺛ ﺗ ﺓ ﺑ ﺍ ﺋ ﻊ ﺅ ﺃ ﺁ ﺀ
D_ ﻉ × ÷ ¬ ¦ ﻏ ﻋ ظ ط ﺿ ﺻ ﺷ ﺳ ز ر ذ
E_ ﻡ ﻍ ﻎ ﻌ ﺽ ﻳ ﻯ ﻭ ﻫ ﻧ ﻣ ﻟ ﻛ ﻗ ﻓ ـ
F_ ﹽ ﻱ ﻙ ﻝ ﻶ ﻵ ﻕ ﻐ ﻲ ﻰ ﻬ ﻩ ﻥ ﺳ ﺳ⍒
Page23 ISO-8859-1 [West Europe]
www.rongtatech.com
75
RONGTA TECHNOLOGY RP80 Command Set
8_ € Ⅱ Ⅲ Ⅳ ↑ ↓ ‰ Ş < Œ
9_ Ⅴ Ⅵ Ş > œ Ÿ
A_ ¡ ¢ £ ι ¤ ¥ κ ¨ © ª « ¬ - ® ¯
B_ ° ± ² ³ ” ª ¶ · ¸ ¹ º » ¼ ½ ¾ ¿
C_ ¬ ® ¯ ° ± ¿ ² ³ ´ µ ¶ Ì Í Î Ï
D_ À Ñ Ò Ó Ô Õ Ö ÁÂ × Ø Ù Ú Û Ã ß
E_ Ü Ý Þ ß à á Å â ã ä å æ ì í î ï
F_ Æ ð ñ ò ó ô õ ÇÈ ö ÷ ø ù ú É û
8_ ΑΒΓΔΕΖΗ Θ Ι ΚΛΜΝ Ξ Ο Π
9_ ΡΣΤΥΦΧΨΩΪΫάέήί ΰ
A_ αβγδεζηπρς ς στυφ χ
B_ ⍏ ⍐ ⍑ ⌣ 〈 ⌾ ⌿ ⌳ ⌲ ⍀ ⌮ ⌴ ⌺ ⌹ ⌸ ⌥
C_ ⌦ ⌫ 〉 ⌨ ⌢ ⌬ ⌻ ⌼ ⌷ ⌱ ⍆ ⍃ ⌽ ⌭ ⍉ ⍄
D_ ⍅ ⍁ ⍂ ⌶ ⌵ ⌯ ⌰ ⍈ ⍇ ⌧ ⌤ ⍌ ⍋ ⍍ ⍎ ⍊
E_ ψ ά έ ή ϊ ί ό ύ ϋ ώ Ά Έ Ή Ί Ό Ύ
F_ Ώ ± ≥ ≤ Ϊ Ϋ ÷ ≈ ° ∙ · √ ⁿ ² ⍒
Page25 WCP1257 [Baltic]
www.rongtatech.com
76
RONGTA TECHNOLOGY RP80 Command Set
8_ € ‚ „ … † ‡ ‰ ‹ ¨ ˇ ¸
9_ ‘’“” • Ŕ ŕ ™ › ¯ ˛
A_ ¢ £ ¤ ¦ κ Ø ¦ Ŕ § ¨ – ®¿
B_ ° ± ² ³ ´ ª µ¶È¹ ŕ « »¼½Å
C_ Ą Į Ā Ć ° ± Ę đ Č ´ Ź Ė Ģ Ķ Ī Ļ
D_ Ş Ŀ Ł Ó Ņ Õ Ö Á Ů Ł Ř Ŧ Ú Ż Ž Ä
E_ ą į ā ć à á ę Ē č ä ź ė ģ ķ ī ļ
F_ ş ŀ ł ò ņ ô õ Ç ů ł ř ŧ ù ż ž ˙
Page26 Thai
Page27 CP720[Arabic]
www.rongtatech.com
77
RONGTA TECHNOLOGY RP80 Command Set
8_ ä Þ Ü â å æ ã ï î
9_ © ﺳô ¤ ـø ö ﺅ ﺃ ﺁ ء£ ﺍ ئ إ
A_ » « ﺹ ﺵ ﺱ ز ر ذ د ﺥ ﺡ ﺝ ﺙ ﺕ ﺓ ﺏ
B_ ⍏ ⍐ ⍑ ⌣ 〈 ⌾ ⌿ ⌳ ⌲ ⍀ ⌮ ⌴ ⌺ ⌹ ⌸ ⌥
C_ ⌦ ⌫ 〉 ⌨ ⌢ ⌬ ⌻ ⌼ ⌷ ⌱ ⍆ ⍃ ⌽ ⌭ ⍉ ⍄
D_ ⍅ ⍁ ⍂ ⌶ ⌵ ⌯ ⌰ ⍈ ⍇ ⌧ ⌤ ⍌ ⍋ ⍍ ⍎ ⍊
E_ ﻑ ﻍ ﻉ ظ ط ﺽµ ﻱ ﻯ ﻭ ﻩ ﻥ ﻡ ﻝ ﻙ ﻕ
F_ ≡ ً ٌ ٍ َ ُ ِ ≈ ° ∙ · √ ⁿ ² ⍒
Page28 CP855
Code page 855
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ ђ Ђ ѓ Ѓ ё Ё є Є ѕ Ѕ і І ї Ї ј Ј
9_ љ Љ њ Њ ћ Ћ ќ Ќ ў Ѝ џ Ў ю Ю ъ Ъ
A_ а А б Б ц Ц д Д е Е ф Ф г Г « »
B_ ⍏ ⍐ ⍑ ⌣ 〈 х Х и И ⍀ ⌮ ⌴ ⌺ й Й ⌥
C_ ⌦ ⌫ 〉 ⌨ ⌢ ⌬ к К ⌷ ⌱ ⍆ ⍃ ⌽ ⌭ ⍉ ι
D_ л Л м М н Н о О п ⌧ ⌤ ⍌ ⍋ П я ⍊
E_ Я Р р с С т Т у У ж Ж в В ь Ь №
F_ Ŕ ы Ы з З ш Ш э Э щ Щ ч Ч § ■
Page29 PC857[Turkish]
www.rongtatech.com
78
RONGTA TECHNOLOGY RP80 Command Set
8_ ² ù ä Þ à Ü á â å æ ã ï î I ° ±
9_ É æ Æ ó õ ñ ø ö İ Ö Ú È£ ÂŜ ŝ
A_ Ý í ò ÷ ð Ñ Ğ ğ ¿ ® ¬ ½ ¼ ¡ « »
B_ ⍏ ⍐ ▓│┤Á  À © ╣║╗╝¢ ¥ ┐
C_ └ ┴┬├─┼ã à ╚╔╩╦╠═╬¤
D_ º ª Ê Ë È Í Î Ï ┘┌█▄¦ Ì ⍊
E_ Ó ÄÔ Ò ô Õ ª ¬Ø Ù × ì û ¯ ´
F_ ª ¾ ¶ §÷¸ ©¨«¹ ³ ² ■
8_ € ‚ „ … † ‡ ‰ Ş ‹ Ř Ţ Ž Ź
9_ ‘’“” • Ŕ ŕ ™ ş › ř ţ ž ź
A_ ˇ˘Łι Ą ¦ κλ ¦ Ŝ § ¨ – ® Ż
B_ ° ± ˛ ł´ ª ¶ · ¸ ą ŝ » Ľ ˝ ľ ż
C_ Ŕ Á Â Ă Ä Ĺ Ć Ç Č É Ę Ë Ě Í Î Ď
D_ Đ Ń Ň Ó Ô Ő Ö Á Ŗ Ů Ú Ű Ü Û Ţ ß
E_ œ Ý Þ ă à ĺ ć â č ä ę æ ě í î ď
F_ đ ŀ ń ò ó ő õ Ç ŗ ū ÷ ŭ ù Û š ˙
www.rongtatech.com
79
RONGTA TECHNOLOGY RP80 Command Set
Page31 CP775
Code page 775
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ Ć ù ä ā à ģ á ć ł Ē Ŕ ŕ ī Ź ° ±
9_ ´ Å¿ ņ õ Ģ ¢ Ř ř Ö Ú È £ ÂÁι
A_ Ā Ī ò Ż ż ź ‛ ¥ ¦ ® ¨ ¼»Ł § «
B_ ⍏ ⍐ ⍑ ⌣ 〈 Ą Č Ę Ė ⍀ ⌮ ⌴ ⌺ Į Š ⌥
C_ ⌦ ⌫ 〉 ⌨ ⌢ ⌬ Ů Ŧ ⌷ ⌱ ⍆ ⍃ ⌽ ⌭ ⍉ Ž
D_ ą č ę ė į ş ů ŧ ž ⌧ ⌤ ⍌ ⍋ ⍍ ⍎ ⍊
E_ Ó Ä Ņ Ŀ ô Õ ª ŀ Ķ ķ Ļ ļ ł đ Ł ’
F_ Ŕ ± Ŗ ¾ ¶ § ÷ „ ° ∙ · ¹ ³ ² ⍒
Page32 WCP1254[Turkish]
Code page-1254
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
€ ‚ ƒ „ „“ ” ˆ ‟ Ş ‹ Œ
9_ ‘ ’“” • Ŕ ŕ ˜ ™ ş › œ Ÿ
A_
¡ ¢ £ ι ¥ ¥ κλ ¦ μ § ¨ – ® ¯
B_
° ± ² ³ ´ ª ¶ · ¸ ¹ º » ¼ ½ ¾ ¿
C_ ¬ ® ¯ ° ± ¿ ² ³ ´ µ ¶ Ì Í Î Ï
D_ Ğ Ñ Ò Ó Ô Õ Ö ÁÂ × Ø Ù Ú İ Ŝ ß
E_ à á â ã ä å æ ç è é ê ë ì í î ï
F_ ğ ñ ò ó ô õ ö ÷ ø ù ú û ü ı ŝ û
www.rongtatech.com
80
RONGTA TECHNOLOGY RP80 Command Set
Page33 WCP1255[Hebrew]
Code page-1255
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
€ ‚ ƒ „ … † ‡ ^ ‰ ‹
9_ ‘’“” • Ŕ ŕ ˜ ™ ›
A_
¡ ¢ £ ¥ ¦ § ¨ © × « ¬ Ŕ ® ¯
B_
° ± ² ³ ´ µ ¶ · ¸ ¹ ÷ » ¼ ½ ¾ ¿
C_
ְ ֱ ֲ ֳ ִ ֵ ֶ ַ ָ ֹ ֺ ֻ ּ ֽ ־
D_
ֿ ״ ׳ ײ ױ װ ׂ ׁ ׀
E_
ג ב א ׇ ׆ ׅ ׄ ׃
F_
ם ש כ ך י ט ח ז ו ה ד
Page34 WCP1256[Arabic]
Code page-1256
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
9_
• ”“’‘ ﮒŔ ŕ › ڑ ™ ﮎœ ں
A_
، ¢ £ ι ¤ ¥ κλ ¦ © ® – ¨ § ھ
B_
° ±²³´ ª µ¶·¹ ؟ ½ ¼» « ؛
C_ د ﺥ ﺡ ﺝ ﺙ ﺕ ﺓ ﺏ ﺍ ئ إ ﺅ ﺃ ﺁ ء ہ
D_
ﻙ ﻕ ﻑ ـ ﻍ ﻉ ظ ط × ﺽ ﺹ ﺵ ﺱ ز ر ذ
F_
ً ٌ ٍ َ ô ُ ِ ÷ ّ ö ْ ø ù ے
www.rongtatech.com
81
RONGTA TECHNOLOGY RP80 Command Set
Page35 WCP1258[Vietnam]
Code page-1258
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ € ‖ ƒ „ „ “ ” ˆ ‟ ‹ Œ
9_ ‘ ’ ‚‛ • – — ˜ ™ › œ Ÿ
A_ θ ¢ £ ι ¤ ¥ κλ ¦ μ § ¨ – ® ©
B_ ° ± ² ³´ ª µ ¶·¹º « »¼½ ¾
C_ ¬ ® Ă ° ± ¿ ² ³ ´ µ ¶ ̀ Í Î Ï
D_ Đ Ñ ̉ Ó Ô Ơ Ö ÁÂ × Ø Ù Ú Ƣ ̃ ß
E_ Ü Ý Þ ă à á Å â ã ä å æ ́ í î ï
F_ đ ð ̣ ò ó ơ õ ÇÈ ö ÷ ø ù ƣ ₫ û
Page36 ISO-8859-2[Latin 2]
Code page-8859-2
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
9_
A_ Ą ˘Ł ι Ľ Ř κλ Ş Ŝ Ţ Ź – Ž Ż
B_ ° ą ˛ł ´ ľ ř ˇ· ş ŝ ţ ź ˝ ž ż
C_ Œ ® Ă ° ĸ Ć ² Č ´ Ę ¶ Ě Í Î Ď
D_ Đ Ŀ Ń Ó Ô Ő Ö Á Ŗ Ū Ø Ŭ Ú Û Š Ä
E_ œ Ý Þ ă à ĺ ć â č ä ę æ ě í î ď
F_ đ ŀ ń ò ó ő õ Ç ŗ ū ÷ ŭ ù Û š ˙
www.rongtatech.com
82
RONGTA TECHNOLOGY RP80 Command Set
Page37 ISO-8859-3[Latin 3]
Code page-8859-3
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
9_
A_ Ħ ˘ £ ι Ĥ κ ¨ İ Ŝ Ğ Ĵ Ŕ Ż
B_ ° ħ ²³ ´ ª ĥ · ¸ ı ŝ ğ ĵ ¼ ż
C_ ¬ ® ° Ċ Ĉ ² ³ ´ µ ¶ Ì Í Î Ï
D_ Ñ Ò Ó Ô Ġ Ö Á Ĝ × Ø Ù Ú Ũ Ś ß
E_ Ü Ý Þ à ċ ĉ â ã ä å æ ì í î ï
F_ ð ñ ò ó ġ õ Ç ĝ ö ÷ ø ù ũ ś ˙
Page38 ISO-8859-4[Baltic]
Code page-8859-4
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
9_
A_ Ą ĸ Ŕ ¤ Ĩ Ļ κλ Ş đ Ģ Ŕ – Ž ¯
B_ ° ą ˛ ŕ ´ ĩ ļ ˇ ¸ ş Ē ģ ŧ Ŋ ž ŋ
C_ Ā ® ¯ ° ± ¿ Į Č ´ Ę ¶ Ė Í Î Ī
D_ Đ Ł Ņ Ķ Ô Õ Ö ÁÂ Ů Ø Ù Ú Ť Ŧ ß
www.rongtatech.com
83
RONGTA TECHNOLOGY RP80 Command Set
E_ ā Ý Þ ß à á Å į č ä ę æ ė í î ī
F_ đ ł ņ ķ ó ô õ ÇÈ ů ÷ ø ù ť ŧ ˙
Page39 ISO-8859-5[Cyrillic]
Code page-8859-5
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
9_
A_ ω Ϗ ϐ ϑ ϒ І Ї Ј Љ Њ Ћ Ќ Ŕ Ѝ Ў
B_ ϊ ϋ όύ ώϏ ϐϑϒϓ ϔ ϕϖϗϘ ϙ
C_ Ϛ ϛ Ϝϝ Ϟϟ ϠϡϢϣ Ϥ ϥϦϧϨ ϩ
D_ Ϫ ϫ Ϭϭ Ϯϯ ϰϱϲϳ ϴ ϵ϶Ϸϸ Ϲ
E_ Ϻ ϻ ϼϽ ϾϿ ЀЁЂЃ Є ЅІЇЈ Љ
F_ № Њ Џ А Б В і ї ј љ њ ћ ќ κ ў џ
Page40 ISO-8859-6[Arabic]
Code page-8859-6
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
9_
A_ ¤ ، Ŕ
B_ ؛ ؟
C_ د ﺥ ﺡ ﺝ ﺙ ﺕ ﺓ ﺏ ﺍ ئ إ ﺅ ﺃ ﺁ ء
D_
ﻍ ﻉ ظ ط ﺽ ﺹ ﺵ ﺱ ز ر ذ ،
E_ ﻱ ﻯ ﻭ ﻩ ﻥ ﻡ ﻝ ﻙ ﻕ ﻑ ـ ً ٌ ٍ َ ◌ُ
F_
ِ ّ ْ
www.rongtatech.com
84
RONGTA TECHNOLOGY RP80 Command Set
Page41 ISO-8859-7[Greek]
Code page-8859-7
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
9_
A_ ‘ ’ £ ¦ § ¨ © ͺ « ¬ Ŕ ―
B_ ° ± ² ³ ΄ ΅ Ά ¶ Έ Ή Ί » Ό ½ Ύ Ώ
C_ ΐ Α ΒΓ ΔΕ ΖΗ Θ Ι Κ ΛΜΝ Ξ Ο
D_ Π Ρ ΣΤ ΥΦΧΨ Ϊ Ϋ ά έ ή í
E_ ΰ α β γ δ ε δ ε ζ η θ ι κ λ μ ν
F_ π ξ ο ζ η υ θ χ ψ ω í ϋ ό ύ ώ
Page42ISO-8859-8[Hebrew]
Code page-8859-8
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
9_
A_ ¢ £ ¤ ¥ ¦ § ¨ © × « ¬ Ŕ ® ¯
B_ ° ± ² ³ ´ ª ¶ · ¸ ¹ ÷ » ¼ ½ ¾
C_
D_
ι
E_ ג ב א ׇ ׆ ׅ ׄ ׃
F_
ם ש כ ך י ט ח ז ו ה ד
www.rongtatech.com
85
RONGTA TECHNOLOGY RP80 Command Set
Page43 ISO-8859-9[Turkish]
Code page-8859-9
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_
9_
A_ ¡ ¢ £ ¤ ¥ ¦ § ¨ © ª « ¬ Ŕ ® ¯
B_ ° ± ² ³ ´ µ ¶ · ¸ ¹ º » ¼ ½ ¾ ¿
C_ ¬ ® ¯ ° ± ¿ ² ³ ´ µ ¶ Ì Í Î Ï
D_ Ğ Ñ Ò Ó Ô Õ Ö ÁÂ × Ø Ù Ú İ Ŝ ß
E_ Ü Ý Þ ß à á Å â ã ä å æ ì í î ï
F_
ğ ð ò ó ô õ ö ÷ ø ö ÷ ø ù ı ŝ û
A_ ¡ ¢ £ € ¤ Ş κ ş ¦ ª « ¬ Ŕ ® ¯
B_ ° ± ² ³ Ž ª ¶ · ž ¹ º » Œ œ Ÿ ¿
C_ ¬ ® ¯ ° ± ¿ ² ³ ´ µ ¶ Ì Í Î Ï
D_ À Ñ Ò Ó Ô Õ Ö ÁÂ × Ø Ù Ú Û Þ ß
E_ Ü Ý Þ ß à á Å â ã ä å æ ì í î ï
www.rongtatech.com
86
RONGTA TECHNOLOGY RP80 Command Set
F_
ð ð ñ ò ó ô õ ÇÈ ö ÷ ø ù ú É û
Page45 Thai2
Page46 CP856()
Code page 856
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ А Б В Г Д Е Ж З И Й К Л М Н О П
9_ Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я
A_ а б в г д е ж з и й к л м н о п
B_ р с т у ф х ц ч ш щ ъ ы ь э ю я
C_ └┴┬├─┼╣║╚╔╩╦╠═╬┐
D_
⍏ ⍐ ⍑ │┤ № § ╗╝┘┌█▄▌ ⍎ ⍊
www.rongtatech.com
87
RONGTA TECHNOLOGY RP80 Command Set
E_ α ß Γ π Σ σ µ τ Φ Θ Ω δ ∞ φ ε ∩
F_ ≡ ± ≥ ≤ ⌠ ⌡ ÷ ≈ ° ∙ · √ ⁿ ² ⍒
Page47 Cp874
Code page 874
_0 _1 _2 _3 _4 _5 _6 _7 _8 _9 _A _B _C _D _E _F
8_ Ђ …
‘ ’ “ ” • – —
9_
ก ข ฃ ค ฅ ฆ ง จ ฉ ช ซ ฌ ญ ฎ ฏ
A_
ฐ ฑ ฒ ณ ด ต ถ ท ธ น บ ป ผ ฝ พ ฟ
B_
ภ ม ย ร ฤ ล ฦ ว ศ ษ ส ห ฬ อ ฮ ฯ
C_
ะ ัั า ำ ัิ ัี ัึ ัื ัุ ัู ัฺ
D_
฿ เ แ โ ัใ ั ั ั ั ั 。 ั ๏
E_
๐ ๑ ๒ ๓ ัั ๔ ๕ ๖ ๗ ๘ ๙ ๚ ๛
F_
www.rongtatech.com
88