Standard commands Print modes
T5023/5023+ - Programming Guide 113
Switching off double impact print
Function:
ESC H switches off the double impact print set using ESC G or ESC ! (n).
Example:
Result:
ESC
27
1B
H
72
48
ASCII character
Decimal
Hexadecimal
BEGIN
PRINT("normal",char(27),"G"," double impact")
PRINTLF(char(27),"H"," normal")
END