A SERVICE OF

logo

BS
Backspace
Format:
ASCII code: BS
Decimal:
8
Hexadecimal: 08
Control:
CTRL H
Comments:
Prints out data in the print buffer, then moves the prints position
one space to the left. If this code is received immediately after
graphics printing, the print position of subsequent data is moved
back to the point at which graphics printing started.
CR
Carriage Return
Format:
ASCII code: CR
Decimal: 13
Hexadecimal :
0D
Control:
CTRL M
Comments:
Prints the data in the buffer and returns the print position to the left
margin.
CAN
Format:
ASCII code:
CAN
Decimal :
24
Hexadecimal: 18
Control: CTRL X
Cancel Line
Comments:
Removes all text in the print buffer, but does not affect control
codes.
J-25