Other Codes
BELBeeper

Format:

BEL

ASCII code:

Decimal:

7

Hexadecimal:

07

Control: CTRL G

Comments:

Sounds the printer’s beeper.BSBackspace

Format:

ASCII code: B SDecimal:8

Hexadecimal: 08

Control: CTRL H

Comments:

Prints out data in the print buffer, then moves the print 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.

CRCarriage Return

Format:

ASCII code: C R

Decimal :

13

Hexadecimal :

0D

Control:

CTRL M

Comments:

Prints the data in the buffer and returns the print position to the left margin.

C-23