Page 4
PRINTING COMMAND * Explanation Command is composed of One Byte Control code and ESC code. This arrangement is started with ESC code which is connected by character & numeric code The control code in Printer does not be still in standardization (ESC Control Code). All printers have a code structure by themselves.
2. Command Explanation Code control Code arrange Function ASCII : ASCII mechanical arrangement Format Decimal : Decimal arrangement Hexadecimal : Hexadecimal arrangement 1) One Byte Code Line Feed Format : ASCII Decimal Hexadecimal : The Paper is fed by 1 line. BASIC Program : 10 FOR i=1 TO 11 STEP 2 20 LPRINT "...
Page 6
The data in buffer is printed when carriage return is executed, and the paper is Supplied at one column. This command is resized to normal from 2 times sized character by ESC U 2 times width cancel Format ASCII Decimal Hexadecimal 2) ESC control code ESC R...
Page 7
ESC V Height enlarge Format : ASCII Decimal Hexadecimal : The graph or character according to this command is printed by n times with normal width. n is within 1-5 range. Default value is "n=1". This means normal width. BASIC Program: 10 FOR I=1 TO 5 'from 1 to 5 times 20 LPRINTER CHR$(27) ;...
Page 8
ESC K Print bit image Format : ASCII ESC K n1 n2 ... data ... Decimal 75 n1 n2 ... data ... HEXADEcimal : 4B n1 n2 ... data ... This command can be printed for the graphic. ESC + K : Command header : This is lower byte of dot quantity to be able to print.
Need help?
Do you have a question about the BAS-6026 and is the answer not in the manual?
Questions and answers