CONFIDENTIAL
Paper roll Counter printing commands GS C 0
Ver. 10.0 1 p. 636
[Notes] The serial number counter is stored in the print buffer by GS c.
Settings of this command are effective until ESC @ is executed, the printer is reset, or the power is turned
off.
Program Example Print Sample
PRINT #1, CHR$(&H1D);"C0";CHR$(3);CHR$(0);
PRINT #1, "AAAAA";CHR$(&H1D);"c";CHR$(&HA); AAAAA 1 ← 3 digits + right alignment + adding spaces to the left
PRINT #1, CHR$(&H1D);"C0";CHR$(4);CHR$(1); BBBBB0002 4 digits + right alignment + adding "0" to the left
PRINT #1, "BBBBB";CHR$(&H1D);"c";CHR$(&HA);