NEO-PLACA-PRINTER-PT486F24401

Size: px
Start display at page:

Download "NEO-PLACA-PRINTER-PT486F24401"

Transcription

1 PT486F24401 Control board specifications NEO-PLACA-PRINTER-PT486F24401 Add: 4/5F, 8#, Gaoqi Nan Shi er Road, (AideAirport Industrial Park) Xiamen, Fujian, China Tel: Fax:

2 1. Operation precautions 1.1 When you install control board, please pay attention to static electricity control, do not touch parts and circuits, and take the edge of board by hand. ( ) ( ) 1.2 While plug and pull cable, please keep connecting finger of cable and socket are in a parallel position. ( ) ( ) 1.3 While plug and pull cable, please ensure the power is off. 1.4 Please notice that no foreign matters close to PCB, in order to avoid short circuit. 4

3 2. Dimension chart 板厚 3. Pin assignments 3.1 Signal interface pin assignment Pin No. Signal Name Pin No. Signal Name 1 VH 6 VDD 2 VH 7 UART2_TXD 3 GND 8 GND 4 GND 9 UART2_RXD 5 UART2_RTS 5

4 3.2PT486F24401 mechanism/cutter FPC PIN assignment 1) For thermal head, motor and sensor Connector on control circuit Pin No. Signal Name Pin No. Signal Name Pin No. Signal Name 1 PHK 9 GND 17 VH 2 VSEN 10 GND 18 SW 3 PHE 11 GND 19 SW 4 VH 12 THERMAL 20 A 5 DI 13 STROBE STROBE2 14 LATCH 22 B 7 STROBE3 15 CLK 23 8 VDD 16 VH 24 NC A B 2)For cutter Connector on control circuit Pin No. Signal Name Pin No. Signal Name 1 VSEN 5 A 2 PHE 6 B 3 PHK 7 B 4 A 8 NC 6

5 4. Electrical characteristics Parameter Symbol Test conditions Supply voltage Input voltage for logic Clock frequency V dd Recommendations Min. Typ. Max. Unit V VH V V IH 0.8*Vdd --- Vdd V V IL f CLK *Vdd V Duty 50% MHz 7

6 5. ESC/POS PRINTING COMMAND SET 5.1Command detail Print Commands The TECHNICAL MANUAL supports the following commands for printing characters and advancing paper. When executing printing with the standard mode selected, the printer executes paper feed. When the page mode is selected, except for FF and ESC FF, only the data development position is moved and actual printing and paper feeding are not executed. Command LF ESC J ESC d Name Print and line feed Print and feed paper Print and feed n lines LF [Format] Print and line feed ASCII LF Hex Decimal 0A 10 LF prints the data in the print buffer and feeds one line. The amount of paper fed per line is based on the value set using the line spacing command. The default setting is 1/6 inch. PRINT #1, "AAAAA"; CHR$(&HA); PRINT #1, "BBBBB"; CHR$(&HA); AAAAA BBBBB 8

7 ESC J n Print and feed paper [Format] ASCII ESC J n [Range] 0 n 255 Hex 1B 4A n Decimal n ESC J n prints the data in the print buffer and feeds the paper n (vertical or horizontal motion unit). This command is used to temporarily feed a specific length without changing the line spacing set by other commands. The maximum paper feed amount is 40 inches. When standard mode is selected, the vertical motion unit set by GS P is used. When page mode is selected, the vertical or horizontal motion unit set by GS P is used for the print direction set by ESC T. PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); PRINT #1, "AAAAA"; CHR$(&HA); PRINT #1, "BBBBB"; CHR$(&H1B);"J";CHR$(100); PRINT #1, "CCCCC"; CHR$(&HA); PRINT #1, "DDDDD"; CHR$(&HA); AAAAA BBBBB CCCCC DDDDD ESC J used to print one line and advance the paper by 100/180 inch ESC d n Print and feed n lines [Format] ASCII ESC d n Hex 1B 64 n Decimal n [Range] 0 n 255 9

8 ESC d n prints the data in the print buffer and feeds n lines. The amount of paper fed per line is based on the value set using the line spacing command. The maximum paper feed amount is 40 inches. The default setting of the paper feed amount is 1/6 inch. PRINT #1, "AAAAA"; CHR$(&HA); PRINT #1, "BBBBB"; CHR$(&H1B);"d";CHR$(6); PRINT #1, "CCCCC"; CHR$(&HA); AAAAA BBBBB ESC d used to print one line and advance the paper by six lines CCCCC 10

9 PT486F24401 Control board specification Line Spacing Commands The TECHNICAL MANUAL supports the following commands for setting line spacing. These commands only set the line spacing; they do not actually advance the paper. The line spacing can be set independently in standard mode and in page mode. The line spacing set using these commands affects the results of LF and ESC d and paper feeding by using the FEED button. Command ESC 2 ESC 3 Name Select default line spacing Set line spacing ESC 2 Select default line spacing [Format] ASCII ESC 2 Hex 1B 32 Decimal ESC 3 n Set line spacing [Format] ASCII ESC 3 n [Range] 0 n 255 Hex 1B 33 n Decimal n ESC 2 sets the line spacing to 1/6 inch. This is equivalent to 30 dots. ESC 3 n sets the line spacing to n (vertical or horizontal motion unit). The default setting of the paper feed amount is 1/6 inch (n=60). The maximum line spacing amount is 40 inches. When standard mode is selected, the vertical motion unit set by GS P is used. When page mode is selected, the vertical or horizontal motion unit set by GS P is used for the print direction set by ESC T. The line spacing can be set independently in standard mode and in page mode. PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); FOR n=25 TO 50 STEP 5 PRINT #1, CHR$(&H1B);"3";CHR$(n); Set line spacing NEXT n PRINT #1, CHR$(&H1B);"2"; Set the default PRINT #1, "BBBBB"; CHR$(&HA); PRINT #1, "CCCCC"; CHR$(&HA); AAAAA AAAAA AAAAA AAAAA AAAAA AAAAA BBBBB CCCCC 25/180-inch line spacing 30/180-inch line spacing 35/180-inch line spacing 40/180-inch line spacing 45/180-inch line spacing 50/180-inch line spacing 1/6-inch line spacing 11

10 Character Commands The TECHNICAL MANUAL supports the following commands for setting character font and size: Command ESC SP ESC % ESC & ESC? ESC! ESC ESC E ESC G ESC { ESC V GS! GS B GS b Name Set right-side character spacing Select/cancel user-defined character set Define user-defined characters Cancel user-defined characters Select print mode(s) Turn underline mode on/off Turn emphasized mode on/off Turn double-strike mode on/off Turn upside-down printing mode on/off Turn 90 clockwise rotation mode on/off Select character size Turn white/black reverse printing mode on/off Turn smoothing mode on/off ESC SP n Set right-side character spacing [Format] ASCII ESC SP n [Range] 0 n 255 Hex 1B 20 n Decimal n ESC SP n sets the right-side character spacing to n (horizontal or vertical motion unit). It is used to change the spacing between characters. The default setting is n=0. When standard mode is selected, the horizontal motion unit set by GS P is used. When page mode is selected, the vertical or horizontal motion unit set by GS P is used for the print direction set by ESC T. This command is effective for all characters (except for HRI characters). 12

11 PT486F24401 Control board specification The right-side character spacing can be set independently in standard mode and in page mode. PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); PRINT #1, CHR$(&H1B);" ";CHR$(0); Character spacing set to 0 PRINT #1, "AAAAA"; CHR$(&HA); PRINT #1, CHR$(&H1B);" ";CHR$(6); Character spacing set to 6 PRINT #1, "BBBBB"; CHR$(&HA); AAAAA BBBBB C C C C C 0-inch right-side character spacing 6/180-inch right-side character spacing 12/180-inch right-side character spacing PRINT #1, CHR$(&H1B);" ";CHR$(12); Character spacing set to 12 PRINT #1, "CCCCC"; CHR$(&HA); ESC % n Select/cancel user-defined character set [Format] ASCII ESC % n Hex 1B 25 n Decimal n [Range] 0 n 255 ESC & y c1 c2 [x1 d1... d(y x1)]... [xk d1... d(y xk)] Define user-defined characters [Format] ASCII ESC & y c1 c2 [x1 d1... d(y x1)]... [xk d1... d(y xk)] Hex 1B 26 y c1 c2 [x1 d1... d(y x1)]... [xk d1... d(y xk)] Decimal y c1 c2 [x1 d1... d(y x1)]... [xk d1... d(y xk)] [Range] y = 3 32 c1 c x 12 (Font A (12 24)) 0 x 9 (Font B (9 24)) 0 d1... d(y xk) 255 k = c2-c1+1 ESC? n Cancel user-defined characters [Format] ASCII ESC? n Hex 1B 3F n Decimal n [Range] 32 n 126 ESC % n selects or cancels the user-defined character set. When the LSB (least significant bit) of n is 1, the user-defined character set is selected. When it is 0, the internal character set is selected; this is the default setting. 13

12 ESC & y c1 c2 [x1 d1... d(y x1)]... [xk d1... d(y xk)] defines user-defined characters from character code c1 to c2. y and x are the configuration of a user-defined character. y specifies the number of bytes in the vertical direction. x specifies the number of dots in the horizontal direction. Character codes from the alphanumeric characters (20H (decimal 32) to 7EH (decimal 126)) can be defined by c1 and c2. Data (d) specifies a bit printed to 1 and not printed to 0. As the default, user-defined characters are not defined and the internal character set is printed. Once the user-defined characters have been defined, they are available until ESC?, or GS is executed; the user-defined characters are redefined; the power is turned off; or the printer is reset. When this command is executed, the downloaded bit image is canceled. ESC? n cancels the user-defined characters defined for the character code n. After the user-defined characters are canceled, the internal character set is printed. (continued) y=3 PRINT #1, CHR$(&H1B);"&";CHR$(y);"AC"; x=9: PRINT #1, CHR$(x); FOR i=1 TO y*x READ d: PRINT #1, CHR$(d); NEXT i x=11: PRINT #1, CHR$(x); FOR i=1 TO y*x READ d: PRINT #1, CHR$(d); NEXT i x=12: PRINT #1, CHR$(x); FOR i=1 TO y*x READ d: PRINT #1, CHR$(d); NEXT i PRINT #1, CHR$(&H1B);"%";CHR$(0); PRINT #1, "A B C D E"; CHR$(&HA); PRINT #1, CHR$(&H1B);"%";CHR$(1); PRINT #1, "A B C D E"; CHR$(&HA): PRINT #1, CHR$(&H1B);"?";"A"; PRINT #1, "A B C D E"; CHR$(&HA); Defines the user-defined characters as "A", "B", and "C" Select the internal character set Select the user-defined character set Cancel the user-defined character DATA &H00,&H30,&H00,&H00,&HF0,&H00,&H03,&HF0 DATA &H00,&H0F,&H3F,&HF8,&H3C,&H3F,&HF8,&HF0 DATA &H00,&H00,&HF0,&H00,&H00,&H3C,&H3F,&HF8 DATA &H0F,&H3F,&HF8,&H03,&HF0,&H00,&H00,&HF0 DATA &H00,&H00,&H30,&H00 A B C D A Characters from internal character set Characters from user-defined character set Characters from user-defined character set (cancel one character) DATA &H00,&H20,&H00,&H00,&HF8,&H00,&H03,&HFE DATA &H00,&H0F,&HFF,&H80,&H3F,&HFF,&HE0,&H0F DATA &HFF,&H80,&H03,&HFE,&H00,&H00,&Hf8,&H00 DATA &H00,&H20,&H00 DATA &H00,&H20,&H00,&H00,$HF8,&H00,&H03,&H8E DATA &H00,&H0E,&H03,&H80,&H38,&H00,&HE0,&HE0 DATA &H00,&H38,&H38,&H00,&HE0,&H0E,&H03,&H80 DATA &H03,&H8E,&H00,&H00,&HF8,&H00,&H00,&H20 DATA &H00 14

13 ESC!n Select print mode(s) [Format] ASCII ESC! n Hex 1B 21 n Decimal n [Range] 0 n 255 ESC! n selects print modes using n as follows. The default setting is n=0. This command is effective for all characters (except for HRI characters). When underline mode is turned on, 90 clockwiserotated characters and white/black reverse characters cannot be underlined. Bit 0 Off/On Hex Decimal Function Off 00 0 Character font A (12 x 24) selected. On 01 1 Character font B (9 x 24) selected. 1, 2 Undefined Off 00 0 Emphasized mode not selected. On 08 8 Emphasized mode selected. Off 00 0 Double-height mode not selected. On Double-height mode selected. Off 00 0 Double-width mode selected. On Double-width mode not selected. 6 Undefined. 7 Off 00 0 Underline mode not selected. On Underline mode selected. PRINT #1, CHR$(&H1B);"!";CHR$(0); "AA"; PRINT #1, CHR$(&H1B);"!";CHR$(8); "BB"; PRINT #1, CHR$(&H1B);"!";CHR$(16); "CC"; PRINT #1, CHR$(&H1B);"!";CHR$(24); "DD"; PRINT #1, CHR$(&H1B);"!";CHR$(32); "EE"; PRINT #1, CHR$(&H1B);"!";CHR$(40); "FF"; PRINT #1, CHR$(&H1B);"!";CHR$(48); "GG"; PRINT #1, CHR$(&H1B);"!";CHR$(56); "HH"; CHR$(&HA); AA: Normal PRINT #1, CHR$(&H1B);"!";CHR$(129); "AA"; BB: Emphasized PRINT #1, CHR$(&H1B);"!";CHR$(137); "BB"; PRINT #1, CHR$(&H1B);"!";CHR$(145); "CC"; PRINT #1, CHR$(&H1B);"!";CHR$(153); "DD"; PRINT #1, CHR$(&H1B);"!";CHR$(161); "EE"; PRINT #1, CHR$(&H1B);"!";CHR$(169); "FF"; PRINT #1, CHR$(&H1B);"!";CHR$(177); "GG"; PRINT #1, CHR$(&H1B);"!";CHR$(185); "HH"; CHR$(&HA); CC: Double-height DD: Emphasized + Double-height EE: Double-width FF: Emphasized + Double-width GG: Double-height + Double-width Font A (12x24) Font B (9x24) with underline HH: Emphasized + Double-height + Double-width 15

14 ESC n Turn underline mode on/off [Format] ASCII ESC n Hex 1B 2D n Decimal n [Range] 0 n 2 48 n 50 ESC n turns underline mode on or off. When n=1 or 49, underline mode (one-dot width) is turned on; when n=2 or 50, underline mode (two-dot width) is turned on; and when n=0 or 48, underline mode is turned off. This command is effective for all characters (except for HRI characters). When underline mode is on, 90 clockwise rotated characters and white/black reverse characters cannot be underlined. The default setting is n=0. PRINT #1, CHR$(&H1B);"-";CHR$(1); Select AAAAA Underline (one-dot width) turned on PRINT #1, "AAAAA"; CHR$(&HA); BBBBB Underline turned off PRINT #1, CHR$(&H1B);"-";CHR$(0); PRINT #1, "BBBBB"; CHR$(&HA); Cancel ESC E n Turn emphasized mode on/off [Format] ASCII ESC E n [Range] 0 n 255 Hex 1B 45 n Decimal n ESC E n turns emphasized mode on or off. When the LSB (least significant bit) of n is 1, emphasized mode is turned on; when it is 0, emphasized mode is turned off. The default setting is n=0. Emphasized and double-strike printing appear the same. This command is effective for all characters (except for HRI characters). PRINT #1, CHR$(&H1B);"E";CHR$(1); Select AAAAA Emphasized PRINT #1, "AAAAA"; CHR$(&HA); BBBBB Normal PRINT #1, CHR$(&H1B);"E";CHR$(0); Cancel PRINT #1, "BBBBB"; CHR$(&HA); 16

15 ESC G n Turn double-strike mode on/off [Format] ASCII ESC G n [Range] 0 n 255 Hex 1B 47 n Decimal n ESC G n turns double-strike mode on or off. When the LSB (least significant bit) of n is 1, doublestrike mode is turned on; when it is 0, double-strike mode is turned off. The default setting is n=0. Double-strike and emphasized printing appear the same. This command is effective for all characters (except for HRI characters). PRINT #1, CHR$(&H1B);"G";CHR$(1); Select AAAAA Double-strike PRINT #1, "AAAAA"; CHR$(&HA); PRINT #1, CHR$(&H1B);"G";CHR$(0); PRINT #1, "BBBBB"; CHR$(&HA); Cancel BBBBB Normal ESC { n Turn upside-down printing mode on/off [Format] ASCII ESC { n [Range] 0 n 5 Hex 1B 7B n Decimal n ESC { n turns upside-down printing mode on or off. When the LSB (least significant bit) of n is 1, upside-down printing mode is turned on; when it is 0, upside-down printing mode is turned off. The default setting is n=0. When upside-down mode is turned on, the printer prints 180 -rotated characters from right to left. The line printing order is not reversed; therefore, be careful of the order of the data transmitted. In standard mode, this command is enabled only when processed at the beginning of a line. In page mode, an internal flag is activated and this command is enabled when the printer returns to standard mode. PRINT #1, CHR$(&H1B);"{";CHR$(0); GOSUB printing PRINT #1, CHR$(&H1B);"{";CHR$(1); GOSUB printing END printing: PRINT #1, "ABCDE"; CHR$(&HA); PRINT #1, "BCDEF"; CHR$(&HA); RETURN Cancel Select Normal printing ABCDE BCDEF Upside-down printing 17

16 ABC ABC ABC ABC ABC ABC PT486F24401 Control board specifications ESC V n Turn 90 clockwise rotation mode on/off [Format] ASCII ESC V n [Range] n 0, 1, 48, 49 Hex 1B 56 n Decimal n ESC V n turns 90 clockwise rotation mode on or off. When n=1 or 49, 90 clockwise rotation mode is turned on; when n=0 or 48, this mode is turned off. The default setting is n=0. In standard mode, this command is enabled only when processed at the beginning of a line. In page mode, an internal flag is activated and this command is enabled when the printer returns to standard mode. This command is effective for all characters (except for HRI characters). PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); Right-side spacing PRINT #1, CHR$(&H1B);" ";CHR$(20); Set right-side spacing PRINT #1, CHR$(&H1B);"3";CHR$(15); Set line spacing PRINT #1, CHR$(&H1B);"V";CHR$(1); Select GOSUB printing PRINT #1, CHR$(&H1B);"2"; Set paper feed amount PRINT #1, CHR$(&H1B);"V";CHR$(0); Cancel GOSUB printing END A A A AAA B B B BBB C C C CCC Right-side spacing Line spacing Line spacing ESC V 0 ESC V 1 Printing PRINT #1, "AAAAA"; CHR$(&HA); PRINT #1, "BBBBB"; CHR$(&HA); PRINT #1, "CCCCC"; CHR$(&HA); RETURN GS! n Select character size [Format] ASCII GS! n [Range] 0 n 255 Hex 1D 21 n Decimal n (1 vertical number of times normal font size 8, 1 horizontal number of times normal font size 8) GS! n selects the character height (vertical number of times normal font size) using bits 0 to 3 and selects the character width (horizontal number of times normal font size) using bits 4 to 7, as follows. The default setting is n=0. This command is effective for all characters (except for HRI characters). If n is outside of the defined range, this command is ignored. 18

17 Character Width Selection Hex Decimal Width (normal) (double width) Character Height Selection Hex Decimal Height (normal) (double height) PRINT #1, CHR$(&H1D);"!";CHR$(68); PRINT #1, "BBBBB"; CHR$(&HA); PRINT #1, CHR$(&H1D);"!";CHR$(0); BBBBB Select PRINT #1, "AAAAA"; CHR$(&HA); AAAAA Normal five-times normal font height and five-times normal font width GS B n Turn white/black reverse printing mode on/off [Format] ASCII GS B n [Range] 0 n 255 Hex 1D 42 n Decimal n GS B n turns white/black reverse printing mode on or off. When the LSB (least significant bit) of n is 1, white/black reverse printing mode is turned on; when it is 0, this mode is turned off. The default setting is n=0. In white/black reverse printing mode, characters are printed in white on a black background. This command is effective for all characters (except for HRI characters). PRINT #1, CHR$(&H1D);"B";CHR$(1); Select PRINT #1, "AAAAA"; CHR$(&HA); PRINT #1, CHR$(&H1D);"B";CHR$(0); Cancel PRINT #1, "BBBBB"; CHR$(&HA); AAAAA BBBBB White/black reverse printing Normal printing 19

18 GS b n Turn smoothing mode on/off [Format] ASCII GS b n [Range] 0 n 255 Hex 1D 62 n Decimal n GS b n turns smoothing mode on or off. When the LSB (least significant bit) of n is 1, smoothing mode is turned on; when it is 0, smoothing mode is turned off. The default setting is n=0. Smoothing is available for quadruple-size or larger characters. PRINT #1, CHR$(&H1D);"!";CHR$(68); Select font size PRINT #1, CHR$(&H1D);"b";CHR$(1); Select smoothing PRINT #1, "AAAAA"; CHR$(&HA); AAAAA 20

19 Print Position Commands The TECHNICAL MANUAL supports the following commands for setting the print position: Command ESC $ ESC \ ESC a HT ESC D GS L GS W Name Set absolute print position Set relative print position Select justification Horizontal tab Set horizontal tab positions Set left margin Set printing area width ESC $ nl nh Set absolute print position [Format] ASCII ESC $ nl nh Hex 1B 24 nl nh Decimal nl nh [Range] 0 nl nh

20 ESC \ nl nh Set relative print position [Format} ASCII ESC \ nl nh [Range] 0 nl 255 Hex 1B 5C nl nh Decimal nl nh 0 nh 255 ESC $ nl nh sets the print starting position to (nl + nh 256) (horizontal or vertical motion unit) from the beginning of the line. When a left margin is set in standard mode, the position of the left margin is the beginning of the line. ESC \ nl nh moves the print starting position to (nl + nh 256) (horizontal or vertical motion unit) from the current position. Use the complement of N for setting N pitch movement to the left: -Npitch = N, where (nl + nh 256) = N. When standard mode is selected, the horizontal motion unit set by GS P is used. When page mode is selected, the horizontal or vertical motion unit set by GS P is used for the print direction set by ESC T. If the excessive printing area is selected, it is ignored. PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); PRINT #1, "ABCD"; PRINT #1, CHR$(&H1B);"$";CHR$(90);CHR$(0); PRINT #1, "EFGH"; CHR$(&HA); PRINT #1, "ABCD"; PRINT #1, CHR$(&H1B);"\";CHR$(90);CHR$(0); PRINT #1, "EFGH"; CHR$(&HA); 90/180 inch ABCD EFGH ABCD EFGH 90/180 inch ESC a n Select justification [Format] ASCII ESC a n Hex 1B 61 n Decimal n [Range] 0 n 2 48 n 50 22

21 ESC a n aligns all the data in one line to a specified position. Left justification is selected when n=0 or 48, centering is selected when n=1 or 49, and right justification is selected when n=2 or 50. The default setting is left justification (n=0). In standard mode, this command is enabled only when processed at the beginning of a line. In page mode, an internal flag is activated and this command is enabled when the printer returns to standard mode. FOR n=0 TO 2 ABC ABCD ESC a 0 PRINT #1, CHR$(&H1B);"a";CHR$(n); PRINT #1, "ABC"; CHR$(&HA); ABCDE ABC PRINT #1, "ABCD"; CHR$(&HA); ABCD ESC a 1 PRINT #1, "ABCDE"; CHR$(&HA); ABCDE ABC NEXT n ESC a 2 ABCD ABCDE HT Horizontal tab [Format] ASCII HT ESC D n1... nk NUL Hex 09 Decimal 9 Set horizontal tab positions [Format] ASCII ESC D n1... nk NUL [Range] 1 n 255 Hex 1B 44 n1... nk 00 Decimal n1... nk 0 0 k 32 HT moves the print start position to the next horizontal tab. This command is ignored unless the next horizontal tab position has been set. ESC D n1... nk NUL sets a horizontal tab position to n columns from the beginning of a line, with k indicating the total number of horizontal tab positions to be set. When a left margin is set in standard mode, the position of the left margin is the beginning of the line. A maximum of 32 tab positions can be set. This command cancels any previous horizontal tab settings. The default tab positions are every eight characters for the font A (12 24). 23

22 PRINT #1, " "; PRINT #1, CHR$(&HA); GOSUB ht PRINT #1, CHR$(&H1B);"D";CHR$(10);CHR$(20); PRINT #1, CHR$(30);CHR$(0); GOSUB ht END H H H H H H HH Default Tab position 10 Tab position 20 Tab position ht: FOR i=1 TO 4 PRINT #1, CHR$(&H9); "H"; NEXT i PRINT #1, CHR$(&HA); RETURN GS L nl nh Set left margin [Format] ASCII GS L nl nh Hex 1D 4C nl nh Decimal nl nh [Range] 0 nl nh 255 GS W nl nh Set printing area width [Format] ASCII GS W nl nh [Range] 0 nl 255 Hex 1D 57 nl nh Decimal nl nh 0 nh 255 GS L nl nh sets the left margin to (nl + nh 256) (horizontal motion unit) from the beginning of a line. The default setting is nl=0, nh=0. In standard mode, this command is enabled only when processed at the beginning of a line. In page mode, an internal flag is activated and this command is enabled when the printer returns to standard mode. GS W nl nh sets the printing area width to (nl + nh 256) (horizontal motion unit). The default setting is nl=0, nh=2. In standard mode, this command is enabled only when processed at the beginning of a line. In page mode, an internal flag is activated and this command is enabled when the printer returns to standard mode. 24

23 If the above commands set the printing area width to less than the width of one character, the printing area width is extended to accommodate one character for the line. The horizontal motion unit uses the horizontal value set by the GS P command. The default setting of the horizontal motion unit is 1/180 inch. PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); PRINT #1, " "; CHR$(&HA); PRINT #1, CHR$(&H1D);"L";CHR$(60);CHR$(0); PRINT #1, CHR$(&H1D);"W";CHR$(120);CHR$(0); PRINT #1, " "; CHR$(&HA); Left Printing area margin width Bit-Image Commands The TM-T88/T88P (TM-T85/T85P) supports the following bit-image commands: Command ESC GS GS / Name Select bit-image mode Define downloaded bit image Print downloaded bit image ESC m nl nh d1... dk Select bit-image mode [Format] ASCII ESC m nl nh d1... dk Hex 1B 2A m nl nh d1... dk Decimal m nl nh d1... dk [Range] m = 0, 1, 32, 33 0 nl nh 3 0 d

24 ESC m nl nh d1... dk selects a bit-image mode using m for the number of dots specified by (nl + nh 256). Set a bit to 1 to print a dot, or set a bit to 0 to not print a dot. d indicates the bit image data. The modes selectable by m are as follows: Vertical Direction Horizontal Direction m Mode Number of Bits for vertical data Dot Density (DPI) Dot Density (DPI) Amount of Data (k) 0 8-dot single-density nl + nh x dot double-density nl + nh x dot single-density (nl +nh x 256) x dot double-density (nl + nh x 256) x 3 m=0: GOSUB bitimage8 m=1: GOSUB bitimage8 END m=0 m=1 bitimage8: PRINT #1, CHR$(&H1B);"*";CHR$(m);CHR$(180);CHR$(0); FOR i=1 TO 180 : PRINT #1, CHR$(i); : NEXT i PRINT #1, CHR$(&HA); RETURN GS x y d1... d(x y 8) Define downloaded bit image [Format] ASCII GS x y d1... d(x y 8) Hex 1D 2A x y d1... d(x y 8) Decimal x y d1... d(x y 8) [Range] 1 x y 48 x y d

25 GS / m Print downloaded bit image [Format] ASCII GS / m [Range] 0 m 3 Hex 1D 2F m Decimal m 48 m 51 GS x y d1... d(x y 8) defines a downloaded bit image using x 8 dots in the horizontal direction and y 8 dots in the vertical direction. Once a downloaded bit image has been defined, it is available until another definition is made; ESC & or is executed; the printer is reset; or the power is turned off. When this command is executed, the user-defined characters are cleared. The default setting is no downloaded bit image defined. GS / m prints a downloaded bit image using the mode specified by m, as follows. In standard mode, this command is effective only when there is no data in the print buffer. This command is ignored if a downloaded bit image has not been defined. m Mode Vertical Dot Density (DPI) Horizontal Dot Density (DPI) 0, 48 Normal , 49 Double-width , 50 Double-height , 51 Quadruple

26 (continued) x=16: y=5 PRINT #1, CHR$(&H1D);"*";CHR$(x);CHR$(y); FOR i=1 TO x*y*8 READ a$: d=val("&h"+a$) PRINT #1, CHR$(d); NEXT i END Define downloaded bit image PRINT #1, CHR$(&H1D);"/";CHR$(0);CHR$(&HA); Normal PRINT #1, CHR$(&H1D);"/";CHR$(1);CHR$(&HA); Doublewidth DATA FF,FF,FF,FF,FF,FF,FF,FF,FF,FF,C0,00,00,00,03,C0 DATA 00,00,00,03,CF,FF,FF,FF,F3,CF,FF,FF,FF,F3,CF,FF DATA FF,FF,F3,CF,FF,FF,FF,F3,CF,FF,FF,FF,F3,CF,C0,FC DATA 03,F3,CF,C0,FC,03,F3,CF,C0,FC,03,F3,CF,C0,FC,03 DATA F3,CF,C0,FC,03,F3,CF,C0,FC,03,F3,CF,C0,FC,03,F3 DATA CF,C0,FC,03,F3,CF,C0,FC,03,F3,CF,C0,00,03,F3,C0 DATA 00,00,00,03,C0,FF,00,03,F3,C3,FF,C0,03,F3,C7,FF DATA E0,03,F3,C7,FF,F0,03,F3,CF,FF,F8,03,F3,CF,FF,FC DATA 03,F3,CF,E3,FE,03,F3,CF,C1,FF,03,F3,CF,C0,FF,83 DATA F3,CF,C0,7F,C7,F3,CF,C0,3F,FF,F3,CF,C0,1F,FF,F3 DATA CF,C0,0F,FF,E3,CF,C0,07,FF,E3,CF,C0,03,FF,C3,C0 DATA 00,00,FF,03,C0,00,00,00,03,C0,3F,FF,FC,03,C0,FF DATA FF,FF,03,C3,FF,FF,FF,C3,C7,FF,FF,FF,E3,C7,FF,FF DATA FF,E3,CF,FF,FF,FF,F3,CF,F0,00,0F,F3,CF,C0,00,03 DATA F3,CF,C0,00,03,F3,CF,C0,00,03,F3,CF,C0,00,03,F3 DATA CF,C0,00,03,F3,CF,C0,00,03,F3,CF,C0,00,03,F3,CF DATA C0,00,03,F3,CF,C0,00,03,F3,C0,00,00,00,03,C0,00 DATA 00,00,73,C0,00,00,03,C3,C0,00,00,1E,03,C0,00,00 DATA 70,03,C0,00,03,C0,03,C0,00,1E,00,03,C0,00,78,00 DATA 03,C0,03,C0,00,03,C0,0E,00,00,03,C0,78,00,00,03 DATA C3,C0,00,00,03,CE,00,00,00,03,C0,00,00,00,03,CF DATA FF,FF,FF,F3,CF,FF,FF,FF,F3,CF,FF,FF,FF,F3,CF,FF DATA FF,FF,F3,CF,FF,FF,FF,F3,CF,FF,FF,FF,F3,CF,C0,0F DATA C0,03,CF,C0,0F,C0,03,CF,C0,0F,C0,03,CF,C0,0F,C0 DATA 03,CF,C0,0F,C0,03,CF,E0,1F,C0,03,CF,FF,FF,C0,03 DATA CF,FF,FF,CO,03,C7,FF,FF,80,03,C7,FF,FF,80,03,C1 DATA FF,FE,00,03,C0,3F,F0,00,03,C0,00,00,00,03,C0,0F DATA FF,F0,03,C0,FF,FF,FF,03,C3,FF,FF,FF,C3,C7,FF,FF DATA FF,E3,C7,FF,FF,FF,E3,CF,FF,FF,FF,F3,CF,F0,00,0F DATA F3,CF,C0,00,03,F3,CF,C0,00,03,F3,CF,C0,00,03,F3 DATA CF,C0,00,03,F3,CF,C0,00,03,F3,CF,C0,00,03,F3,CF DATA C0,00,03,F3,CF,F0,00,0F,F3,CF,FF,FF,FF,F3,C7,FF DATA FF,FF,E3,C7,FF,FF,FF,E3,C3,FF,FF,FF,C3,C0,FF,FF DATA FF,03,C0,0F,FF,F0,03,C0,00,00,00,03,C0,FF,00,03 DATA F3,C3,FF,C0,03,F3,C7,FF,E0,03,F3,C7,FF,F0,03,F3 DATA CF,FF,F8,03,F3,CF,FF,FC,03,F3,CF,E3,FE,03,F3,CF DATA C1,FF,03,F3,CF,C0,FF,83,F3,CF,C0,7F,C7,F3,CF,C0 DATA 3F,FF,F3,CF,C0,1F,FF,F3,CF,C0,0F,FF,E3,CF,C0,07 DATA FF,E3,CF,C0,03,FF,C3,C0,00,00,FF,C3,C0,00,00,00 DATA 03,C0,00,00,00,03,FF,FF,FF,FF,FF,FF,FF,FF,FF,FF GS/0 GS/1 28

27 Status Commands The TECHNICAL MANUAL supports the following status transmission commands. These commands can be used to determine the status of the printer, paper sensors, and peripheral devices connected to the printer. ESC u and ESC v are supported only by TM-T85/T85P. Command GS r DLE EOT ESC v Name Transmit status Real-time status transmission Transmit paper sensor status GS r n Transmit status [Format] ASCII GS r n [Range] n= 1, 2, 49, 50 Hex 1D 72 n Decimal n GS r n transmits 1 byte of status data specified by n as follows: paper sensor status when n=1 or 49 and drawer kick-out connector status when n=2 or 50. When the paper roll end sensor detects a paper-end, the printer goes off-line and does not execute this command. Therefore, bits 2 and 3 do not transmit paper-end status. PRINT #1, CHR$(&H1D);"r";CHR$(1); Transmits paper sensor status Paper sensor status (n=1, 49) Bit 0, 1 Off/On Hex Decimal Status Off 00 0 Paper roll near-end sensor: paper adequate. On 03 3 Paper roll near-end sensor: paper near end. 29

28 Bit *2, 3 Off/On Hex Decimal Status Off 00 0 Paper roll end sensor: paper present. On (0C) (12) Paper roll end sensor: paper not present. 4 Off 00 0 Not used. Fixed to Off. 5, 6 Undefined. 7 Off 00 0 Not used. Fixed to Off. * For TECHNICAL MANUAL, when the cover is open, paper detection may be incorrect. Drawer kick-out connector status (n=2, 50). Bit 0 Off/On Hex Decimal Status Off 00 0 Drawer kick-out connector pin 3 is LOW. On 01 1 Drawer kick-out connector pin 3 is HIGH. 1-3 Undefined. 4 Off 00 0 Not used. Fixed to Off. 5, 6 Undefined. 7 Off 00 0 Not used. Fixed to Off. DLE EOT n Real-time status transmission [Format] ASCII DLE EOT n [Range] 1 n 4 Hex n Decimal 16 4 n DLE EOT n transmits the specified status in real time. With a serial interface model, this command is executed even when the printer is off-line, the receive buffer is full, or an error occurs. With a parallel interface model, this command is not executed in the following status because the printer is busy and unable to receive data from the host computer. Receive buffer is full when DIP switch 2-1 is set to On. Printer is off-line, an error occurs, or receive buffer is full when DIP switch 2-1 is set to Off. 30

29 n indicates the status function as follows: n Function 1 Transmit printer status 2 Transmit off-line status 3 Transmit error status 4 Transmit paper roll sensor status PRINT #1, CHR$(&H10);CHR$(&H4);CHR$(2); Transmits off-line status Printer status (n=1) Bit Off/On Hex Decimal Status 0 Off 00 0 Not used. Fixed to Off. 1 On 02 2 Not used. Fixed to On. 2 3 Off 00 0 Drawer kick-out connector pin 3 is LOW. On 04 4 Drawer kick-out connector pin 3 is HIGH. Off 00 0 On-line. On 08 8 Off-line. 4 On Not used. Fixed to On. 5, 6 Undefined. 7 Off 00 0 Not used. Fixed to Off. Off-line status (n=2) Bit Off/On Hex Decimal Status 0 Off 00 0 Not used. Fixed to Off. 1 On 02 2 Not used. Fixed to On. 2 3 Off 00 0 Cover is closed. On 04 4 Cover is open. Off 00 0 Paper is not being fed by the paper feed button. On 08 8 Paper is being fed by the paper feed button. 4 On Not used. Fixed to On. 5 Off 00 0 No paper-end stop. On Printing stops due to paper-end. 31

30 Bit Off/On Hex Decimal Status 6 Off 00 0 No error. On Error occurred. 7 Off 00 0 Not used. Fixed to Off. Error status (n=3) Bit Off/On Hex Decimal Status 0 Off 00 0 Not used. Fixed to Off. 1 On 02 2 Not used. Fixed to On. 2 Undefined. 3 Off 00 0 No auto-cutter error. On 08 8 Auto-cutter error occurred. 4 On Not used. Fixed to On. 5 *6 Off 00 0 No unrecoverable error. On Unrecoverable error occurred. Off 00 0 No auto-recoverable error. On Auto-recoverable error occurred. 7 Off 00 0 Not used. Fixed to Off. * For TECHNICAL MANUAL, bit 6 is on when a head temperature error occurs and the cover is open during printing. Paper roll sensor status (n=4) Bit Off/On Hex Decimal Status 0 Off 00 0 Not used. Fixed to Off. 1 On 02 2 Not used. Fixed to On. 2, 3 Off 00 0 Paper roll near-end sensor: paper adequate. On 0C 12 Paper roll near-end sensor: paper near end. 4 On Not used. Fixed to On. *5, 6 Off 00 0 Paper roll end sensor: paper present. On Paper roll end sensor: paper not present. 7 Off 00 0 Not used. Fixed to Off. * For TECHNICAL MANUAL, when the cover is open, paper detection may be incorrect. 32

31 ESC v Transmit paper sensor status [Format] ASCII ESC v Hex 1B 76 Decimal ESC v transmits the status of a paper sensor as 1 byte of data. GS r is preferred for checking the status because ESC v is not a recommended command. When the paper roll end sensor detects a paper-end, the printer goes off-line and does not execute this command. Therefore, bits 2 and 3 do not transmit paper-end status. The status to be transmitted is shown in the table below. This command is supported only by TECHNICAL MANUAL. PRINT #1, CHR$(&H1B);"v"; Paper sensor status Bit 0, 1 2, 3 Off/On Hex Decimal Status Off 00 0 Paper roll near-end sensor: paper adequate. On 03 3 Paper roll near-end sensor: paper near end. Off 00 0 Paper roll end sensor: paper present. On (0C) (12) Paper roll end sensor: paper not present. 4 Off 00 0 Not used. Fixed to Off. 5, 6 Undefined. 7 Off 00 0 Not used. Fixed to Off. Bar Code Commands The TECHNICAL MANUAL supports the following bar code commands: Command GS h GS w GS k GS H GS f Name Set bar code height Set bar code width Print bar code Select printing position of Human Readable Interpretation (HRI) characters Select font for HRI characters 33

32 GS h n Set bar code height [Format] ASCI GS h n [Range] 1 n 255 Hex 1D 68 n Decimal n GS h n selects the height of a bar code. n specifies the number of dots in the vertical direction. One dot corresponds to 1/180 inch. The default setting is n=162. PRINT #1, CHR$(&H1D);"h";CHR$(50); Set height to 50 PRINT #1, CHR$(&H1D);"k";CHR$(2); Print bar code PRINT #1, " ";CHR$(0); PRINT #1, CHR$(&HA); PRINT #1, CHR$(&H1D);"h";CHR$(100); Set height to 100 PRINT #1, CHR$(&H1D);"k";CHR$(2); Print bar code PRINT #1, " ";CHR$(0); PRINT #1, CHR$(&HA); Height: 50 dots Height: 100 dots GS w n Set bar code width [Format] ASCII GS w n [Range] 2 n 6 Hex 1D 77 n Decimal n GS w n selects the horizontal size of a bar code. n specifies the bar code width as shown below. The multilevel bar codes are UPC-A, UPC-E, JAN13 (EAN13), JAN8 (EAN8), CODE93, and CODE128. The binary level bar codes are CODE39, ITF, and CODABAR. The default setting is n=3. n Module Width (mm) for Multilevel Bar Code Thin Element Width (mm) Binary Level Bar Code Thick Element Width (mm)

33 PRINT #1, CHR$(&H1D);"w";CHR$(3); Set width size to 3 PRINT #1, CHR$(&H1D);"k";CHR$(2); Print bar code PRINT #1, " ";CHR$(0); PRINT #1, CHR$(&HA); Width size 3 PRINT #1, CHR$(&H1D);"w";CHR$(4); Set width size to 4 PRINT #1, CHR$(&H1D);"k";CHR$(2); Print bar code PRINT #1, " ";CHR$(0); PRINT #1, CHR$(&HA); Width size 4 PRINT #1, CHR$(&H1D);"w";CHR$(5); Set width size to 5 PRINT #1, CHR$(&H1D);"k";CHR$(2); Print bar code PRINT #1, " ";CHR$(0); PRINT #1, CHR$(&HA); Width size 5 35

34 ➀ GS k m d1... dk NUL ➁ GS k m n d1... dn [Format] Print bar code ➀ ASCII GS k m d1... dk NUL Hex 1D 6B m d1... dk 00 Decimal m d1... dk 0 ➁ ASCII GS k m n d1... dn [Range] Hex 1D 6B m n d1... dn Decimal m n d1... dn ➀ 0 m 6 (k and d depend on the bar code system used) ➁ 65 m 73 (n and d depend on the bar code system used) ➀ GS k m d1... dk NUL and ➁ GS k m n d1... dn select a bar code system and print the bar code. m specifies a bar code system as follows: m Bar Code System Number of Characters Remarks ➀ UPC-A UPC-E JAN13 (EAN13) JAN8 (EAN8) CODE39 11 k k k 13 7 k 8 1 k 48 d d d d d 57, 65 d 90, d = 32, 36, 37, 43, 45, 46, 47 ➁ ITF CODABAR UPC-A UPC-E JAN13 (EAN13) JAN8 (EAN8) CODE39 ITF CODABAR CODE93 CODE128 1 k (even number) 1 k 11 n n n 13 7 n 8 1 n n 255 (even number) 1 n n n d d 57, 65 d 68, d = 36, 43, 45, 46, 47, d d d d d 57, 65 d 90, d = 32, 36, 37, 43, 45, 46, d d 57, 65 d 68, d = 36, 43, 45, 46, 47, 58 0 d d 127 In GS k m d1... dk NUL, d indicates the character code to be printed and k indicates the number of characters to be printed. In GS k m n d1... dn, n indicates the number of the bar code data; the printer processes n bytes from the next character data as bar code data. d indicates the character code to be printed. If n is outside of the specified range, the printer stops command processing and processes the following data as normal data. If the bar code width exceeds the printing area, the printer does not print the bar code. In standard mode, these commands are enabled only when no data exists in the print buffer. 36

35 PRINT #1, CHR$(&H1D);"k";CHR$(2); Print bar code PRINT #1, " ";CHR$(0); PRINT #1, CHR$(&HA); PRINT #1, CHR$(&H1D);"k";CHR$(67);CHR$(12); PRINT #1, " "; Print bar code GS H n Select printing position of HRI characters [Format] ASCII GS H n Hex 1D 48 n Decimal n [Range] 0 n 3 48 n 51 GS f n Select font for HRI characters [Format] ASCII GS f n [Range] n 0, 1, 48, 49 Hex 1D 66 n Decimal n GS H n selects the printing position for HRI characters when printing a bar code. n selects the printing position as follows: n Printing Position 0, 48 Not printed 1, 49 Above the bar code 2, 50 Below the bar code 3, 51 Both above and below the bar code The default setting is n=0. HRI characters are printed using the font specified by GS f. 37

36 GS f n selects a font for the HRI characters used when printing a bar code. When n=0 or 48, the font A (12 24) is selected. When n=1 or 49, the font B (9 24) is selected. The default setting is n=0. HRI characters are printed at the position specified by GS H. PRINT #1, CHR$(&H1D);"h";CHR$(80); Set height to 80 dots PRINT #1, CHR$(&H1D);"f";CHR$(0); Select font GS H 0 FOR n=0 to PRINT #1, CHR$(&H1D);"H";CHR$(n); Select print position GS H 1 PRINT #1, CHR$(&H1D);"k";CHR$(2); Print bar code PRINT #1, " ";CHR$(0); PRINT #1, CHR$(&HA); NEXT n PRINT #1, CHR$(&H1D);"f";CHR$(1); Select font PRINT #1, CHR$(&H1D);"H";CHR$(2); Select print position PRINT #1, CHR$(&H1D);"k";CHR$(2); Print bar code GS H 2 GS H 3 Font A (12x24) PRINT #1, " ";CHR$(0); PRINT #1, CHR$(&HA); GS H 2 Font B (9x24) 38

37 Mechanism Control Commands The Technical Manual supports the following mechanism control commands. A full cut of GS V and ESC i are supported only by TECHNICAL MANUAL. Command GS V ESC i ESC j Name Select cut mode and cut paper Partial cut (one point left uncut) Full cut GS V m Select cut mode and cut paper [Format] ASCII GS V m Hex 1D 56 m Decimal m [Range] m=0,48 cut the paper without leaving a point cut m=1,49 completely cuts the paper ESC i Partial cut (one point left uncut) [Format] ASCII ESC i Hex 1B 69 Decimal ESC j Full cut(cuts the paper completely) [Format] ASCII ESC j Hex 1B 6A Decimal When m=1 or 49 in GS V m, the printer executes a partial cut (one point left uncut). For TECHNICAL MANUAL, when m=0 or 48, the printer executes a full cut. When using this command, there is a gap between the auto-cutter position and the print position. 39

38 When m=66 in GS V m n, the printer feeds the paper to (cutting position + n vertical motion unit) and executes a partial cut (one point left uncut). For TECHNICAL MANUAL, when m=65, the printer feeds the paper to (cutting position + n vertical motion unit) and executes a full cut. The vertical motion unit is specified by GS P. The default setting of the vertical motion unit is 1/360 inch. The value of m selects the mode for GS V m and GS V m n as follows: m Print Mode 0, 48 Full cut (cuts the paper completely) 1, 49 Partial cut (one point left uncut) ESC i executes a partial cut of the paper with one point left uncut. ESC i operates in the same way as GS V when m=1 or 49. GS V is preferred for cutting paper because ESC i is not a recommended command. ESC i is supported only by TECHNICAL MANUAL. PRINT #1, " AAAAA"; CHR$(&HA); PRINT #1, CHR$(&H1B);"J";CHR$(250); PRINT #1, CHR$(&H1D);"V";CHR$(1); Cut paper PRINT #1, " BBBBB"; CHR$(&HA); PRINT #1, CHR$(&H1D);"V";CHR$(66);CHR$(0); Feed paper and cut AAAAA Partial cut (one point left uncut) BBBBB Paper fed to the cutting position and partial cut (one point left uncut) performed 40

39 Miscellaneous Function Commands The TECHNICAL MANUAL supports the following miscellaneous function commands: Command GS P ESC p Name Set horizontal and vertical motion units Initialize printer Generate pulse GS P x y Set horizontal and vertical motion units [Format] ASCII GS P x y [Range] 0 x 255 Hex 1D 50 x y Decimal x y 0 y 255 GS P x y sets the horizontal and vertical motion units to 1/x and 1/y inches, respectively. The horizontal and vertical motion units indicate the minimum pitch used for calculating the values of related commands (shown below). The default values are x=180 and y=360. These values equal a normal dot pitch in horizontal and half dot pitch in vertical. When x and y are set to 0, the default setting of each value is used. Commands used with the horizontal motion unit (1/x) in standard mode: ESC SP, ESC $, ESC \, GS L, and GS W. Commands used with the vertical motion unit (1/y ) in standard mode: ESC 3, ESC J, and GS V. Commands used with the horizontal and vertical motion units (1/x and 1/y) in page mode (either x or y can be used, depending on the print direction set with ESC T): ESC SP, ESC $, ESC \, ESC 3, ESC J, ESC W, GS $, GS \, and GS V. PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(180); AAAAA PRINT #1, CHR$(&H1B);"3";CHR$(30); Set line spacing BBBBB 30/180-inch line spacing PRINT #1, "AAAAA"; CHR$(&HA); PRINT #1, "BBBBB"; CHR$(&HA); CCCCC PRINT #1, CHR$(&H1D);"P";CHR$(180);CHR$(90); DDDDD 30/90-inch line spacing PRINT #1, CHR$(&H1B);"3";CHR$(30); PRINT #1, "CCCCC"; CHR$(&HA); PRINT #1, "DDDDD"; CHR$(&HA); PRINT #1, "EEEEE"; CHR$(&HA); Set line spacing EEEEE 41

40 Initialize printer [Format] ASCII Hex 1B 40 Decimal initializes the printer. All settings, including character font and line spacing settings, are canceled. The data in the print buffer is cleared and the printer mode is reset to the mode that was in effect when the power was turned on. The DIP switch settings are not checked again, the data in the receive buffer is not cleared, and any macro definitions are not cleared. PRINT #1, CHR$(&H1D);"!";CHR$(17); PRINT #1, CHR$(&H1B);"E";CHR$(1); PRINT #1, "AAAAA"; CHR$(&HA); PRINT #1, CHR$(&H1B);"@"; PRINT #1, "BBBBB"; CHR$(&HA); Initialize printer AAAAA BBBBB All settings are canceled after is executed 42

41 ESC p m t1 t2 Generate pulse [Format] ASCII ESC p m t1 t2 [Range] m = 0, 1, 48, 49 Hex 1B 70 m t1 t2 Decimal m t1 t2 0 t t2 255 ESC p m t1 t2 sends a pulse (on time= t1 2 msec / off time= t2 2 msec) to the specified connector pin. When m=0 or 48, the pulse is sent to drawer kick-out connector pin 2; when m=1 or 49, the pulse is sent to drawer kick-out connector pin 5. PRINT #1, CHR$(&H1B);"p";CHR$(0);CHR$(25);CHR$(250); 43

Manopla para abertura da impressora

Manopla para abertura da impressora MANUAL ESCRIBA 80 CARACTERÍSTICAS Mecanismo de Impressão Térmica Alimentação 24V Comunicação USB e Serial (RS232) Duas posições para a bobina de papel Botão de tracionamento do papel Driver para Windows

More information

Command Manual SRP-350 Thermal Printer Rev. 1.01

Command Manual SRP-350 Thermal Printer Rev. 1.01 Command Manual SRP-350 Thermal Printer Rev. 1.01 http://www.samsungminiprinters.com 1. Control Commands List Control codes Hexadecimal codes Function 09 Horizontal tab 0A Print and line feed

More information

TM-L60II/L60IIP. The words on the left side of this screen are bookmarks for all the topics in this guide.

TM-L60II/L60IIP. The words on the left side of this screen are bookmarks for all the topics in this guide. TM-L60II/L60IIP Using this online information guide The words on the left side of this screen are bookmarks for all the topics in this guide. Use the scroll bar next to the bookmarks to find any topic

More information

Printer Control Command Set

Printer Control Command Set Printer Control Command Set Technical Manual Revision: November 1, 2017 Omniprint Inc. 1923 East Deere Ave., Santa Ana, California 92705, U.S.A. T: 949.833.0080 :: F: 949.833.0040 www.omniprintinc.com

More information

PP8X Printer Command Manual

PP8X Printer Command Manual PP8X Printer Command Manual Pinnacle Technology Corp. CONTENTS 1 COMMANDS... 1 2 COMMAND SAMPLE (hex command)... 29 1 COMMANDS Command Decimal Hex Function HT 9 9 Horizontal tab LF 10 0A Print and line

More information

PP8X Printer Command Manual

PP8X Printer Command Manual PP8X Printer Command Manual Pinnacle Technology Corp. CONTENTS 1 COMMANDS... 1 2 COMMAND SAMPLE (hex command)... 29 1 COMMANDS Command Decimal Hex Function HT 9 9 Horizontal tab LF 10 0A Print and line

More information

MOBILE THERMAL PRINTER

MOBILE THERMAL PRINTER MOBILE THERMAL PRINTER MODEL CMP-30 series ESC Command Manual Rev. 1.00 TABLE OF CONTENTS 1. Command Description... 6 2. Commands... 7 HT... 7 LF... 7 CR... 8 FF... 8 CAN... 8 DLE EOT... 9 DLE ENQ... 12

More information

PROGRAMMER S MANUAL 58mm Printer

PROGRAMMER S MANUAL 58mm Printer PROGRAMMER S MANUAL 58mm Printer (#)Note: this command is available for POS58 model. 5. Printer Commands List 5.1 Command Conception POS58 series printers support ESC/POS print commands. Descriptions as

More information

WinPOS system. Co., ltd. WP-K837 series. Esc/POS Command specifications Ver.0.94

WinPOS system. Co., ltd. WP-K837 series. Esc/POS Command specifications Ver.0.94 WinPOS system. Co., ltd. WP-K837 series Esc/POS Command specifications 2014-05-06 Ver.0.94 LF Prints buffered data and feeds one line. Syntax: ASCII LF Hex 0A Decimal 10 Remarks: This command sets the

More information

PP7X PRINTER COMMAND MANUAL

PP7X PRINTER COMMAND MANUAL PP7X PRINTER COMMAND MANUAL Pinnacle Technology Corp. CONTENTS 1 COMMANDS... 1 2 COMMAND SAMPLE (hex command)... 30 1 COMMANDS The command explanations include the following parts: 1) Name and the general

More information

4 Pr P i r n i t n e t r e Co C m o m m a m n a d n s d Li L s i t N. C m o m m a m n a d

4 Pr P i r n i t n e t r e Co C m o m m a m n a d n s d Li L s i t N. C m o m m a m n a d 4. Printer Commands List NO. Command Function Description 01 HT Horizontal tab(#) 02 LF Print and line feed 03 CR Print and carriage return (#) 04 ESC SO Set all characters times width print 05 ESC DC4

More information

PP7X PRINTER COMMAND MANUAL

PP7X PRINTER COMMAND MANUAL PP7X PRINTER COMMAND MANUAL Pinnacle Technology Corp. CONTENTS 1 COMMANDS... 1 2 COMMAND SAMPLE (hex command)... 31 1 COMMANDS The command explanations include the following parts: 1 Name and the general

More information

Tally Dascom DT-210/230 Programming Guide V1.1

Tally Dascom DT-210/230 Programming Guide V1.1 About This Manual Please read this technical manual before programming. Main description for command as below: 1) Function This is the first part of command description. Here we propose the command of

More information

PANDA Thermal Receipt Printer. Programmer Manual

PANDA Thermal Receipt Printer. Programmer Manual PANDA Thermal Receipt Printer Programmer Manual 1. COMMANDS 1.1 Command Notation The name of the command. [Format] The code sequence. [Range] Gives the allowable ranges for the arguments. Describes the

More information

)$4 DERXW (6& 326 [Format] [Range] [Default] [Description] The name of the command. The code sequence. [ ]k indicates the contents of the [ ] should be repeated k times. Gives the allowable ranges,

More information

1. Control Command List

1. Control Command List 1. Control Command List Num Control Code Function 01 HT Horizontal tab 02 LF Print and line feed 03 CR Print and carriage return 04 DLE EOT n Real-time status transmission 05 DLE ENQ n Real-time response

More information

COMMAND REFERENCE COMMAND REFERENCE PLUS II

COMMAND REFERENCE COMMAND REFERENCE PLUS II COMMAND REFERENCE PLUS II Edit by: CUSTOM ENGINEERING S.p.A. Str. Berettine 2-43010 Fontevivo (PARMA) - Italy http: www.custom.biz All rights reserved 2 Command Reference Introduction 1 INTRODUCTION 1.1

More information

KM216H KPM216H WARNING! MOVING PARTS PUSH HERE TO CLOSE

KM216H KPM216H WARNING! MOVING PARTS PUSH HERE TO CLOSE WARNING! COMMAND REFERENCE KM216H PUSH HERE TO CLOSE MOVING PARTS KPM216H Edit by: CUSTOM ENGINEERING S.p.A. Str. Berettine 2-43010 Fontevivo (PARMA) - Italy http: www.custom.biz All rights reserved 2

More information

Control Command list (ESC/POS)

Control Command list (ESC/POS) Printer Command Control Command list (ESC/POS) Rev 1.4 1. Command Summary 2. Control Command 3. [STAR Emulation Mode] Command Summary SAM4S PRINTER ELLIX30/40 1 Control Command list 1. Command Summary

More information

Command Manual Metapace T-2. Thermal Printer Rev. 1.00

Command Manual Metapace T-2. Thermal Printer Rev. 1.00 Command Manual Metapace T-2 Thermal Printer Rev. 1.00 1. Control Commands List Command HT LF FF CR CAN DLE EOT DLE ENQ DLE DC4 ESC FF ESC SP ESC! ESC $ ESC % ESC & ESC * ESC - ESC 2 ESC 3 ESC = ESC? ESC

More information

[Notes] Provides important information on setting and using the printer command, if necessary.

[Notes] Provides important information on setting and using the printer command, if necessary. 2. COMMANDS 2. 1 Command Notation X X X X [Name] The name of the command. [Format] The code sequence. [Range] Gives the allowable ranges for the arguments. [Description] Describes the command s function.

More information

ODP 200. Thermal Receipt Printer Technical Manual

ODP 200. Thermal Receipt Printer Technical Manual ODP 200 Thermal Receipt Printer Technical Manual TABLE OF CONTENTS 1. General Specifications 1.1 Printing Specifications 1.2 Character Specifications 1.3 Auto Cutter 1.4 Paper Roll Supply Device 1.5 Paper

More information

SRP-275III Command Manual Rev. 1.00

SRP-275III Command Manual Rev. 1.00 Rev. 1.00 http://www.bixolon.com Contents 1. Notice... 3 2. SRP-275III Supported Commands... 4 2-1 Command Description Items... 5 2-2 Details of Control Commands... 6 Rev. 1.00 BIXOLON - 2 - 1. Notice

More information

MODEL : TRP-100-II Receipt Printer User s Manual

MODEL : TRP-100-II Receipt Printer User s Manual MODEL : TRP-100-II Receipt Printer User s Manual All specifications are subject to change without notice Table of Contents 1. Parts Identifications 3 2. Setting up the printer 4 2.1 Unpacking 4 2.2 Connecting

More information

STP-103II Thermal Printer Command Manual

STP-103II Thermal Printer Command Manual Thermal Printer Command Manual Contents 1. Notice... 3 2. Control Commands List in Alphanumeric Order... 4 2-1 Command Description Items... 6 2-2 Details of Control Commands... 7 Rev. 1.02 BIXOLON - 2

More information

SRP-330 Command Manual Rev. 1.01

SRP-330 Command Manual Rev. 1.01 Command Manual Rev. 1.01 http://www.bixolon.com Contents 1. Notice... 3 2. Control Commands List in Alphanumeric Order... 4 2-1 Command Description Items... 6 2-2 Details of Control Commands... 7 Rev.

More information

WTP-100. Thermal Receipt printer Technical manual. SEWOO TECH CO., LTD.

WTP-100. Thermal Receipt printer Technical manual. SEWOO TECH CO., LTD. WTP-100 Thermal Receipt printer Technical manual SEWOO TECH CO., LTD. www.miniprinter.com TABLE OF CONTENTS 1. General Specifications 1.1 Printing Specifications 1.2 Character Specifications 1.3 Auto Cutter

More information

DIR-E58III Mobile Print

DIR-E58III Mobile Print 1 Kunxilin Electronic Co.,LTD Kunxi HK Electronic Technology Limited Web: http://www.siipos.com http://www.sii-prt.com WhatsApp:13632856413 SKYPE:kunxisz QQ:2676804008 DIR-E58III Mobile Print Development

More information

SRP-F310/312 Command Manual Rev. 1.00

SRP-F310/312 Command Manual Rev. 1.00 Command Manual Rev. 1.00 http://www.bixolon.com Contents 1. Notice...3 2. Control Commands List in Alphanumeric Order...4 2-1 Command Description Items...6 2-2 Details of Control Commands...7 Rev. 1.00

More information

MODEL : TRP100-III Receipt Printer User s Manual

MODEL : TRP100-III Receipt Printer User s Manual MODEL : TRP100-III Receipt Printer User s Manual All specifications are subject to change without notice A software tool is available to configure the printer settings on AURES technical website: www.aures-support.fr

More information

Mobile Printer. Command Manual Ver Models: SM series

Mobile Printer. Command Manual Ver Models: SM series Mobile Printer Command Manual Ver. 1.9 Models: SM series CONTENTS 1. Printer Control Function...3 1.1. Print Commands...5 1.2. Line Spacing Commands....7 1.3. Character Commands...8 1.4. Print Position

More information

POS Thermal Receipt Printer A11 Standard/Prime

POS Thermal Receipt Printer A11 Standard/Prime A11-Prime/Standard-E(Rev001) POS Thermal Receipt Printer A11 Standard/Prime Command Manual Table of Contents 1. Notice... 3 2. Control Commands List in Alphanumeric Order... 4 2-1 Command Description Items...

More information

MODEL : SLK-TS400EB. Receipt Printer User s Manual. TS400EB Rev. B 07/16. All specifications are subject to change without notice

MODEL : SLK-TS400EB. Receipt Printer User s Manual. TS400EB Rev. B 07/16. All specifications are subject to change without notice MODEL : SLK-TS400EB Receipt Printer User s Manual TS400EB Rev. B 07/16 All specifications are subject to change without notice Table of Contents 1. Parts Identifications 1. Parts Identifications 3 2.

More information

Mobile POS Thermal printer

Mobile POS Thermal printer PK109 Mobile POS Thermal printer MEGADATA INDUSTRIAL, Inc. 1F, NO.10, Lane 58, Ta Chuan Street, TAICHUNG, TAIWAN R.O.C. TEL: +886-4-2376-6881 FAX: +886-4-2371-7974 www.posjet.com.tw megadata@ms21.hinet.net

More information

Command Emulator ESC/POS Mode Command Specifications

Command Emulator ESC/POS Mode Command Specifications Line Thermal Printer ESC/POS Mode Command Specifications Revision 1.02 Star Micronics Co., Ltd. Special Products Operating Division TABLE OF CONTENTS 1....1-1 1-1) Command List... 1-1 1-2) COMMAND DETAILS...

More information

MODEL : PR-T25 Receipt Printer User s Manual

MODEL : PR-T25 Receipt Printer User s Manual MODEL : PR-T25 Receipt Printer User s Manual All specifications are subject to change without notice Table of Contents 1. Parts Identifications 1. Parts Identifications 3 2. Setting up the printer 4 2.1

More information

DS-800. ::: Receipt Printer User s manual :::

DS-800. ::: Receipt Printer User s manual ::: DS-800 ::: Receipt Printer User s manual ::: All specifications are subjected to change without notice TABLE OF CONTENTS 1. Parts Identifications 2 2. Setting up the printer 3 2.1 Unpacking 3 2.2 Connecting

More information

MODEL : SLK-T12EB Receipt Printer User s Manual

MODEL : SLK-T12EB Receipt Printer User s Manual J. STEPHEN Lab., Ltd. 28-6, Gajangsaneopdong-ro, Osan-si, Gyeonggi-do, 447-210 Republic of Korea TEL : +82-31-8077-5000 FAX : +82-31-459-8880 www.miniprinter.com MODEL : SLK-T12EB Receipt Printer User

More information

Command Manual.

Command Manual. Command Manual http://www.woosim.com CONTENTS 1. Printer Control Function...3 1.1. Print Commands....5 1.2. Line Spacing Commands....8 1.3. Character Commands....9 1.4. Print Position Commands.... 19 1.5.

More information

TRP-100 Receipt Printer User s Manual

TRP-100 Receipt Printer User s Manual TRP-100 Receipt Printer User s Manual All specifications are subject to change without notice TABLE OF CONTENTS 1. Parts Identifications 3 2. Setting up the printer 4 2.1 Unpacking 4 2.2 Connecting the

More information

MODEL : LK-TL200 Receipt Printer User s Manual

MODEL : LK-TL200 Receipt Printer User s Manual SEWOO TECH CO.,LTD. 28-6, Gajangsaneopdong-ro, Osan-si, Gyeongi-do, 447-210, Korea TEL : +82-31-459-8200 FAX : +82-31-459-8880 www.miniprinter.com MODEL : LK-TL200 Receipt Printer User s Manual TL200 Rev.

More information

SRP-QE300/302 Command Manual Rev

SRP-QE300/302 Command Manual Rev Command Manual Rev. 1.00 http://www.bixolon.com Contents SRP-QE300/302 1. Notice... 3 2. Control Commands List in Alphanumeric Order... 4 2-1 Command Description Items... 6 2-2 Details of Control Commands...

More information

MODEL : LK-T200 Receipt Printer User s Manual

MODEL : LK-T200 Receipt Printer User s Manual SEWOO TECH CO.,LTD. Doosung BD, 689-20, Geumjeong-dong, Gunpo-si, Gyeonggi-do, 435-862, Korea TEL : +82-31-459-8200 FAX : +82-31-459-8880 www.miniprinter.com MODEL : LK-T200 Receipt Printer User s Manual

More information

MODEL : AP-8220 U Receipt Printer User s Manual

MODEL : AP-8220 U Receipt Printer User s Manual MODEL : AP-8220 U Receipt Printer User s Manual AP-8220 U Rev.A 10/14 All specifications are subject to change without notice Table of Contents 1. Parts Identifications 1. Parts Identifications 3 2. Setting

More information

FEC-80T Receipt Printer User s Manual

FEC-80T Receipt Printer User s Manual FEC-80T Receipt Printer User s Manual All specifications are subject to change without notice TABLE OF CONTENTS 1. Parts Identifications 3 2. Setting up the printer 4 2.1 Unpacking 4 2.2 Connecting the

More information

MODEL : SLK-TL100 Receipt Printer User s Manual

MODEL : SLK-TL100 Receipt Printer User s Manual J. STEPHEN Lab., Ltd. 28-6, Gajangsaneopdong-ro, Osan-si, Gyeongi-do, 447-210, Korea TEL : +82-31-459-8200 FAX : +82-31-459-8880 www.miniprinter.com MODEL : SLK-TL100 Receipt Printer User s Manual TL100

More information

MODEL : SLK-TE20X Series Receipt Printer User s Manual

MODEL : SLK-TE20X Series Receipt Printer User s Manual MODEL : SLK-TE20X Series Receipt Printer User s Manual TE20X Series Rev.F 03/16 All specifications are subject to change without notice Table of Contents 1. Parts Identifications 1. Parts Identifications

More information

VKP80 VKP80II VKP80II-EE STATUS LINE FEED. RS232 ETHERNET USB Vin FORM FEED

VKP80 VKP80II VKP80II-EE STATUS LINE FEED. RS232 ETHERNET USB Vin FORM FEED STATUS COMMAND REFERENCE VKP80 VKP80II LINE FEED FORM FEED RS232 ETHERNET USB Vin VKP80II-EE Edit by: CUSTOM ENGINEERING S.p.A. Str. Berettine 2-43010 Fontevivo (PARMA) - Italy http: www.custom.biz All

More information

MODEL : LK-T210 Receipt Printer User s Manual

MODEL : LK-T210 Receipt Printer User s Manual SEWOO TECH CO.,LTD. Doosung BD, 689-20, Geumjeong-dong, Gunpo-si, Gyeonggi-do, 435-862, Korea TEL : +82-31-459-8200 FAX : +82-31-459-8880 www.miniprinter.com MODEL : LK-T210 Receipt Printer User s Manual

More information

MODEL 814M DIRECT THERMAL PRINTER PROGRAMMING MANUAL

MODEL 814M DIRECT THERMAL PRINTER PROGRAMMING MANUAL MODEL 814M DIRECT THERMAL PRINTER PROGRAMMING MANUAL PART NUMBER 880048-0101 Revised 04/14 MSG Copyright 2014 by Microcom Corporation, Lewis Center, Ohio All rights reserved. Printed in the United States

More information

Command Manual SPP-R200. Mobile Printer Rev

Command Manual SPP-R200. Mobile Printer Rev Command Manual SPP-R200 Mobile Printer Rev. 1.03 http://www.bixolon.com Table of Contents 1. Notice... 3 2. Control Commands List... 3 3. Control Commands Details... 5 3-1 Command Notation... 5 3-2 Explanation

More information

628/638_ Specification

628/638_ Specification 628/638_110105 Specification Date Version Remark Jan. 5, 2011 V2.0 Contents 1.Introduction... 1 2. Appearance and PIN definition... 1 2.1 Appearance... 1 2.2 J3 RS232... 1 2.3 J2 TTL... 1 3 specifications...

More information

SPP-R300 Command Manual Rev. 1.01

SPP-R300 Command Manual Rev. 1.01 Rev. 1.01 http://www.bixolon.com Contents 1. Notice... 3 2. SPP-R300 Supported Commands... 4 2-1 Command Description Items... 5 2-2 Details of Control Commands... 6 Rev. 1.01 BIXOLON - 2 - 1. Notice This

More information

Receipt Printer BTP-R580II. Programming Manual. Shandong New Beiyang Information Technology Co., Ltd.

Receipt Printer BTP-R580II. Programming Manual. Shandong New Beiyang Information Technology Co., Ltd. Receipt Printer BTP-R580II Programming Manual Shandong New Beiyang Information Technology Co., Ltd. REVISION HISTORY Date Version Description Author 2011-9-6 V100 Initial draft Sun Chuanliang - 1 - Declaration

More information

SRP-275II Impact Printer Command Manual

SRP-275II Impact Printer Command Manual SRP-275II Impact Printer Command Manual Contents 1. Notice...3 2. SRP-275II Supported Commands...4 2-1 Command Description Items...5 2-2 Details of Control Commands...6 Rev. 1.00 BIXOLON - 2 - 1. Notice

More information

Command Manual SPP-R200. Mobile Printer Rev

Command Manual SPP-R200. Mobile Printer Rev Command Manual SPP-R200 Mobile Printer Rev. 0.10 http://www.samsungminiprinters.com 1. Control Commands List COMMAND Name Funtion type 1 LF Print and line feed Print 2 FF Print and return to standard mode

More information

Command Reference MOBILE LINE THERMAL PRINTER MODEL CMP-10. Rev Revised on Dec 13, 2006

Command Reference MOBILE LINE THERMAL PRINTER MODEL CMP-10. Rev Revised on Dec 13, 2006 Command Reference MOBILE LINE THERMAL PRINTER MODEL CMP-10 Rev. 3.10 Revised on Dec 13, 2006 REVISION Rev. No. Date Comment Rev. 1.00 2002/11/15 Newly issued Rev. 1.01 2002/12/18 Revised P. 1, P. 2, P.

More information

TSP552 TSP552II TSP2000

TSP552 TSP552II TSP2000 THERMAL PRINTER TSP552 TSP552II TSP2000 PROGRAMMER'S MANUAL Trademark acknowledgments TSP552, TSP552II, TSP2000: Star Micronics Co., Ltd. ESC/POS: Seiko Epson Corporation Notice All rights reserved. Reproduction

More information

KPM202 KPM203 KPM302 KPM303 TK202 TK203 TK302 TK303

KPM202 KPM203 KPM302 KPM303 TK202 TK203 TK302 TK303 OEM COMMANDS MANUAL KPM202 KPM203 KPM302 KPM303 TK202 TK203 TK302 TK303 Code: 77200000030600 CUSTOM ENGINEERING S.p.A. Str. Berettine 2 43010 Fontevivo (PARMA) - Italy Tel. : +39 0521-680111 Fax : +39

More information

XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATION DATE : MAY 3, 2004 MANUAL REVISION 2.0

XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATION DATE : MAY 3, 2004 MANUAL REVISION 2.0 XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATI DATE : MAY 3, 2004 MANUAL REVISI 2.0 Features Dip Switch Configuration Emulation mode, communications mode, baud rate, serial/parallel handshake, and

More information

SRP RECEIPT PRINTER. Operator s Manual. All specifications are subjected to change without notice

SRP RECEIPT PRINTER. Operator s Manual. All specifications are subjected to change without notice SRP - 350 RECEIPT PRINTER Operator s Manual All specifications are subjected to change without notice Warning - U.S. This equipment has been tested and found to comply with the limits for a Class A digital

More information

COMMANDS MANUAL TG2460H TG2480H TL60 TL80

COMMANDS MANUAL TG2460H TG2480H TL60 TL80 COMMANDS MANUAL TG2480H TL80 CUSTOM S.p.A. Via Berettine 2/B 43010 Fontevivo (PARMA) - Italy Tel. : +39 0521-680111 Fax : +39 0521-610701 http: www.custom.biz Customer Service Department: Email : support@custom.it

More information

REVISION RECORDS REV. DATE DESCRIPTION DRAWN CHECKED APPROVED

REVISION RECORDS REV. DATE DESCRIPTION DRAWN CHECKED APPROVED User Manual MPT725 Xiamen PRT Technology Co.,Ltd. ADD: 4/5F, 8#, Gaoqi Nan Shi er Road, (AideAirport Industrial Park) Xiamen, Fujian, China-361006. Tel.: +86-(0)592-5932525 Fax: +86-(0)592-5235252 Web:

More information

SPRT. Portable Micro Printer

SPRT. Portable Micro Printer R -TⅢ Portable Micro Printer User s Manual Beijing Spirit Technology Development Co, Ltd. www.sprinter.com.cn Content Operating Precautions 3 Notes on Safety 3 Notes on Using 3 Notes on Handling 4 Chapter

More information

SPP-R210 Command Manual Rev. 1.00

SPP-R210 Command Manual Rev. 1.00 Rev. 1.00 http://www.bixolon.com Contents SPP-R210 Command Manual 1. Notice... 3 2. SPP-R210 Supported Commands... 4 2-1 Command Description Items... 5 2-2 Details of Control Commands... 6 Rev. 1.00 BIXOLON

More information

Reliance-ESC/POS Documentation

Reliance-ESC/POS Documentation Reliance-ESC/POS Documentation Release 1.0.2 Pyramid Technologies Jun 25, 2018 Contents 1 Command Table Layout 3 2 Pseudo Command Syntax 7 3 Printer Information 9 4 Font Controlling Commands 13 5 Cursor

More information

MODEL WSP-i350. (3inch Industrial Printer)

MODEL WSP-i350. (3inch Industrial Printer) MODEL WSP-i350 (3inch Industrial Printer) WOOSIM SYSTEMS Inc. #501, Daerung Technotown 3th, 448, Gasan-Dong, GeumChun-Ku, Seoul, Korea Tel : +82-2-2107-3700 Fax : +82-2-2107-3707 URL: http://www.woosim.com

More information

Thermal Bluetooth Printer

Thermal Bluetooth Printer Thermal Bluetooth Printer ---Version 1.0.0.4 Introduction Appreciate for purchasing our thermal receipt series printers. This manual is used on our mini portable thermal receipt series printers which include

More information

PRINTER PRESENTER UNIT Command Reference. Model: PPU-700/700II. Revision: /03/26

PRINTER PRESENTER UNIT Command Reference. Model: PPU-700/700II. Revision: /03/26 PRINTER PRESENTER UNIT Command Reference Model: PPU-700/700II Revision: 1.11 2010/03/26 REVISION Rev No. Date Comment 0.00 2004/01/14 Newly issued 1.00 2005/03/4 1.02 2005/04/25 Change of code pages GS

More information

PRINTER READY 28/04/08 11:03:50 TK300II KPM300 KUBE II KUBE-L

PRINTER READY 28/04/08 11:03:50 TK300II KPM300 KUBE II KUBE-L PRINTER READY 28/04/08 11:03:50 COMMAND REFERENCE TK300II KPM300 KUBE II KUBE-L Edit by: CUSTOM ENGINEERING S.p.A. Str. Berettine 2-43010 Fontevivo (PARMA) - Italy http: www.custom.biz All rights reserved

More information

Command Reference LINE THERMAL PRINTER MODEL CT-S2000

Command Reference LINE THERMAL PRINTER MODEL CT-S2000 Command Reference LINE THERMAL PRINTER MODEL CT-S2000 Rev. 0.03 Issued on July 21, 2006 REVISION Rev No. Date Comment 0.00 2006/01/31 Newly issued 0.01 2006/2/8 revised page 175-188 0.02 2006/3/23 added

More information

MOBILE THERMAL PRINTER

MOBILE THERMAL PRINTER MOBILE THERMAL PRINTER MODEL CMP-20 series Technical Manual Rev. 1.00 TABLE OF CONTENTS 1. General Specifications 1.1 Printing Specifications 1.2 Character Specifications 1.3 Paper Specification 1.4 Printable

More information

SPRT SP-POS88III Line Thermal Printer

SPRT SP-POS88III Line Thermal Printer SP-POS88III Line Thermal Printer User s Manual Beijing Spirit Technology Development Co, Ltd. Content troduction 2 Chapter 1 Feature and Performance 3 1.1 Print Performance 3 1.2 Print Paper 3 1.3 Print

More information

Thermal printer for information kiosks and ATMs KPM 216 H. 210/216mm (8.5 ) User Manual. KPM216H

Thermal printer for information kiosks and ATMs KPM 216 H. 210/216mm (8.5 ) User Manual.  KPM216H Thermal printer for information kiosks and ATMs KPM 216 H 210/216mm (8.5 ) User Manual www.custom.it All rights reserved. Total or partial reproduction of this manual in whatever form, whether by printed

More information

MTP-1500 Modular Thermal Printer. User Manual

MTP-1500 Modular Thermal Printer. User Manual MTP-1500 Modular Thermal Printer User Manual TELPAR A Platinum Equity COMPANY 187 Crosby Road Dover, New Hampshire 03820 Toll Free: 800-872-4886 (from the U.S.A. and Canada only) 603-750-7237 Fax: 603-742-9938

More information

Command Reference CONTROL BOARD FOR MLT-288/MLT-289 CONTROL BOARD FOR MLT-388/MLT-389 MODEL BD2-2880/2890 MODEL BD2-3880/3890

Command Reference CONTROL BOARD FOR MLT-288/MLT-289 CONTROL BOARD FOR MLT-388/MLT-389 MODEL BD2-2880/2890 MODEL BD2-3880/3890 Command Reference CONTROL BOARD FOR MLT-288/MLT-289 CONTROL BOARD FOR MLT-388/MLT-389 MODEL BD2-2880/2890 MODEL BD2-3880/3890 Rev. 1.01 Newly Issued on December 15th, 2005 REVISION Rev. No. Date Content

More information

Dot Matrix Printer. SP2000 Series. Programmer s Manual

Dot Matrix Printer. SP2000 Series. Programmer s Manual Dot Matrix Printer SP2000 Series Programmer s Manual TABLE OF CONTENTS 1. Control Codes (Star Mode)... 1 1-1. Control Codes List... 1 1-1-1. Character Selection... 1 1-1-2. Print Position Control... 3

More information

One station Impact Printer. Model: WP-300 Version : 1.03

One station Impact Printer. Model: WP-300 Version : 1.03 One station Impact Printer Model: WP-300 Version : 1.03 INDEX 1. GENERAL SPECIFICATION... 2 1.1 DESCRIPTION... 2 1.2 CHARACTERISTICS... 2 1.3 ACCESSORIES... 2 2. MAIN SPECIFICATION... 3 3. ILLUSTRATION...

More information

CT-S300 Customization software

CT-S300 Customization software CT-S300 Customization software This software is made to utilize our CT-S300 by customizing. The software will be changed without prior notice. 1. Explanation of each screen 1-1. Model Information By pressing

More information

MP200 DOT MATRIX IMPACT PRINTER USER MANUAL

MP200 DOT MATRIX IMPACT PRINTER USER MANUAL MP200 DOT MATRIX IMPACT PRINTER USER MANUAL All specifications are subject to change without notice Disposal of Old Electrical & Electronic Equipment (Applicable in the European Union and other European

More information

The ICP 300 is an ultra-compact, lightweight portable thermal printer with an easy-load paper feature.

The ICP 300 is an ultra-compact, lightweight portable thermal printer with an easy-load paper feature. THERMAL PRINTER Applications Datasheet Features Easy-Load paper feature RS232 Interface 10-35VDC Power Supply requirement High speed, high resolution printing capability Quiet, non-impact system Maintenance-free

More information

ESC/POS Printer EP-60 PROGRAMMER'S MANUAL Detailed Description of the Commands

ESC/POS Printer EP-60 PROGRAMMER'S MANUAL Detailed Description of the Commands 1 DATECS ESC/POS Printer EP-60 PROGRAMMER'S MANUAL Detailed Description of the Commands General Outline The EP-60H is a compact-sized, line thermal printer developed for variety of applications. It can

More information

MPP6800 series - PANEL MOUNT PRINTERS. Options

MPP6800 series - PANEL MOUNT PRINTERS. Options series - PANEL MOUNT PRINTERS Page 1 of 12 MPP6810 MPP6820 MPP6840 Introduction 5-8Vdc, 4A peak 5-8Vdc, 2A peak 10-35Vdc 24Vdc Features Easy load paper feature High resolution thermal printing 5-8Vdc standard,

More information

Thermal printer for information kiosks and ATMs VKP80. User Manual. VKP80

Thermal printer for information kiosks and ATMs VKP80. User Manual.   VKP80 Thermal printer for information kiosks and ATMs User Manual www.custom.it All rights reserved. Total or partial reproduction of this manual in whatever form, whether by printed or electronic means, is

More information

User s Manual. PDF created with pdffactory Pro trial version

User s Manual. PDF created with pdffactory Pro trial version POS76Ⅱ Printer User s Manual Content Part 1 Performance Index 2 Part 2 Operation Specifications 5 2.1 Printer Appearance 5 2.2 Interface Connection 5 2.2.1 Serial Interface 5 2.2.2 Parallel Interface 6

More information

PJ-600 Series Printer ESC/P Command Reference

PJ-600 Series Printer ESC/P Command Reference PJ-600 Series Printer ESC/P Command Reference Version 1.00 Model Name: PJ-622/623/662/663 Brother Industries, Ltd. 1 Machine Model: PJ-622/623/662/663 IMPORTANT - PLEASE READ CAREFULLY This

More information

Advanced Printing Systems CP 205-MRS

Advanced Printing Systems CP 205-MRS CP 205-MRS CP 205-MRS - Technical reference - Rev. D - 1 1. Introduction 1.1. CP 205 MRS The CP205-MRS printer is the first integrated printer in the size of a mechanism. This printer includes one CP205S

More information

INTERFACE BOARDS FOR FTP-628DCL/ DSL45X SERIES

INTERFACE BOARDS FOR FTP-628DCL/ DSL45X SERIES INTERFACE BARDS FR FTP-628DCL/ DSL45X SERIES INTERFACE 1. Centronics interface (1) Connector (CN1) Connector part number : BM30B-SRDS-G-TFC (JST) or equivalent Mating connector part number : SHDR-30V-S-B

More information

ZQ110. Mobile Printer Command Manual. P Rev. A

ZQ110. Mobile Printer Command Manual. P Rev. A Mobile Printer Command Manual P1069085-001 Rev. A Table of Contents 1. Notice... 6 2. Control Commands List... 6 3. Control Commands Details... 8 3-1 Command Notation... 8 3-2 Explanation of Terms... 8

More information

TM-U295/U295P. Using this online operator s guide. Operator s Manual

TM-U295/U295P. Using this online operator s guide. Operator s Manual TM-U295/U295P Operator s Manual Using this online operator s guide The words on the left side of this screen are bookmarks for all the topics in this guide. Use the scroll bar next to the bookmarks to

More information

COMBINATION PRINTER SCP700 SERIES

COMBINATION PRINTER SCP700 SERIES COMBINATION PRINTER SCP700 SERIES Programmer s Manual Trademark acknowledgments SCP700: Star Micronics Co. Ltd. ESC/POS, TM-295, TM-T85: Seiko Epson Corporation Notice All rights reserved. Reproduction

More information

VKP80 VKP80II USER MANUAL

VKP80 VKP80II USER MANUAL VKP80 II USER MANUAL OEM All rights reserved. Total or partial reproduction of this manual in whatever form, whether by printed or electronic means, is forbidden. While guaranteeing that the information

More information

OM9500-II. Thermal Receipt printer Technical Manual. Revision: January 8, 2018

OM9500-II. Thermal Receipt printer Technical Manual. Revision: January 8, 2018 OM9500-II Thermal Receipt printer Technical Manual Revision: January 8, Omniprint Inc. 1923 East Deere Ave., Santa Ana, California 92705, U.S.A. T: 949.833.0080 :: F: 949.833.0040 www.omniprintinc.com

More information

Impressora não fiscal Bematech MP-4200 TH

Impressora não fiscal Bematech MP-4200 TH Impressora não fiscal Bematech MP-4200 TH A Impressora não fiscal Bematech MP-4200 TH é o modelo mais vendido da categoria e possui ótima qualidade de impressão. Conheça a MP-4200 TH. www.bztech.com.br

More information

Dot Matrix Printer. SP300 Series. Programmer s Manual

Dot Matrix Printer. SP300 Series. Programmer s Manual Dot Matrix Printer SP300 Series Programmer s Manual TABLE OF CONTENTS 1. CONTROL PANEL... 1 1-1. Basic Operation... 1 1-2. Switch Operation (Combined Switch Operation)... 2 2. SERIAL INTERFACE... 7 2-1.

More information

Addmaster Corporation

Addmaster Corporation IJ-1000 Ink-Jet Validation Printer Specification Addmaster Corporation Address: 225 East Huntington Drive Monrovia, CA 91016 Web: www.addmaster.com Phone: (626) 358-2395 FAX: (626) 358-2784 Document: ij1w.doc

More information

ADDMASTER. Addmaster Corporation. IJ-3080 Journal/Validation Printer. Specification. IJ-3080 Specification

ADDMASTER. Addmaster Corporation. IJ-3080 Journal/Validation Printer. Specification. IJ-3080 Specification IJ-3080 Journal/Validation Printer Specification Provides the electrical, mechanical, and interface specifications of the IJ-3080 Journal/Validation Printer. Cover Models: IJ-3080 The Addmaster Model IJ-3080

More information

CONTENT THERMAL RECEIPT PRINTER 1

CONTENT THERMAL RECEIPT PRINTER 1 CONTENT Guide 2 1. General Information 3 1.1 Main Features..3 2. Technical Specification...3 3. Setting up the Printer.5 3.1 Unpacking the Printer..5 3.2 Installation of Printer 5 3.3 Power Cord Connecting..7

More information

Programming Guide. HP Value Serial/USB Receipt Printer II

Programming Guide. HP Value Serial/USB Receipt Printer II Programming Guide HP Value Serial/USB Receipt Printer II Copyright 2016 HP Development Company, L.P. The information contained herein is subject to change without notice. The only warranties for HP products

More information

24V DRIVE INTERFACE BOARD (PARALLEL) FTP-622DCL001/011/ FTP-622DSL001/011/012

24V DRIVE INTERFACE BOARD (PARALLEL) FTP-622DCL001/011/ FTP-622DSL001/011/012 24V DRIVE INTERFACE BOARD (PARALLEL) FTP-622DCL001/011/ FTP-622DSL001/011/012 FOR FTP-622/632/642MCL001/002/301/302/303/304 INTERFACE 1. Centronics (1) Connector (CN1) Connector part number : FCN-605Q030-G/S

More information