SPP-R300 Command Manual Rev. 1.00 http://www.bixolon.
SPP-R300 Command Manual ■ Contents 1. Notice........................................................................................................................................................................................................3 2. SPP-R300 Supported Commands...........................................................................................................................................................4 2-1 Command Description Items ...............................................
SPP-R300 Command Manual 1. Notice This document contains proprietary information of BIXOLON Corporation and its affiliates. You may utilize the information solely for the purpose of facilitating authorized sales and service of, or developing software and similar products for authorized use with, BIXOLON products, provided that such proprietary information may not be used, reproduced, or disclosed to any other parties for any other purpose without the prior written permission of BIXOLON Corporation.
SPP-R300 Command Manual 2. SPP-R300 Supported Commands No. 1 2 3 4 5 6 7 8 Command EOT HT LF FF CR DLE CAN ESC FF Function Transmit status Horizontal tab Print and line feed Form feed (in page mode) Print and carriage return Set real-time command mode Cancel the print data in page mode Print data in page mode No.
SPP-R300 Command Manual 2-1 Command Description Items Command Function: Command function outline Code: Command format expressed in ASCII, hexadecimal, and decimal codes Range: Argument value (Setting range) for the command Default: Initial argument value for the command Description: Detailed command function description Remarks: Additional information about using the command Differences: Variations depending on the printer model Rev. 1.
SPP-R300 Command Manual 2-2 Details of Control Commands EOT Function: Code: Transmit status ASCII Hex Decimal Range: 1≤n≤4 Default: None EOT 04 4 n n n Description: This command transmits the printer-related status specified by n as follows: n Function 1 Transmit printer status 2 Transmit off-line status 3 Transmit error status 4 Transmit paper roll sensor status ■ Printer transmits the following status n=1: Printer status Bit 0 1 2 3 4 5 6 7 Rev. 1.
SPP-R300 Command Manual n=2: Off-line status Bit 0 1 2 3 4 5 6 7 Off/On Off On Off On Off On On Off On Off On Off Hex 00 02 00 04 00 08 10 00 20 00 40 00 Decimal 0 2 0 4 0 8 16 0 32 0 64 0 Status Fixed Fixed Cover is closed Cover is open Paper is not being fed by using the paper FEED button Paper is being fed by the paper FEED button Fixed No paper-end stop Printing is being stopped No error Error has occurred Fixed n=3: Error status Bit 0 1 2 3 4 5 6 7 Rev. 1.
SPP-R300 Command Manual n=4: paper sensor status Bit 0 1 2,3 4 5,6 7 Remarks: Binary 0 1 00 11 1 00 11 0 Hex 00 02 00 0C 10 00 60 00 Decimal 0 2 0 12 16 0 96 0 Status Not used. Fixed to Off Not used. Fixed to On Paper near end sensor: paper adequate Paper near end sensor: paper near end Not used. Fixed to On Paper end sensor: paper present Paper end sensor: paper not present Not used. Fixed to Off ■ This command can be executed in a real time mode using DLE.
SPP-R300 Command Manual HT Function: Code: Horizontal tab ASCII Hex Decimal HT 09 9 Range: None Default: None Description: This command moves the print position to the next horizontal tab position. If the next horizontal tab position is not specified, this command will be void. Remarks: ■ The horizontal tab position is set by D. ■ With the underline mode turned on, the underline printing is not applied to the tab space created by this command. Differences: Rev. 1.
SPP-R300 Command Manual LF Function: Code: Print and line feed ASCII Hex Decimal LF 0A 10 Range: None Default: None Description: This command prints the data in the print buffer and feeds one line based on the current set line spacing in standard mode. Remarks: ■ In page mode, the printer does not perform actual printing, but moving only the print position to the next line. Differences: None Rev. 1.
SPP-R300 Command Manual FF Function: Code: Form feed (in page mode) ASCII Hex Decimal FF 0C 12 Range: None Default: None Description: This commands prints all data collected in the printer buffer In page mode. After completion of printing, the printer is returned to standard mode. Remarks: ■ The printer is returned to standard mode after completion of printing.
SPP-R300 Command Manual CR Function: Code: Print and carriage return ASCII Hex Decimal CR 0D 13 Range: None Default: None Description: This command prints the data. With auto line feed enabled, it performs printing and one line feeding same as LF. Remarks: ■ Auto line feed is only enabled with a parallel interface using the DIP switch. Differences: None Rev. 1.
SPP-R300 Command Manual DLE Function: Code: Set real-time command mode ASCII Hex Decimal DLE 10 16 Range: None Default: None Description: This command enables commands to be operable in real-time. Remarks: ■ A single command following this command is regarded as a real time command. ■ The real time command is stored into the receive buffer and executed with higher priority than other commands.
SPP-R300 Command Manual CAN Function: Code: Cancel the print data in page mode ASCII Hex Decimal CAN 18 24 Range: None Default: None Description: This command clears the receive buffer and print buffers in page mode. Remarks: ■ This command is effective only in page mode that is set by ESC L. Differences: None Rev. 1.
SPP-R300 Command Manual ESC FF Function: Code: Print data in page mode ASCII Hex Decimal ESC 1B 27 FF 0C 12 Range: None Default: None Description: This command prints the data in the print buffer collectively in page mode. Remarks: ■ ■ ■ ■ Differences: None Rev. 1.00 This command is effective only in page mode that is selectd by ESC L. After printing, the data in the print buffer and setting values are not cleared.
SPP-R300 Command Manual ESC SP Function: Set the character right space Code: ASCII Hex Decimal Range: 0 ≤ n ≤ 255 Default: n=0 Description: ■ This command sets the size of space to right of character. • Right space = n × [horizontal motion units]. Remarks: ■ In a double width mode, the right space will be doubled. ■ Horizontal motion unit varies depending the printer model. Differences: ■ Horizontal motion unit: 0.125mm(1/203 inch) Rev. 1.
SPP-R300 Command Manual ESC ! Function: Set print mode Code: ASCII Hex Decimal Range: 0 ≤ n ≤ 255 Default: n=0 Description: This command selects print mode(s) with bits having following meanings.
SPP-R300 Command Manual ESC $ Function: Code: Set absolute print position ASCII Hex Decimal ESC 1B 27 $ 24 36 nL nL nL nH nH nH Range: 0 ≤ (nL + nH x 256) ≤ 65535 (0 ≤ nH ≤ 255, 0 ≤ nL ≤ 255) Default: None Description: This command specifies the next print starting position in reference to the left edge of the print area. The printing start position is calculated using (nL + nH x 256) x (vertical or horizontal motion units).
SPP-R300 Command Manual ESC * Function: Code: Specify bit image mode ASCII Hex Decimal ESC 1B 27 * 2A 42 m m m nL nL nL nH nH nH Range: m = 0, 1, 32, 33 0 ≤ nL ≤ 255 0 ≤ nH ≤ 3 0 ≤ d ≤ 255 k = nL + nH × 256 [in case of m = 0, 1] k = (nL + nH × 256) × 3 [in case of m = 32, 33] Default: None d1...dk d1...dk d1...dk Description: ■ This command specifies the bit image for the mode m as to the number of dots specified by nL and nH.
SPP-R300 Command Manual ESC – Function: Code: Turn underline mode on/off ASCII Hex Decimal ESC 1B 27 2D 45 n n n Range: 0 ≤ n ≤ 2, 48 ≤ n ≤ 50 Default: n=0 Description: ■ This command enables the print data following it to be printer out underlined.
SPP-R300 Command Manual ESC 2 Function: Code: Select default line spacing ASCII Hex Decimal ESC 1B 27 2 32 50 Range: None Default: None Description: This command sets the default line spacing The default line spacing is approximately 3.75 mm, which is equivalent to 30 dots. Remarks: ■ The line spacing can be set independently in standard mode and in page mode. ■ The setting of this command remains effective until ESC !, ESC @, printer reset or power cycling is executed. Differences: Rev. 1.
SPP-R300 Command Manual ESC 3 Function: Set line spacing Code: ASCII Hex Decimal Range: 0 ≤ n ≤ 255 Default: Corresponding to the default line spacing defined by ESC 2 Description: ■ This command sets the line spacing using a following rule. • Line spacing = n x (vertical or horizontal motion units) Remarks: ■ With standard mode selected, the vertical motion unit is used.
SPP-R300 Command Manual ESC = Function: Code: Select peripheral device ASCII Hex Decimal ESC 1B 27 = 3D 61 n n n Range: 1≤n≤3 Default: n =1 Description: ■ The selection of peripherals according to the n value is as follows. n 1,3 2 Remarks: Function Printer Activation Printer Deactivation ■ When the printer is deactivated, all received data is not recognized, but “ESC =” and real-time commands are recognized. Differences: Rev. 1.
SPP-R300 Command Manual ESC @ Function: Code: Initialize printer ASCII Hex Decimal ESC 1B 27 @ 40 64 Range: None Default: None Description: This command cancels conditions previously set and initializes the printer to the conditions having existed at power on. Remarks: ■ ■ ■ ■ ■ The data in the printer buffer is cleared. The settings of DIP switch are not re-read. The data in the receive buffer is not discarded. All of the settings such as print mode and line feed are cleared.
SPP-R300 Command Manual ESC D Function: Code: Set horizontal tab position ASCII Hex Decimal ESC 1B 27 D 44 68 n1...nk n1...nk n1...nk NUL 00 0 Range: 1 ≤ n ≤ 255 , 0 ≤ k ≤ 32 Default: n=8, 16, 24, 32, 40,....., 232, 240, 248 Description: ■ This command sets the horizontal tab position. • n defines the number of columns from the beginning of the line to the horizontal tab setting. • k denotes the number of horizontal tab positions to be set.
SPP-R300 Command Manual ESC E Function: Turn emphasized mode on / off Code: ASCII Hex Decimal Range: 0 ≤ n ≤ 255 Default: n=0 Description: ■ This command turns emphasized mode on or off by toggling the least significant bit of n like following. • When the LSB of n is 0, emphasized mode is turned off. • When the LSB of n is 1, emphasized mode is turned on. Remarks: ■ The setting of this command remains effective until ESC !, ESC @, printer reset or power cycling is executed.
SPP-R300 Command Manual ESC G Function: Turn double-strike mode on/off Code: ASCII Hex Decimal Range: 0 ≤ n ≤ 255 Default: n=0 Description: ■ This command turns double-strike mode on or off by toggling the least significant bit of n like following. • When the LSB of n is 0, emphasized mode is turned off. • When the LSB of n is 1, emphasized mode is turned on. Remarks: ■ The setting of this command remains effective until ESC !, ESC @, printer reset or power cycling is executed.
SPP-R300 Command Manual ESC J Function: Print and feed paper Code: ASCII Hex Decimal Range: 0 ≤ n ≤ 255 Default: None Description: This command prints the data in the print buffer and feeds the paper [n X vertical motion unit]. Remarks: ■ The maximum feed amount available varies depending on the printer model. ■ With standard mode selected, the vertical motion unit is used.
SPP-R300 Command Manual ESC L Function: Code: Select page mode ASCII Hex Decimal ESC 1B 27 L 4C 76 Range: None Default: None Description: This command switches from standard mode to page mode. Remarks: ■ For printing in page mode, ESC T defines the print direction and starting position that is within the print area specified by ESC W. conditions by the following commands are defined independently in standard mode and page mode.
SPP-R300 Command Manual ESC M Function: Code: Select character font/ MSR card read ASCII Hex Decimal ESC 1B 27 M 4D 77 n n n Range: n = 0,1,2, 48, 49 ,50 ,67, 68, 69, 70, 71, 72, 73 Default: n=0 Description: ▪ Selects only 1byte character fonts ▪ Selects Card reader mode n Function 0, 48 Character font A (12 × 24) selected 1, 49 Character font B (9 × 17) selected 2, 50 Character font C(9 x 24)selected 70 Set 1 track card reader mode 71 Set 2 track card reader mode 72 Set 1,2 track card reader mode
SPP-R300 Command Manual - When set to Track 1 Read mode Normal mode 02H 41H 31H 31H 1CH Max DATA 76 characters (1Track data) 03H 0DH 0AH 1byte sentinel character mode 02H 41H 31H 31H 1CH (Header) 25H (STX) Max DATA 76 characters (1Track data) 3FH (ETX) 03H 0DH 0AH (End) Multi byte sentinel characters mode START characters END characters Max DATA 76 characters (1Track data) 0DH 0AH (Max 10 byte) (Max 10 byte) - When set to Track 2 Read mode Normal mode 02H 42H 31H 31H 1CH Max DATA 37 characters (2Track data)
SPP-R300 Command Manual - When set to Track 1/2 Read mode Normal mode Max DATA 37 Characters Max DATA 76 characters 02H 43H 31H 31H 1CH 1CH 1CH 03H 0DH 0AH (1Track data) (2Track data) 1byte sentinel character mode 02H 43H 31H 31H 1CH Max DATA76 Max DATA37 03H 0DH 3BH 3FH 1CH 3BH 3FH 1CH characters Characters 0AH (STX) (ETX) (Separator) (STX) (ETX) (Header) (1Track data) (2Track data) (End) Multi byte sentinel characters mode START characters Max DATA 76 characters END characters 0DH 0AH (Max 10 byte) (1Trac
SPP-R300 Command Manual 1byte sentinel characters mode 02H Max Max Max 46H 03H DATA104 DATA37 DATA76 31H 3FH 0DH 3FH 1CH 3BH 3FH 1CH 3BH 25H Characters Characters characters 31H (ETX) 0AH (ETX) (Separator) (STX) (ETX) (Separator) (STX) (STX) (3Track (2Track (1Track 1CH (End) data) data) data) 1CH (Header) Multi byte sentinel character mode START characters Max DATA 76 characters END characters 0DH 0AH (Max 10 byte) (1Track data) (Max 10 byte) START characters Max DATA 37 characters END characters 0DH 0AH (M
SPP-R300 Command Manual ■ The manual reading of a magnetic card is activated with MSR setting value of 41H that is set by SPP-R300 Unified Utility. In this case, ESC M should be sent to the printer to receive the magnetic card read output prior to swiping the card. In other cases, the printer receives automatically the output whenever the card is read. Remarks: ■ The printer model has it own configuration of Font A and B.
SPP-R300 Command Manual ESC R Function: Code: Specify international character set ASCII Hex Decimal ESC 1B 27 R 52 82 n n n Range: 0≤ n≤10 Default: n=0 Description: This command specifies international characters according to n values. n Character set n Character set 0 U.S.A 7 Spain I 1 France 9 Norway 2 Germany 10 Denmark II 3 U.
SPP-R300 Command Manual ESC S Function: Code: Select standard mode ASCII Hex Decimal ESC 1B 27 S 53 83 Range: None Default: None Description: This command enables standard mode. Remarks: ■ The data in the printer buffer is cleared and the setting by ESC W returns to the default. ■ The conditions by the following commands are defined independently in standard mode and page mode. • ESC SP, ESC 2, ESC 3, ESC U, and FS S ■ In standard mode, CAN, ESC FF, GS $, and GS \ are ignored. Differences: Rev.
SPP-R300 Command Manual ESC T Function: Code: Select print direction in page mode ASCII Hex Decimal ESC 1B 27 T 54 84 n n n Range: 0 ≤ n ≤ 3, 48 ≤ n ≤ 51 Default: n=0 Description: This command selects the print direction and starting position in page mode. n Print Direction Starting Position 0,48 Left right Upper left 1,49 Bottom to top Lower left 2,50 Right left Lower right 3,51 Top bottom Upper right Remarks: ■ The print direction set by this command id not effective in standard mode.
SPP-R300 Command Manual ESC W Function: Code: Set print area in page mode ASCII Hex Decimal ESC 1B 27 W 57 87 xL xL xL xH xH xH yL yL yL yH yH yH dxL dxL dxL dxH dxH dxH dyL dyL dyL dyH dyH dyH Range: 0 ≤ (xL + xH x 256) ≤ 65535 (0 ≤ xL ≤ 255, 0 ≤ xH ≤ 255) 0 ≤ (yL + yH x 256) ≤ 65535 (0 ≤ yL ≤ 255, 0 ≤ yH ≤ 255) 1 ≤ (dxL + dxH x 256) ≤ 65535 (0 ≤ dxL ≤ 255, 0 ≤ dxH ≤ 255) 1 ≤ (dyL + dyH x 256) ≤ 65535 (0 ≤ dyL ≤ 255, 0 ≤ dyH ≤ 255) Default: When paper width of 72mm is selected: (xL + xH x 25
SPP-R300 Command Manual ■ The setting of this command remains effective until ESC !, ESC @, printer reset or power cycling is executed. Differences: Rev. 1.
SPP-R300 Command Manual ESC \ Function: Code: Set relative print position ASCII Hex Decimal ESC 1B 27 \ 5C 92 nL nL nL nH nH nH Range: 0 ≤ (nL + nH x 256) ≤ 65535 (0 ≤ nL 255, 0 ≤ nH ≤ 255) Default: None Description: ■ This command sets the print starting position based on the current position to [(nL + nH × 256) × horizontal or vertical motion unit] • The print starting position is moved to (nL + nH x 256)in the right direction based on the current position.
SPP-R300 Command Manual ESC a Function: Code: Set position alignment ASCII Hex Decimal ESC 1B 27 a 61 97 n n n Range: 0 ≤ n ≤2, 48 ≤ n ≤50 Default: n=0 Description: This command specifies position alignment for all data in one line in standard mode, using n as follows: n Alignment 0, 48 Left alignment 1, 49 Center alignment 2, 50 Right alignment Remarks: ■ This command is not effective in page mode.
SPP-R300 Command Manual ESC d Function: Print and feed n lines. Code: ASCII Hex Decimal Range: 0 ≤ n ≤ 255 Default: None Description: This command feeds the paper by n lines after printing the data in the print buffer. Remarks: ■ The per-line paper feed amount is based on the value set by the line spacing related commands, ESC 2 and ESC 3. ■ In page mode, this command moves only the print position, not performing actual print.
SPP-R300 Command Manual ESC t Function: Code: Select character code table ASCII Hex Decimal ESC 1B 27 t 74 116 n n n Range: 0 ≤ n ≤ 5, 16 ≤ n ≤ 19, 21 ≤ n ≤ 31, 33 ≤ n ≤ 41, n=255 Default: For model not supporting Thai character: n=0 For model supporting Thai character support : n = 20 Description: This command specifies code page according to the value of n as follows: n Code page 0 Page 0 437 (USA, Standard Europe) 1 Page 1 Katakana 2 Page 2 850 (Multilingual) 3 Page 3 860 (Portuguese) 4 Page 4
SPP-R300 Command Manual n 26 27 28 29 30 31 33 34 35 36 37 38 39 40 41 42 47 255 Code page Page 26 1257 (Baltic) Page 27 Farsi Page 28 1251 (Cyrillic) Page 29 737 (Greek) Page 30 775 (Baltic) Page 31 Thai14 Page 33 1255 (Hebrew New code) Page 34 Thai 11 Page 35 Thai 18 Page 36 855 (Cyrillic) Page 37 857 (Turkish) Page 38 928 (Greek) Page 39 Thai 16 Page 40 1256 (Arabic) Page 41 1258 (Vietnam) Page 42 KHMER(Cambodia) Page 47 1250 (Czech) User Code Page (Space) Remarks: ■ The setting of this command remain
SPP-R300 Command Manual ESC { Function: Turns upside-down printing mode on/off Code: ASCII Hex Decimal Range: 0 ≤ n ≤ 255 Default: n=0 Description: This command selects/deselects upside-down printing mode according to the least significant bit as follows. LSB Upside-down mode 0 Turned off 1 Turned on Remarks: ■ This command is valid only when entered at the beginning of the line. ESC 1B 27 { 7B 123 n n n ■ The upside-down print mode has no effect in page mode.
SPP-R300 Command Manual FS & Function: Code: Select Kanji character mode ASCII Hex Decimal FS 1C 28 & 26 38 Range: None Default: None Description: This command sets Kanji character mode. Remarks: ■ This command is available only for the Japanese, Chinese, and Korean models. ■ Kanji codes are comprised of 2 bytes and processed in order of the first and second byte. ■ The setting of this command remains effective until ESC !, ESC @, printer reset, power cycling or FS is executed.
SPP-R300 Command Manual FS . Function: Code: Cancel Kanji character mode ASCII Hex Decimal FS 1C 28 . 2E 46 Range: None Default: None Description: This command cancels Kanji character mode. Remarks: ■ This command is available only for the Japanese, Chinese, and Korean models. ■ Kanji character mode is enabled using FS &. ■ Once Kanji character mode is canceled, the printer processes a character code as 1-byte code of alphanumeric characters.
SPP-R300 Command Manual GS ! Function: Code: Select character size ASCII Hex Decimal GS 1D 29 ! 21 33 n n n Range: 0 ≤ n ≤ 255 (1 ≤ Vertical enlargement ≤ 8, 1 ≤ Horizontal enlargement ≤ 8) Default: n=0 Description: ■ This command selects the character height and width using bits 0 to 3, and bits 4 to 7 respectively as follows: Bit 0 1 2 3 4 5 6 7 Rev. 1.
SPP-R300 Command Manual • Table 1 [Enlarged in horizontal direction] Hex 00 10 20 30 40 50 60 70 Decimal 0 16 32 48 64 80 96 112 Enlargement 1 time (standard) 2 times 3 times 4 times 5 times 6 times 7 times 8 times • Table 2 [Enlarged in vertical direction] Hex 00 01 02 03 04 05 06 07 Remarks: Decimal 0 1 2 3 4 5 6 7 Enlargement 1 time (standard) 2 times 3 times 4 times 5 times 6 times 7 times 8 times ■ The character size set by this command is valid for alphanumeric, user-defined characters, multi-
SPP-R300 Command Manual GS $ Function: Code: Set absolute vertical print position in page mode ASCII Hex Decimal GS 1D 29 $ 24 36 nL nL nL nH nH nH Range: 0 ≤ (nL + nH x 256) ≤ 65535 (0 ≤ nL ≤ 255, 0 ≤ nH ≤ 255) Default: None Description: This command sets the absolute vertical print starting position to [(nL + nH × 256) × (vertical or horizontal motion unit)]. Remarks: ■ This command is activated only in page mode and ignored in standard mode.
SPP-R300 Command Manual GS ( A Function: Code: Execute test print ASCII Hex Decimal GS 1D 29 ( 28 40 A 41 65 pL pL pL pH pH pH n n n m m m Range: (pL + pH x 256) = 2 (pL=2, pH=0) 0 ≤ n ≤ 2, 48 ≤ n ≤ 50 1 ≤ m ≤ 3, 49 ≤ m ≤ 51 Default: None Description: ■ This command prints a specified pattern for testing on a roll paper.
SPP-R300 Command Manual GS ( F Function: Set black mark control functions Code: None Range: None Default: None Description: ■ This command performs various functions to control the black mark(BM) paper as follows: m Format Function Sets the paper feed amount to adjust the print starting position after 1 GS ( F pL pH m a nL nH sensing BM. Sets the paper feed amount to adjust the paper cutting position after sensing BM. 112 GS ( F pL pH m aL aH bL bH Specifies the black mark paper format.
SPP-R300 Command Manual GS ( F pL pH m a nL nH (m=1) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 F 46 70 pL 04 4 pH 00 0 m 01 1 a a a nL nL nL nH nH nH Range: (pL + pH × 256) = 4 (pL = 4, pH = 0) m=1 a = 0, 48 0 ≤ (nL + nH × 256) ≤ 65535 (0 ≤ nL ≤ 255, 0 ≤ nH ≤ 255) Default: nL = 0, nH = 0 Description: ■ This command sets the value for the adjustment of print starting position after sensing BM.
SPP-R300 Command Manual GS ( F pL pH m a nL nH (m=2) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 F 46 70 pL 04 4 pH 00 0 m 02 2 a a a nL nL nL nH nH nH Range: (pL + pH × 256) = 4 (pL = 4, pH = 0) m=2 a = 0, 48 0 ≤ (nL + nH × 256) ≤ 65535 (0 ≤ nL ≤ 255, 0 ≤ nH ≤ 255) Default: nL = 0, nH = 0 Description: ■ This command sets the value for the adjustment of paper cutting position after sensing BM.
SPP-R300 Command Manual GS ( F pL pH m aL aH bL bH (m=112) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 F 46 70 pL 05 5 pH 00 0 m 70 112 aL aL aL aH aH aH bL bL bL bH bH bH Range: (pL + pH × 256) = 5 (pL = 5, pH = 0) m = 112 0 ≤ (aL + aH × 256) ≤ 65535 (0 ≤ aL ≤ 255, 0 ≤ aH ≤ 255) 0 ≤ (bL + bH × 256) ≤ 65535 (0 ≤ bL ≤ 255, 0 ≤ bH ≤ 255) Default: aL = 141, aH = 0 (BM height(top of a BM ~ bottom of BM): 20 mm) bL = 20, bH = 11 (BM interval(top of a BM ~ top of next BM): 400 mm) Desc
SPP-R300 Command Manual GS ( k Function: Specify and print the symbol Code: None Range: None Default: None Description: ■ This command processes the data concerning two-dimensional code. • Symbol type is specified by cn. • Function code is specified by fn. cn 48 49 50 51 Rev. 1.
SPP-R300 Command Manual cn 48 49 50 51 Rev. 1.
SPP-R300 Command Manual Remarks: PDF417 symbol data (when cn=48) ■ The symbol data is defined, stored to the symbol storage area by Function 080 and printed by the specification of ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ ■ Rev. 1.00 Function 081. The symbol data in the area remains reserved until the following processes are executed: • Performing Function 080 • Performing ESC @ • Performing the printer reset and power-off The setting values of Functions 065 to 070 are utilized for the processing of Function 080 or 082.
SPP-R300 Command Manual ■ The same symbol data is repeatedly printed by executing Function 281 after performing Function 280. ■ The same symbol data is printed differently by executing Function 281 after setting the mode by using Functions 265. DATAMATRIX Symbol Data (cn=51) ■ The symbol data is defined, stored to the symbol storage area by Function 380 and printed by the specification of Function 381.
SPP-R300 Command Manual GS ( k pL pH cn fn n (fn=65) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 30 48 fn 41 65 n n n Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=48, fn=65 0 ≤ n ≤ 30 Default: n=0 Description: ■ This command specifies the number of columns in the data area of PDF417. • When n=0, automatic processing is set • When n is not 0, the number of columns of the data area is set to n code word.
SPP-R300 Command Manual GS ( k pL pH cn fn n (fn=66) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 30 48 fn 42 66 n n n Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=48, fn=66 n=0, 3 ≤ n ≤ 90 Default: n=0 Description: ■ This command specifies the number of rows in the data area of PDF417. • When n=0, automatic processing is set • When n is not 0, the number of rows is set to n rows.
SPP-R300 Command Manual GS ( k pL pH cn fn n (fn=67) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 30 48 fn 43 67 n n n Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=48 fn=67 2≤n≤3 Default: n=3 Description: This command sets the width of the module of PDF417 symbol to n dots. Remarks: ■ Settings of this command affect the processing of Functions 081 and 082. ■ The setting unit for printer models varies.
SPP-R300 Command Manual GS ( k pL pH cn fn n (fn=68) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 30 48 fn 44 68 n n n Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=48 fn=68 2≤n≤8 Default: n=3 Description: This command sets the module height of PDF417 to [the module width x n] Remarks: ■ Settings of this command affect the processing of Functions 081 and 082.
SPP-R300 Command Manual GS ( k pL pH cn fn m n (fn=69) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 04 4 pH 00 0 Cn 30 48 fn 45 69 m m m Range: (pL + pH x 256) = 4 (pL=4, pH=0) cn=48 fn=69 m=48 48 ≤ n ≤ 56 0≤n≤8 Default: None Description: ■ This command specifies the error correction level for PDF417. • The error correction level is set by “level” Remarks: ■ Settings of this function affect the processing of Functions 081 and 082.
SPP-R300 Command Manual GS ( k pL pH cn fn m (fn=70) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 30 48 fn 46 70 m m m Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=48 fn=70 m=0,1 Default: m=0 Description: This command selects the option for PDF417. m Function 0 Select the standard PDF417 1 Select the simplified PDF417 Remarks: ■ Settings of this function affect the processing of Functions 081 and 082.
SPP-R300 Command Manual GS ( k pL pH cn fn m d1...dk (fn=80) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL pL pL pH pH pH cn 30 48 fn 50 80 m 30 48 d1...dk d1...dk d1...dk Range: 4 ≤ (pL + pH x 256) ≤ 65535 (0 ≤ pL ≤ 255, 0 ≤ pH ≤ 255) cn=48 fn=80 m=48 0 ≤ d ≤ 255 k = (pL + pH x 256) – 3 Default: None Description: This command stores the PDF417 symbol data (d1...dk) in the symbol storage area.
SPP-R300 Command Manual GS ( k pL pH cn fn m (fn=81) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 30 48 fn 51 81 m m m Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=48 fn=81 m=48 Default: None Description: This command encodes and prints the PDF417 symbol data in the symbol save area. Remarks: ■ In standard mode, this command is available only when printer is at the beginning of a line or the printer buffer is empty.
SPP-R300 Command Manual ■ The data area includes the following codewords: • Data specified by Function 080. • The descriptor of symbol length. (the first code word in the data area) • The error correction code word calculated by modulus 929. • Pad codeword. ■ When automatic processing (Function 065) is specified, the number of columns is calculated using the following ■ ■ ■ ■ ■ Differences: Rev. 1.
SPP-R300 Command Manual GS ( k pL pH cn fn m (fn=82) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 30 48 fn 52 82 m m m Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=48 fn=82 m=48 Default: None Description: This command encodes and sends the size information of the PDF417 symbol data in the symbol storage area. Remarks: ■ In standard mode, this command is available only when printer is at the beginning of a line or the printer buffer is empty.
SPP-R300 Command Manual ■ The following data indicates whether or not printing of the symbol is possible: Hex 30H 31H Decimal 48 49 Condition Printing is possible Printing is impossible ■ The quiet zone is not included in the printing data. Be sure to include the adequate quiet zone for executing of this command. Differences: Rev. 1.
SPP-R300 Command Manual GS ( k pL pH cn fn n1 n2 (fn=65) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 04 4 pH 00 0 cn 31 49 fn 41 65 n1 n1 n1 n2 n2 n2 Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=49 fn=65 n1 = 49, 50 n2 =0 Default: n1=50, n2 =0 Description: This command sets the QR Code model as follows: n1 Function 49 Model 1 50 Model 2 Remarks: ■ The setting of this command affects and .
SPP-R300 Command Manual GS ( k pL pH cn n (fn=67) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 31 49 fn 43 67 n n n Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=49 fn=67 0<=n<9 Default: n=3 Description: This command sets the size of the QR Code module to n dots. Remarks: ■ The setting of this command affects the processing of and .
SPP-R300 Command Manual GS ( k pL pH cn n (fn=69) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 31 49 fn 45 69 n n n Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=49 fn=69 48≤n≤51 Default: n=48 Description: This command sets the error correction level for QR Code.
SPP-R300 Command Manual GS ( k pL pH cn fn m d1...dk (fn=80) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL pL pL pH pH pH cn 31 49 fn 50 80 m 30 48 d1...dk d1...dk d1...dk Range: 4 ≤ (pL + pH x 256) ≤7092 (0 ≤ pL ≤ 255, 0 ≤ pH ≤ 27) cn=49 fn=80 m=48 0 ≤ d ≤ 255 k = (pL + pH x 256) – 3 Default: None Description: This command saves symbol data of the QR Code to the symbol storage area.
SPP-R300 Command Manual GS ( k pL pH cn fn m (fn=81) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 31 49 fn 51 81 m m m Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=49 fn=81 m=48 Default: None Description: This command encodes and prints QR Code symbol data saved in the symbol storage area. Remarks: ■ In standard mode, this command is available only when printer is at the beginning of a line or the printer buffer is empty.
SPP-R300 Command Manual ■ The following data is automatically added by the encoding processing: • Position sensor pattern • Segregator for the position sensor pattern • Timing pattern • Format information • Version information • Error correction code text • Pad code text • Indicator for counting bits of bytes • Mode indicator • Concluder • Queue pattern (when model 2 is selected) • Expansion pattern (when model 1 is selected) ■ Except for character size and upside-down printing mode, none of print mode such
SPP-R300 Command Manual GS ( k pL pH cn fn m (fn=82) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 31 49 fn 52 82 m m m Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=49 fn=82 m=48 Default: None Description: This command transmits the size information of the QR Code symbol data encoded by Function 180. Remarks: ■ In standard mode, this command is available only when printer is at the beginning of a line or the printer buffer is empty.
SPP-R300 Command Manual ■ The following data indicates whether or not printing of the symbol is possible: Hex 30H 31H Decimal 48 49 Condition Printing is possible Printing is impossible ■ The quiet zone is not included in size information. Differences: Rev. 1.
SPP-R300 Command Manual GS ( k pL pH cn fn n1 n2 (fn=65) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 32 50 fn 41 65 n n n Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=50 fn=65 50 ≤ n ≤ 52 Default: n = 50 Description: This command selects the mode for Maxi Code n Function 50 Mode 2 Setting 51 Mode 3 Setting 52 Mode 4 Setting Remarks: ■ The setting of this command affects and .
SPP-R300 Command Manual GS ( k pL pH cn fn m d1...dk (fn=80) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL pL pL pH pH pH cn 32 50 fn 50 80 m 30 48 d1...dk d1...dk d1...dk Range: 4 ≤ (pL + pH x 256) ≤ 141 (4 ≤ pL ≤141, 0 ≤ pH ≤0) cn=50 fn=80 m=48 0 ≤ d ≤ 255 k = (pL + pH x 256) – 3 Default: None Description: This command stores Maxi Code symbol data in the symbol storage area.
SPP-R300 Command Manual GS ( k pL pH cn fn m (fn=81) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 32 50 fn 51 81 m m m Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=50 fn=81 m=48 Default: None Description: This command encodes and prints Maxi Code symbol data saved in the storage area. Remarks: ■ In standard mode, this command is available only when printer is at the beginning of a line or the printer buffer is empty.
SPP-R300 Command Manual ■ Modes 2 and 3 are executed according to the following procedures: (RS, GS indicates the control code of MAXI CODE. y indicates the 2-byte numeric data.) a) 9-byte data including ” [)>”,”RS”,”01”,”GS”,”yy” are regarded as the Header. • The next data following the Header is the Primary Message. • When printing, the Header is placed at the beginning of the Secondary Message. b) When Header data is absent, the data is regarded as Primary Message.
SPP-R300 Command Manual GS ( k pL pH cn n (fn=67) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 33 51 fn 43 67 n n n Range: (pL + pH x 256) = 3 (pL=3, pH=0) cn=51 fn=67 2≤n≤3 Default: n=3 Description: This command sets the DATAMATRIX Code size. Remarks: ■ This command affects the execution of . ■ The setting of this command remains effective until ESC @, printer reset or power cycling is executed.
SPP-R300 Command Manual GS ( k pL pH cn fn m d1...dk (fn=80) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL pL pL pH pH pH cn 33 51 fn 50 80 m 30 48 d1...dk d1...dk d1...dk Range: 0 ≤ (pL + pH x 256) ≤ 3116 (0≤ pL ≤255, 0 ≤ pH ≤13) cn=51 fn=80 m=48 0 ≤ d ≤ 255 k = (pL + pH x 256) – 3 Default: None Description: This command stores DATAMATRIX symbol data in the symbol storage area.
SPP-R300 Command Manual GS ( k pL pH cn fn m (fn=81) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 k 6B 107 pL 03 3 pH 00 0 cn 33 51 fn 51 81 m m m Range: pL + pH x 256) = 3 (pL=3, pH=0) cn=51 fn=81 m=48 Default: None Description: This command encodes and prints DATAMATRIX symbol data saved in the storage area. Remarks: ■ In standard mode, this command is available only when printer is at the beginning of a line or the printer buffer is empty.
SPP-R300 Command Manual ■ In standard mode, the paper feed amount set by the paper feed setting command does not affect printing of the symbol. The printing position returns to the left side of the printable area after printing the symbol. ■ In page mode, the printer stores the symbol data in the print buffer without executing actual printing. ■ The quiet zone is not included in the printing data. Be sure to include the adequate quiet zone for executing of this command. Differences: Rev. 1.
SPP-R300 Command Manual GS ( E Function: Set NV user memory area Code: None Range: None Default: None Description: This command stores the customized values to the NV user memory area and uses them for the printer operation. The table below explains the functions available in this command. Executes commands related to the user setting mode by specifying the function code fn. fn Format No.
SPP-R300 Command Manual GS ( E pL pH fn d1 d2 Code: ASCII Hex Decimal GS 1D 29 ( 28 40 E 45 69 pL pL pL pH pH pH fn fn fn d1 d1 d1 (fn=1) d2 d2 d2 Range: (pL + pH x 256) = 3 fn=1 d1=73, d2=78 (pL=3, pH=0) Default: None Description: This command starts the user setting mode, enabling the printer to notify that the mode has changed as follows: [Mode change feedback] Hexadecimal Decimal Number of Data Header 37H 55 1 byte Flag 20H 32 1 byte NUL 00H 0 1 byte Remarks: ■ This comman
SPP-R300 Command Manual GS ( E pL pH fn d1 d2 d3 Code: ASCII Hex Decimal GS 1D 29 ( 28 40 E 45 69 pL pL pL pH pH pH fn fn fn d1 d1 d1 (fn=2) d2 d2 d2 d3 d3 d3 Range: (pL + pH x 256) = 4 (pL=4, pH=0) fn=2 d1=79, d2=85, d3=84 Default: None Description: This command terminates the user setting mode and performs a software reset. Remarks: ■ This command activates setting items set in the user setting mode.
SPP-R300 Command Manual GS ( E pL pH fn [a1 b18...b11]...[ak bk8...bk1] Code: ASCII Hex Decimal GS 1D 29 ( 28 40 E 45 69 pL pL pL pH pH pH fn fn fn (fn=3) [b18...b11]... [bk8...bk1] [b18...b11]... [bk8...bk1] [b18...b11]... [bk8...
SPP-R300 Command Manual Msw Value Function 48 2 byte character mode not selected 1-4 49 2 byte character mode selected 48 Print speed 100mm/s 1-5 49 Print speed 50mm/s 1-6 48 Reserved • The print density adjusts the darkness of characters to be printed. • 2-byte character mode is selected to support for Chinese, Japanese, and Korean model. • The printer supports 2 different printing speeds, 80 and 50mm/sec. Please be sure that the printing quality at higher speed may be worse than at the lower.
SPP-R300 Command Manual Msw2-8 48 48 48 48 48 48 48 48 48 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 49 48 Rev. 1.
SPP-R300 Command Manual ■ The setting items of the memory switch 5 are as follows: Specify the length of idle time before the printer enters the power-down mode. • Range of idle time: 0 sec ≤ idle time ≤ 90 sec When memory switch value is 0, the power-down mode is not active Rev. 1.
SPP-R300 Command Manual ■ The setting items of the memory switch 6 are as follows: Set the standby time before the printer enters the power saving mode. • Range of standby time: 10 sec ≤ standby time ≤ 255 sec When memory switch value is 0, the power saving mode does not work.
SPP-R300 Command Manual ■ The setting items of the memory switch 8 are as follows: • Either the character font A or B or C is selected. • The beep is activated for the audible paper empty warning signal. • The beep is activated for the audible low battery warning signal. • The label printing is available by the setting.
SPP-R300 Command Manual beginning parts and the end parts of each track data. -1Track sentinel characters: STX (%), EXT (?) -2Track sentinel characters: STX (;), EXT (?) -3Track sentinel characters: STX (;), EXT (?) - When set to Multi-byte sentinel characters mode, the header and the footer, which have been used in normal mode, are not used any more and the specified Start characters and End characters are added to the beginning parts and the end parts of each track data to be transmitted.
SPP-R300 Command Manual GS ( E pL pH fn a Code: ASCII Hex Decimal GS 1D 29 ( 28 40 E 45 69 pL pL pL pH pH pH fn fn fn (fn=4) a a a Range: (pL + pH x 256) = 2 fn=4 a=1, 2, 5, 6, 7, 8 Default: None Description: This command transmits the setting value of the memory switch corresponding to a.
SPP-R300 Command Manual GS ( E pL pH fn a d1….dk (fn=11) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 E 45 69 pL pL pL pH pH pH fn 0B 11 a a a d1 d1 d1 dk dk dk Range: 3≤ (pL + pH x 256) ≤8 fn=11, 1≤a ≤ 4 48≤d≤57 [a=1] 48≤d≤50 [a=2] d=48,49 [a=3] d=55,56 [a=4] 1≤k<=6 Default: d1..dk=”115200” [a=1] d=48[a=2] d=48[a=3] d=56[a=4] Description: Sets the configuration item for the serial interface specified by a to the values specified by d1..
SPP-R300 Command Manual Baud rate is specified as follows: (1 ≤ k ≤ 6) d11~dk1 Function “115200” Baud rate 115200 “57600” Baud rate 57600 “38400” Baud rate 38400 “19200” Baud rate 19200 “9600” Baud rate 9600 “4800” Baud rate 4800 “2400” Baud rate 2400 Parity (a=2) is specified by d as follows: d Function 48 Select no parity 49 Select odd parity 50 Select even parity Flow control(a=3) is specified by d as follows: d Function 48 Select flow control DTR/DSR 49 Select flow control XON/XOFF Data Length(a=4) is s
SPP-R300 Command Manual GS ( E pL pH fn a Code: ASCII Hex Decimal GS 1D 29 ( 28 40 E 45 69 pL pL pL pH pH pH fn fn fn (fn=12) a a a Range: (pL + pH x 256) = 2 (pL=2, pH=0) fn=12, 1 ≤ a ≤ 4 Default: None Description: ■ This command transmits the communication conditions of the serial interface according to a as follows: a 1 2 3 4 Communication Condition Baud rate Parity Flow control Data length ■ The data format to be transmitted is as follows: Hexadecimal Decimal Header 37H
SPP-R300 Command Manual ■ Configuration of the setting value • When the baud rate (a=1) is specified: Baud rate (bps) 2400 4800 9600 19200 38400 57600 115200 d1 50 52 57 49 51 53 49 d2 52 56 54 57 56 55 49 d3 48 48 48 50 52 54 53 d4 48 48 48 48 48 48 50 d5 ---48 48 48 48 d6 ------48 • When the parity setting (a=2) is specified: d1 48 49 50 Parity No parity Odd parity Even parity • When the flow control setting (a=3) is specified: d1 48 49 Flow control DTR / DSR (Fixed) XON / XOFF • When the da
SPP-R300 Command Manual GS ( L, GS 8 L Function: Code: Select graphics data ASCII Hex Decimal GS 1D 29 ( 28 40 L 4C 76 pL pL pL pH pH pH m m m fn fn fn ASCII Hex Decimal GS 1D 29 8 38 56 L 4C 76 p1 p1 p1 p2 p2 p2 p3 p3 p3 p4 p4 p4 [parameter] [parameter] [parameter] m m m fn fn fn [parameter] [parameter] [parameter] Range: None Default: None Description: This command processes graphics data according to the function code (fn). fn Format Function No.
SPP-R300 Command Manual ■ pL, pH specifies the number of bytes following pH using (pL + pH x 256). ■ Since frequent writing operation could cause the damage to the NV memory, it is recommended to write only when being required. ■ While storing data by this command, the printer is in BUSY state where receiving of data is not available. Therefore, it is not recommended to send data during this process. ■ The real time commands and ASB operations are not allowed during NV memory operation process.
SPP-R300 Command Manual GS ( L pL pH m fn Code: ASCII Hex Decimal GS 1D 29 ( 28 40 L 4C 76 pL pL pL pH pH pH m m m (fn=0, 48) fn fn fn Range: (pL + pH x 256) = 2 (pL=2, pH=0) m=48, fn=0, 48 Default: None Description: ■ Transmits the total capacity of the NV bit-image memory (number of bytes in the memory area).
SPP-R300 Command Manual BS ^ L pL pH fn (fn=2, 50) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 L 4C 76 pL pL pL pH pH pH m m m fn fn fn Range: (pL + pH x 256) = 2 (pL=2, pH=0) m=48, fn=2, 50 Default: None Description: This command prints the graphics data defined by the process of Function 112. Remarks: ■ ■ ■ ■ Differences: ■ This command is available in both standard and page modes. Rev. 1.00 The graphics data stored in the printer buffer is printed.
SPP-R300 Command Manual GS ( L pL pH m fn Code: ASCII Hex Decimal GS 1D 29 ( 28 40 L 4C 76 pL pL pL pH pH pH m m m (fn=3, 51) fn fn fn Range: (pL + pH x 256) = 2 (pL=2, pH=0) m=48, fn=3, 51 Default: None Description: ▪ Transmits the number of bytes of remaining memory (unused area) in the NV user memory.
SPP-R300 Command Manual GS ( L pL pH m fn d1 d2 Code: ASCII Hex Decimal GS 1D 29 ( 28 40 L 4C 76 pL pL pL pH pH pH Range: (pL + pH x 256) = 4 (pL=4, pH=0) m=48 fn=64 d1=75, d2=67 Default: None Description: ■ Transmits the defined NV graphics key code list.
SPP-R300 Command Manual ■ After the [Header-NULL] is transmitted, the printer receives a response from the host; then it performs the process defined by the response. (See the tables below.) - When the status (existence of the next data block) is Hexadecimal = 41H / Decimal = 65 Response Process performed ASCII Decimal ACK 6 Transmits the next data. NAK 21 Transmits the previous data again. CAN 24 Ends the process.
SPP-R300 Command Manual GS ( L pL pH m fn d1 d2 d3 Code: ASCII Hex Decimal GS 1D 29 ( 28 40 L 4C 76 pL pL pL pH pH pH m m m fn fn fn (fn=65) d1 d1 d1 d2 d2 d2 d3 d3 d3 Range: (pL + pH x 256) = 5 (pL=5, pH=0) m=48 fn=65 d1=67, d2=76, d3=82 Default: None Description: This command removes all defined NV graphics data. Remarks: ■ The graphics data is define by Function 67 into the NV graphics memory with the sector dedicated for storing NV graphics data. Differences: Rev. 1.
SPP-R300 Command Manual GS ( L pL pH m fn kc1 kc2 Code: ASCII Hex Decimal GS 1D 29 ( 28 40 L 4C 76 pL pL pL pH pH pH m m m fn fn fn (fn=66) kc1 kc1 kc1 kc2 kc2 kc2 Range: (pL + pH x 256) = 4 (pL=4, pH=0) m=48 fn=66 32 ≤ kc1 ≤ 126 32 ≤ kc2 ≤ 126 Default: None Description: This command deletes the NV graphics data corresponding to kc1 and kc2. Remarks: ■ The graphics data is define by Function 67.
SPP-R300 Command Manual GS ( L pL pH m fn a kc1 kc2 b xL xH yL yH [c d1...dk]1...[c d1...dk]b (fn=67) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 L 4C 76 pL pH m fn a kc1 kc2 b xL xH yL yH [c d1...dk]1...[c d1...dk]b pL pH m fn a kc1 kc2 b xL xH yL yH [c d1...dk]1...[c d1...dk]b pL pH m fn a kc1 kc2 b xL xH yL yH [c d1...dk]1...[c d1...
SPP-R300 Command Manual GS ( L pL pH m fn kc1 kc2 b x y (fn=69) Code: ASCII Hex Decimal GS 1D 29 ( 28 40 L 4C 76 pL pL pL pH pH pH m m m fn fn fn Range: (pL + pH x 256) = 6 (pL=6, pH=0) m=48, fn=69 32 ≤ kc1 ≤ 126 32 ≤ kc2 ≤ 126 x=1, 2 y=1, 2 Default: None Description: ■ Remarks: ■ This command prints the NV graphics data defined by Function 67. ■ In page mode, this command is not effective. ■ NV graphics data beyond the print area for one line is not printed.
SPP-R300 Command Manual GS ( L pL pH m fn a bx by c xL xH yL yH d1...dk Code: ASCII Hex Decimal GS 1D 29 ( 28 40 L 4C 76 (fn=112) pL pH m fn a bx by c xL xH yL yH d1...dk pL pH m fn a bx by c xL xH yL yH d1...dk pL pH m fn a bx by c xL xH yL yH d1...
SPP-R300 Command Manual GS : Function: Code: Start/end macro definition ASCII Hex Decimal GS 1D 29 : 3A 58 Range: None Default: None Description: ■ This command starts or ends macro definition. Remarks: ■ The printer starts macro definition during normal operation and finishes it during macro definition upon receiving this command. ■ The printer performs printing during macro definition. ■ The macro is executed by GS ^.
SPP-R300 Command Manual GS B Function: Turns white/black reverse printing mode on / off Code: ASCII Hex Decimal Range: 0 ≤ n ≤ 255 Default: n=0 Description: ■ This command selects white/black reverse printing mode by setting the least significant bit of n. • When the LSB of n is 0, white/black reverse mode is turned off. • When the LSB of n is 1, white/black reverse mode is turned on. Remarks: ■ ■ ■ ■ Differences: None Rev. 1.
SPP-R300 Command Manual GS H Function: Code: Selects print position of HRI characters ASCII Hex Decimal GS 1D 29 H 48 72 n n n Range: 0 ≤ n ≤ 3, 48 ≤ n ≤ 51 Default: n=0 Description: ■ This command selects the printing position of HRI (Human Readable Interpretation) characters when printing a bar code.
SPP-R300 Command Manual GS I Function: Transmits printer ID Code: ASCII Hex Decimal Range: 1 ≤ n ≤ 69 Default: None Description: ■ This command transmits the printer ID or information.
SPP-R300 Command Manual Differences: ■ The printer ID is shown according to printer models as follows: Printer ID SPP-R300 1(Printer model ID) 0x41 Type ID varies depending on functions the printer supports as follows: - 0x01 (Multi-byte character) - 0x02 (Autocutter) 2(Type ID) - 0x03 (Autocutter + Multi-byte character) - 0x04 (Customer display) - 0x05 (Multi-byte character + Display) - 0x07 (Customer display + Autocutter + Multi-byte Character) 3(Printer feature ID) 0x69 66(Manufacturer) BIXOLO
SPP-R300 Command Manual GS I b Function: Code: Transmits battery status ASCII Hex Decimal GS 1D 29 I 49 73 b 62 98 Range: None Default: None Description: ■ This command transmits the battery power status of the printer.
SPP-R300 Command Manual GS L Function: Code: Set left margin ASCII Hex Decimal GS 1D 29 L 4C 76 nL nL nL nH nH nH Range: 0 ≤ nL ≤ 255, 0 ≤ nH ≤ 255 Default: (nL + nH x 256)=0 (nL=0, nH=0) Description: This command sets the left margin specified to [(nL + nH x 256) x (horizontal motion units)]. Remarks: ■ The left margin is not effective in page mode. If the left margin is enabled in page mode, the setting is available when the printer returns to standard mode.
SPP-R300 Command Manual GS T Function: Code: Set print position to the beginning of print line GS 1D 29 ASCII Hex Decimal T 54 84 n n n Range: n=0, 1, 48, 49 Default: None Description: ■ This command sets the print position to the beginning of the print line. • n specifies how data in the print buffer is processed when this command is executed. n 0, 48 1, 49 Remarks: Function Sets the print position after the data in the print buffer is deleted.
SPP-R300 Command Manual GS W Function: Code: Set printing area width ASCII Hex Decimal GS 1D 29 W 57 87 nL nL nL nH nH nH Range: 0 ≤ nL ≤ 255, 0 ≤ nH ≤ 255 Default: (nL + nH x 256)=576 (nL=64, nH=2) Description: This command sets the printing area width to [(nL + nH x 256) x (horizontal motion units)]. Remarks: ■ The printing area width is not effective in page mode. If the printing area width is enabled in page mode, the setting is available when the printer returns to standard mode.
SPP-R300 Command Manual GS \ Function: Code: Set relative vertical print position in page mode ASCII Hex Decimal GS 1D 29 \ 5C 92 nL nL nL nH nH nH Range: 0 ≤ nL ≤ 255, 0 ≤ nH ≤ 255 Default: None Description: This command moves the vertical print position to [(nL + nH x 256) x (vertical or horizontal motion units)] relative to the current position in page mode. Remarks: ■ ■ ■ ■ Differences: None Rev. 1.00 This command is effective in page mode. When used in standard mode, it is ignored.
SPP-R300 Command Manual GS ^ Function: Execute macro Code: ASCII Hex Decimal Range: 0 ≤ r ≤ 255 0 ≤ t ≤ 255 m=0, 1 Default: None Description: ■ This command executes a macro using parameters as following: • r specifies the number of times to execute the macro. • t specifies the waiting time before the macro is executed. • m specifies macro executing mode as shown below. m 0 1 GS 1D 29 ^ 5E 94 r r r t t t m m m Function Executes the macro r times continuously at the interval specified by t.
SPP-R300 Command Manual GS a Function: Enable/Disable Automatic Status Back (ASB) Code: ASCII Hex Decimal Range: 0 ≤ n ≤ 255 Default: n=0 GS 1D 29 a 61 97 n n n Printers: Description: ■ This enables or disables ASB (Automatic Status Back) according to n. • ASB is enabled when n > 0. Remarks: ■ ASB is the function that transmit the printer status such as cover open/close and Online/Offline] continuously at the ■ ■ ■ ■ ■ Rev. 1.
SPP-R300 Command Manual ■ The printer information transmitted is comprised of 4 bytes as follows: • First byte(printer information) Bit 0 1 2 3 4 5 6 7 Off/On Off Off Off Off On On Off On Off On Off Hex 00 00 00 00 08 10 00 20 00 40 00 Decimal 0 0 0 0 8 16 0 32 0 64 0 Function Not used. Fixed to Off Not used. Fixed to Off Not used. Fixed to Off On-line Off-line Not used.
SPP-R300 Command Manual • Third byte (paper sensor information) Bit 0,1 2,3 4 5 6 7 Off/On Off Off On Off Off Off Off Hex 00 00 0C 00 00 00 00 Decimal 0 0 12 0 0 0 0 Function Not used. Fixed to Off Paper end sensor: paper present Paper end sensor: no paper present Not used. Fixed to Off Not used. Fixed to Off Not used. Fixed to Off Not used. Fixed to Off • Fourth byte (paper sensor information) Bit 0 1 2 3 4 5 6 7 Rev. 1.
SPP-R300 Command Manual GS f Function: Code: Select font for HRI characters ASCII Hex Decimal GS 1D 29 f 66 102 n n n Range: n=0, 1, 48, 49 Default: n=0 Description: This command selects a font for the HRI(Human Readable Interpretation) characters used when printing a bar code, using n as follows: n Font 0, 48 Font A 1, 49 Font B Remarks: ■ The setting of this command is applied to only HRI characters. ■ The printing position of HRI characters are specified by GS H.
SPP-R300 Command Manual GS h Function: Selects bar code height Code: ASCII Hex Decimal Range: 1 ≤ n ≤ 255 Default: n=162 Description: This command sets the height of the bar code to n dots. Remarks: ■ The unit of n depends on the printer model. ■ The setting of this command remains effective until ESC @, printer reset or power cycling is executed. Differences: ■ Unit of one dot: 0.125mm(1/203 inch) Rev. 1.
SPP-R300 Command Manual GS k Function: Print bar code Code: ① ② ASCII Hex Decimal ASCII Hex Decimal GS 1D 29 GS 1D 29 k 6B 107 k 6B 107 m m m m m m d1...dk d1...dk d1...dk n n n NUL NUL NUL d1...dn d1...dn d1...dn Range: ① 0 ≤ m ≤ 6 ② 65 ≤ m ≤ 73 K, m, n depend on the barcode system Default: None Description: ■ This command selects a bar code system and prints the bar code. • k indicates the number of bytes of bar code data. • n specifies the number of bytes of bar code data.
SPP-R300 Command Manual For range ② m 65 66 67 68 Remarks: Bar Code System UPC-A UPC-E JAN13(EAN) JAN8(EAN) Range of k 11 ≤ n ≤ 12 11 ≤ n ≤ 12 12 ≤ n ≤ 13 7≤n≤8 69 CODE39 1 ≤ n ≤ 255 70 ITF 1 ≤ n ≤ 255 (even number) 71 CODABAR 1 ≤ n ≤ 255 72 73 CODE93 CODE128 1 ≤ n ≤ 255 2 ≤ n ≤ 255 Range of d 48 ≤ d ≤ 57 48 ≤ d ≤ 57 48 ≤ d ≤ 57 48 ≤ d ≤ 57 48 ≤ d ≤ 57, 65 ≤ d ≤ 90, d=32,36,37,43,45,46,47 48 ≤ d ≤ 57 48 ≤ d ≤ 57, 65 ≤ d ≤ 68, d=36,43,45,46,47,58 0 ≤ d ≤ 127 0 ≤ d ≤ 127 ■ The bar code width
SPP-R300 Command Manual GS r Function: Code: Transmit status ASCII Hex Decimal GS 1D 29 r 72 114 n n n Range: n=1, 2, 49, 50 Default: None Description: The command transmits the status specified by n as follows: n Function 1, 49 Transmits paper sensor status 2, 50 Transmits drawer kick-out connector status Remarks: ■ The status is one byte.
SPP-R300 Command Manual • Drawer kick-out connector status (n=2, 50): Bit 0 1 2 3 4 5 6 7 Off/On Off On Off Off Off Off Off Off Off Hex 00 01 00 00 00 00 00 00 00 Decimal 0 1 0 0 0 0 0 0 0 Function Drawer kick-out connector pin 3 is LOW Drawer kick-out connector pin 3 is HIGH Reserved Reserved Reserved Fixed Reserved Reserved Fixed ■ This command can be executed in real-time mode using DLE. Differences: Rev. 1.
SPP-R300 Command Manual GS v 0 Function: Code: Print raster bit image ASCII Hex Decimal GS 1D 29 v 76 118 0 30 48 m m m xL xH yL yH xL xH yL yH xL xH yL yH d1...dk d1...dk d1...dk Range: 0 ≤ m ≤ 3, 48 ≤ m ≤ 51 1 ≤ (xL + xH x 256) ≤ 576 (0 ≤ xL ≤ 64, xh=2) 1 ≤ (yL + yH x 256) ≤ 1662 (0 ≤ yL ≤ 126, 0 ≤ yH ≤ 6) 0 ≤ d ≤ 255 1≤ k ≤ 119664 Default: None Description: ■ This command prints a raster bit image according to the mode defined by m. DPI : Dots per Inch (25.
SPP-R300 Command Manual Differences: m 0, 48 1, 49 2, 50 3, 51 Rev. 1.00 Mode Normal Double-width Double-height Quadruple Vertical dot density (DPI) 203 203 203/2 203/2 BIXOLON DPI : Dots per Inch (25.
SPP-R300 Command Manual GS w Function: Code: Set bar code width ASCII Hex Decimal GS 1D 29 w 77 119 n n n Range: 2≤n≤6 Default: n=3 Description: ■ This command sets the horizontal size of the bar code, using n as follows: Multi-level bar code module width (mm) 2 0.250 3 0.375 4 0.500 5 0.625 6 0.750 • n specifies the bar code module width. n Binary-level bar code Thin element width (mm) Thick element width (mm) 0.250 0.625 0.375 1.000 0.500 1.250 0.625 1.625 0.750 2.
SPP-R300 Command Manual BS L A Function: Code: Execute automatic calibration in label mode ASCII Hex Decimal BS 08 8 L 4C 76 A 41 65 Range: None Default: None Description: This command executes auto calibration in label mode. Remarks: ■ This command is effective only in the label mode. ■ This command feeds 3 labels or 3 black marks to read the light intensity reflected from the liner or black mark and stores the optimal value into NV memory that is used to locate the label and black mark.
SPP-R300 Command Manual BS L L Function: Code: Select label mode ASCII Hex Decimal BS 08 8 L 4C 76 L 4C 76 Range: None Default: None Description: ■ This commands selects label mode • The label mode must be set for printing on the label paper and black mark paper. Remarks: ■ This command is enabled in receipt mode. ■ This command can activate the label mode even if the receipt mode is predefined by the memory switch(Msw8-5).
SPP-R300 Command Manual BS L R Function: Code: Select receipt mode ASCII Hex Decimal BS 08 8 L 4C 76 R 52 82 Range: None Default: None Description: ■ This command selects receipt mode • The receipt mode must be set for printing on the continuous roll paper. Remarks: ■ This command is enabled only in label mode. ■ This command can activate the receipt mode even if the label mode is predefined by the memory switch(Msw8-5).
SPP-R300 Command Manual BS M Function Code: Select device font type ASCII Hex Decimal BS 08 08 M 4D 77 n n n m m m Range: 65 ≤ m ≤ 67 ( m = 65,66,67) n=0 Default: n=0 Description: ■ Font type select by m value as follows: m 65 66 67 Remarks: Rev. 1.00 Function ( Select font type ) Font A (12x24) Font B (9x17) Font C (9x24) ■ The setting of this command remains effective until ESC !, ESC M ESC @, printer reset or power cycling is executed.
SPP-R300 Command Manual BS M S Function Code: Sentinel character set up commands ASCII Hex Decimal BS 08 08 M 4D 77 S 53 83 pL pL pL pH pH pH Range: 0≤n≤2 (pL+pHx256) = 2 fn=49 Default: Depends on memory switch 8-6~7 setting value. Description: ■ Sets sentinel characters by n value as follows: n fn1 fn1 fn1 Mode 0, 48 Normal 1, 49 1-byte sentinel character 2, 50 Multi-byte sentinel characters n n n Description Transmits data as normal data without sentinel characters.
SPP-R300 Command Manual - When set to Multi-byte sentinel characters mode, characters after End characters are automatically applied to the card data to be transmitted to host. Remarks: MSR Data Transmission Format by Setting Mode Refer to ESC M command and the function 3 memory switch #7 (8 – 6 & 7 setting) of GS ( E command.
SPP-R300 Command Manual - When set to Track 3 Read mode Normal mode 02H 44H 31H 31H 1CH Max DATA104 characters (3Track data) 03H 0DH 0AH 1byte sentinel character mode 02H 44H 31H 31H 1CH (Header) 3BH (STX) Max DATA 104 characters (3Track data) 3FH 03H 0DH 0AH (End) (ETX) Multi byte sentinel characters mode START characters END characters Max DATA 104 characters (3Track data) 0DH 0AH (Max 10 byte) (Max 10 byte) - When set to Track 1/2 Read mode Normal mode 02H 43H 31H 31H 1CH Max DATA 76 characters (1Track
SPP-R300 Command Manual - When set to Track 2/3 Read mode Normal mode 02H 45H 31H 31H 1CH 1CH Max DATA 37 characters (2Track data) 1CH Max DATA104 Characters 03H 0DH 0AH (3Track data) 1byte sentinel character mode 02H 45H 31H 31H 1CH Max DATA37 Max DATA104 3BH 3FH 1CH 3BH 1CH characters Characters (STX) (ETX) (Separator) (STX) (Header) (2Track data) (3Track data) Multi byte sentinel characters mode START characters Max DATA 37 characters END characters (Max 10 byte) 0DH 0AH (Max 10 byte) (2Track data) 3F
SPP-R300 Command Manual Multi byte sentinel character mode START characters Max DATA 76 characters END characters (Max 10 byte) 0DH 0AH (Max 10 byte) (1Track data) START characters Max DATA 37 characters END characters (Max 10 byte) 0DH 0AH (Max 10 byte) (2Track data) START characters Max DATA 104 characters END characters (Max 10 byte) 0DH 0AH (Max 10 byte) (3Track data) Differences: Rev. 1.
SPP-R300 Command Manual BS M S PL PH fn2 m d1~dk Function Code: Set start sentinel characters ASCII Hex Decimal BS 08 08 M 4D 77 S 53 83 pL pL pL pH pH pH fn2 32 50 Range: 3 ≤ (pL+pHx256) ≤ 12 m = 49, 50, 51 32 ≤d ≤127, k ≤ 10 fn = 50 Default: Track 1 : “START1 “ Track 2 : “START2 “ Track 3 : “START3 “ Description: ■ m defines the track to set Start characters. ■ d indicates the characters to be set as Start characters.
SPP-R300 Command Manual BS M S Function Code: PL PH fn3 m d1~dk Set end sentinel characters ASCII Hex Decimal BS 08 08 M 4D 77 S 53 83 pL pL pL pH pH pH fn3 33 51 Range: 3 ≤ (pL+pHx256) ≤ 12 m = 49, 50, 51 32 ≤d ≤127, k ≤ 10 fn = 50 Default: Track 1 : “END” Track 2 : “END” Track 3 : “END” Description: ■ m defines the track to set an End character. ■ d indicates the character to be set as an End character.
SPP-R300 Command Manual BS M S PL PH fn4 m Function Code: Transmit Start and End characters setting information ASCII Hex Decimal BS 08 08 M 4D 77 S 53 83 pL pL pL Range: (pL+pHx256) = 2 fn = 50 m = 49, 50, 51 Default: None Description: ■ m defines the track to be transmitted.
SPP-R300 Command Manual BIXOLON Corporation Address: 980-3, Digital Empire Building A, 5F, Yeongtong-dong, Yeongtong-gu, Suwon city, Gyeonggi-do, Korea 443-813 Tel +82 (0) 31 218 5500 Fax +82 (0) 31 218 5589 BIXOLON America Inc. Address: 3171 Fujita St, Torrance, CA 90505 Tel +1 858 764 4580 Fax +1 310 257 6869 BIXOLON Germany GmbH Address: Tiefenbroicher Weg 35 40472 Düsseldorf Tel +49-(0)211-68 78 54-0 Fax +49-(0)211-68 78 54-20 Rev. 1.