Download SB-10 USER`S MANUAL
Transcript
n scELLTHE VALUE OF THE 8TH DATA BIT TO LOGThis command causes the printer to ignore the eighth data bit. CODE: <ESC> = HEX: lB3D DECIMAL: 27 61 BASIC: CHR$(27) CHR$(Gl) REFERENCE: <ESC> - - n ;CCEPT >, <ESC> #. THE VALUE OF THE 8TH DATA BIT AS - - This command cancels either setting of the 8th data bit, causing the printer to use the value of the eighth data bit that is sent from the computer. CODE: <ESC> HEX: 1923 DECIMAL: 27 35 BASIC: CHR$(27) CHR$(35) REFERENCE: <ESC> # >, <ESC> =. n DELETE THE LAST CHARACTER - SENT This command deletes the last character received by the printer; it is ignored if the last character received has already been printed, or if the last character received was all or part of a function code. CODE: <DEL> HEX: 7F DECIMAL: 127 BASIC: CHR$(127) 90 I ~~~