Supplemental Information for Traditional Chinese Fonts

Size: px
Start display at page:

Download "Supplemental Information for Traditional Chinese Fonts"

Transcription

1 Supplemental Information for Traditional Chinese Fonts Contents Supported Languages Communications Changing the Control Instruction Prefix Character Changing the Format Instruction Prefix Character Label Format Examples Appendix A: Downloading TrueType Fonts Appendix B: ZPL Instructions for Using Asian Fonts Appendix C: Downloading fonts through ZTools

2 2005 ZIH Corp. The copyrights in this manual and the label print engine described therein are owned by Zebra Technologies Corporation. Unauthorized reproduction of this manual or the software in the label print engine may result in imprisonment of up to one year and fines of up to $10,000 (17 U.S.C.506). Copyright violators may be subject to civil liability. This product may contain ZPL, ZPL II, and ZebraLink programs; Element Energy Equalizer Circuit; E3 ; and AGFA fonts. Software ZIH Corp. All rights reserved worldwide. ZebraLink and all product names and numbers are trademarks, and Zebra, the Zebra logo, ZPL, ZPL II, Element Energy Equalizer Circuit, and E3 Circuit are registered trademarks of ZIH Corp. All rights reserved worldwide. CG Triumvirate is a trademark of AGFA Monotype Corporation. All rights reserved worldwide. CG Triumvirate(tm) font AGFA Monotype Corporation. Intellifont portion AGFA Monotype Corporation. All rights reserved worldwide. UFST is a registered trademark of AGFA Monotype Corporation. All rights reserved worldwide. All other brand names, product names, or trademarks belong to their respective holders. Customer Order # 44250L Manufacturer Part # 44250L Rev. A

3 Supported Languages Supplemental Information for Asian Fonts This document provides information for using Asian fonts with Zebra printers. It explains the supported languages and presents examples and commands necessary for printing Asian languages. All other printer operations are identical to those presented in the User Guide. It is assumed that the user is already familiar with general printer operation, the Zebra Programming Language (ZPL), and the ASCII-based ZPL command structure as presented in the ZPL II Programming Guide. Supported Languages The printer supports locale specific encoding for printing the following languages: Japanese, Korean, Simplified Chinese, Thai, and Traditional Chinese. Since True Type fonts are typically internally encoded as Unicode and the printer only supports Unicode-encoded fonts, a conversion table to Unicode is needed. The supported encoding and conversion tables are listed in Table 1. Table 1 Conversion Tables Language Encoding Conversion Table Japanese Shift JIS JIS.DAT Japanese JIS JIS.DAT Korean Johab KSCJOHAB.DAT Korean Unified Hangul UHANGUL.DAT Korean Wansung KSCWSUNG.DAT Simplified Chinese GB 2312 GB8BIT.DAT Simplified Chinese GB 2312 GB.DAT Thai TIS CP874.DAT Traditional Chinese BIG 5 BIG5.DAT The conversion table is selected with the ^SE (Select Encoding) ZPL command. In addition to selecting the conversion table, the ^CI (Change International Font) ZPL command must also be used to select the correct international character set. The combination of these two ZPL commands allows for the support of Asian languages. Both of these ZPL commands are explained later in this document. The encoding tables are provided with the font card or downloaded in flash with the font. The table will appear as XXXXXXX.DAT in a directory label printed by the ZPL commands: Example ^XA^WD*:*.*^XZ The most active encoding table is indicated by * on the directory label L Rev. A 03/21/2005 3

4 Communications Communications To print the Asian fonts when communicating with the printer via a serial cable, set the printer to 8 data bits (see the User Guide for more information). Changing the Control Instruction Prefix Character ZPL normally uses the tilde (~) character as the prefix for control instructions that cause an immediate action to be taken by the printer. The default value for the Control Prefix, the tilde character, is 7E hex or 126 decimal. Since this value (7EH/126 decimal) is also used in the printing of some Asian font characters, the Control Prefix character must be changed. We suggest that the Data Link Escape (DLE) character (10H/16 decimal) be used for the Control Prefix character. This value is not used to print Asian font characters and is always equivalent to the Control Prefix character. The change can be made from the front panel (see the printer User Guide) or with the Change Tilde, ZPL instruction (see the ZPL II Programming Guide). Changing the Format Instruction Prefix Character ZPL normally uses the carat (^) character as the prefix for format instructions that define the label format. The default value for the Format Prefix, the carat character, is 5E hex or 094 decimal. Since this value (5EH/094 decimal) is also used in the printing of some Asian font characters, the Format Prefix character must be changed. We suggest that the Record Separator (RS) character (1EH/030 decimal) be used for the Format Prefix character. This value is not used to print Asian font characters and is always equivalent to the Format Prefix character. The change can be made from the front panel (refer to the printers User Guide) or with the Change Tilde ZPL instruction (see the ZPL II Programming Guide). 4 03/21/ L Rev. A

5 Label Format Examples Supplemental Information for Asian Fonts Label Format Examples In each of the following examples, the format is saved in the corresponding encoding before being sent down to the printer and the ZPL script was made in Microsoft Notepad, a basic text editor. The characters were inserted from the character map in Windows or typed from the keyboard. The values for the hexadecimal characters were found in the corresponding code charts in Appendix D of this document. For example, in the Unicode encoding example, the format was saved as the UTF 8 encoding and in the Traditional Chinese example, the format was saved in the Big5 encoding. Asian with ASCII Transparency This is an example of using an Asian encoding, such as UHANGUL, with ASCII text. Using the CI26 command tells the printer to recognize any byte less than 7F as ASCII text and every byte above as the first byte of UHANGUAL encoding. ^XA^CW1,B:ANMDK.TTF ^SEB:UHANGUL.DAT^CI26 ^FO100,100^A1,50,50^FDASCII 한국어 ^FS ^XZ Example Label Japanese-JIS This is an example of using the Japanese encoding, JIS, with the Zebra printers. The CI14 command should be used with the JIS.DAT conversion table. ^XA^CW1,B:ANMDJ.TTF ^SEB:JIS.DAT^CI14 ^FO100,100^A1,50,50^FD 日本語 ^FS ^XZ Example Label Japanese-Shift-JIS This is an example of using the Japanese encoding, Shift JIS, with the Zebra printers. The CI15 command should be used with the JIS.DAT conversion table. ^XA^CW1,B:ANMDJ.TTF ^SEB:JIS.DAT^CI15 ^FO100,100^A1,50,50^FD 日本語 ^FS ^XZ Example Label 44250L Rev. A 03/21/2005 5

6 Label Format Examples Korean-Johab This is an example of using the Korean encoding, Johab, with the Zebra printers. The CI14 command should be used with the KSCJOHAB.DAT conversion table. ^XA^CW1,B:ANMDK.TTF ^SEB:KSCJOHAB.DAT^CI14 ^FO100,100^A1,50,50^FD 한국어 ^FS ^XZ Example Label Korean-UHANGUL This is an example of using the Korean encoding, Hangul, with the Zebra printers. The CI14 command should be used with the UHANGUL.DAT conversion table. ^XA^CW1,B:ANMDK.TTF ^SEB:UHANGUL.DAT^CI14 ^FO100,100^A1,50,50^FD 한국어 ^FS ^XZ Example Label Korean-WANSUNG This is an example of using the Korean encoding, Wansung, with the Zebra printers. The CI14 command should be used with the KSCWANSUNG.DAT conversion table. ^XA^CW1,B:ANMDK.TTF ^SEB:KSCWSUNG^CI14 ^FO100,100^A1,50,50^FD 한국어 ^FS ^XZ Example Label 6 03/21/ L Rev. A

7 Label Format Examples Simplified Chinese This is an example of using the Simplified Chinese encoding, GB, with the Zebra printers. The CI16 command should be used with the GB.DAT conversion table. ^XA^CW1,B:ANMDS.TTF ^SEB:GB.DAT^CI16 ^FO100,100^A1,50,50^FD 简体中文 ^FS ^XZ Example Label Simplified Chinese This is an example of using the Simplified Chinese encoding, GB, with the Zebra printers. The CI14 command should be used with the GB8BIT.DAT conversion table. ^XA^CW1,B:ANMDS.TTF ^SEB:GB8BIT.DAT^CI14 ^FO100,100^A1,50,50^FD 简体中文 ^FS ^XZ Example Label Traditional Chinese This is an example of using the Traditional Chinese encoding, BIG5, with the Zebra printers. The CI14 command should be used with the BIG5.DAT conversion table. ^XA^CW1,B:ANMDT.TTF ^SEB:BIG5.DAT^CI14 ^FO100,100^A1,50,50^FD 繁體中文 ^FS ^XZ Example Label 44250L Rev. A 03/21/2005 7

8 Label Format Examples Thai This is an example of using the Thai encoding with the Zebra printers. The CI24 command should be used with the CP874.DAT conversion table. ^XA^CW1,B:ANMDJ.TTF ^SEB:CP874.DAT^CI24 ^FO100,100^A1,50,50^FDภาษาไทย^FS ^XZ Example Label Unicode-UTF-8 This is an example of using the Unicode encoding, UTF-8, with the Zebra printers. Note the use of ^F8 before each ^FD. ^XA^CW1,B:ANMDJ.TTF^CI17 ^FO100,100^A1,50,50^F8 ^FDHello World!^FS ^FO100,200^A1,50,50^F8^FD ユニコード ^FS ^XZ Example Label Unicode-UTF-8 This is an example of using the Unicode encoding, UTF-8, with the Zebra printers. Multiple languages, such as Japanese, Korean, Simplified Chinese, Traditional Chinese, Vietnamese, Thai, and English, can be printed within a field. Note the use of ^F8 before each ^FD. ^XA^CW1,B:ANMDJ.TTF^CI17 ^FO20,100^A1,50,50^F8 ^FD 日本語 / 한국어 / 简体中文 / 斏體中文 ^FS ^FO20,250^A1,50,50^F8 ^FD Quô c ngu ~ /English/ภาษาไทย^FS ^XZ Example Label 8 03/21/ L Rev. A

9 Label Format Examples Hexadecimal This is an example of using the hexadecimal values for characters in the ^FD statement with the Zebra printers. ^XA^CW1,B:ANMDJ.TTF ^SEB:UNICODE.DAT^CI17 ^FO100,100^A1,100,100^FH/ ^FD/00/48/00/65/00/6C/00/6C/00/6F/00/21^FS ^XZ Example Label 44250L Rev. A 03/21/2005 9

10 Appendix A: Downloading TrueType Fonts Appendix A: Downloading TrueType Fonts To install a TrueType Font on the printer, please follow the next steps. In the following example, the printer is connected to the computer via the parallel port and Windows 2000 is assumed. 1. Open Microsoft Notepad: a. In the lower left corner of your computer screen click on the Start button. b. Click on Run. c. In the dialog box, type: notepad. d. Click OK. 2. See Figure 1. Make a header for the font. The size of the file can be found in the properties menu of the file. Search for the file named FONTNAME.TTF and right-click on the file to find the properties menu. 3. See Figure 2. The SIZE is the Size (not size on the disk) in bytes. Type the following exactly: ~DYB:FONTNAME,B,T,SIZE,, Note There are no spaces anywhere in the header. Do not put any spaces or type <return> after the header. Figure 1 Header Example Figure 2 TTF Properties Menu 4. Save the header as FONTNAME.TXT /21/ L Rev. A

11 Appendix A: Downloading TrueType Fonts 5. If ZTools is communicating with the printer via the parallel port, close ZTools. 6. Open a DOS window: a. Click on the Start button (lower left corner of your computer screen. b. Click on Run. c. In the dialog box, type: command. d. Click OK. 7. If necessary, change to the directory where the file is located. The following is an example; your file may be in a different directory. D: <return> cd projects\unicode <return> 8. Copy the header file to the printer port: copy header.txt lpt1 <return> Note After the header file is sent to the printer, the data light will remain lit until the printer receives the TrueType font file in the next steps. 9. If necessary, change to the directory where the.ttf file is located. The following is an example; depending on the Windows version the font may be in a different directory. C: <return> cd WINNT\Fonts <return> 10. Copy the TTF file to the printer port: copy FONTNAME.TTF lpt L Rev. A 03/21/

12 Appendix B: ZPL Instructions for Using Asian Fonts Appendix B: ZPL Instructions for Using Asian Fonts The following ZPL commands are necessary for printing Asian fonts. They have been provided here for convenience. Refer to the ZPL Programming Manual for more information. ^CC or ~CC Change Carets Description: The ^CC and ~CC commands are used to change the format command prefix. The default prefix is the caret (^). Format: ^CCx or ~CCx Parameters x = caret character change Details Accepted Values: any ASCII character Default Value: a parameter is required. If a parameter is not entered, the next character received is the new prefix character. Example ^XA ^CC/ /XZ 12 03/21/ L Rev. A

13 Appendix B: ZPL Instructions for Using Asian Fonts ^CI Change International Font Description: Zebra printers can print fonts using international character sets: U.S.A.1, U.S.A.2, UK, Holland, Denmark/Norway, Sweden/Finland, Germany, France 1, France 2, Italy, Spain, and several other sets. ZPL II follows the ISO standards for international characters. The ^CI command enables you to call up the international character set you want to use for printing. You can mix character sets on a label. This command allows character remapping. Any character within a font can be remapped to a different numerical position. Format: ^CIa,s1,d1,s2,d2,... Parameters a = desired character set Details Accepted Values: 0 = U.S.A. 1 1 = U.S.A. 2 2 = U.K. 3 = Holland 4 = Denmark/Norway 5 = Sweden/Finland 6 = Germany 7 = France 1 8 = France 2 9 = Italy 10 = Spain 11 = miscellaneous 12 = Japan (ASCII with Yen symbol) 13 = IBM Code Page = 16-bit (Unicode) encoded scalable fonts 15 = Shift-JIS for scalable Japanese fonts 16 = EUC-Kanji for scalable fonts 17 = Unicode (for Unicode-encoded fonts) 18 to 23 = Reserved 24 = 8-bit access to Unicode-encoded fonts 25 =Reserved 26 =Asian Fonts with ASCII Transparency Note Initial Value at power-up: L Rev. A 03/21/

14 Appendix B: ZPL Instructions for Using Asian Fonts ^CT or ~CT Change Tilde Description: The ^CT and ~CT commands are used to change the control command prefix. The default prefix is the tilde (~). Format: ^CTa or ~CTa Parameters a = change control command character Details Accepted Values: any ASCII character Default Value: a parameter is required. If a parameter is not entered, the next character received is the new control command character. Example ^XA ^CT+ ^XZ +DGR:GRAPHIC.GRF,04412, /21/ L Rev. A

15 Appendix B: ZPL Instructions for Using Asian Fonts ~DY Download Files Description: ~DY downloads to the printer graphic objects in any supported format. This command can be used in place of ~DG for more saving and loading options. Format: ~DYd:f,b,x,t,w,data Parameters Details d = file location Accepted Values: r:, e:, b:, and a: Default Value: r: f = file name b = format downloaded in data field (f) x = extension of stored graphic t = total number of bytes in graphic w = total number of bytes per row data = data Accepted Values: 1 to 8 alphanumeric characters Default Value: if a name is not specified, UNKNOWN is used Accepted Values: A = uncompressed bitmap (.GRF, ASCII) B = uncompressed bitmap (.GRF, binary) Required if x =.TTF. C = AR-compressed bitmap (.GRF, compressed binary used only by Zebra s BAR-ONE software) P = PNG image (.PNG) Default Value: a value must be specified Accepted Values: G = raw bitmap (.GRF) P = store as compressed (.PNG) T = (.TTF) Default Value:.GRF, unless parameter b is set to P (.PNG).GRF images: the size after decompression into memory.png images: the size of the.png file Note Ignored when x =.TTF.GRF images: number of bytes per row.png images: value ignored data is encoded directly into.png data ASCII hexadecimal encoding, ZB64, or binary data, depending on b a, p = ASCII hexadecimal or ZB64 b, c = binary When binary data is sent, all control prefixes and flow control characters are ignored until the total number of bytes needed for the graphic format is received. Caution Data immediately after comma, is interpreted as binary data an must be alpha or numeric 44250L Rev. A 03/21/

16 Appendix B: ZPL Instructions for Using Asian Fonts ^FH Field Hexadecimal Indicator Description: The ^FH command allows you to enter the hexadecimal value for any character directly into the ^FD statement. The ^FH command must precede each ^FD command it which it will used. Format: ^FHa Parameters a = hexadecimal indicator Details Accepted Values: any character except current format and control prefix (^ and ~ by default) Default Value: _ (underscore) ^F8 Field Unicode UTF-8 Description: Allows you to enter Unicode characters directly into the ^FD statement. Must be used before each ^FD command in which UTF-8 formatted data will be used. Format: ^F8 Parameter: none 16 03/21/ L Rev. A

17 Appendix B: ZPL Instructions for Using Asian Fonts ^FP Field Parameter Description: The ^FP command allows vertical formatting of the font field, commonly used for printing Asian fonts. Format: ^FPd,g Parameters d = direction g = additional inter-character gap (in dots) Details Accepted Values: H = horizontal printing (left to right) V = vertical printing (top to bottom) R = reverse printing (right to left) Default Value: H Accepted Values: 0 to 9999 Default Value: 0 if no value is entered 44250L Rev. A 03/21/

18 Appendix B: ZPL Instructions for Using Asian Fonts ^FB Field Block Description: The ^FB command allows you to print text into a defined block type format. This command formats an ^FD or ^SN string into a block of text using the origin, font, and rotation specified for the text string. The ^FB command also contains an automatic word-wrap function. Format: ^FBa,b,c,d,e Parameters a = width of text block line (in dots) b = maximum number of lines in text block c = add or delete space between lines (in dots) d = text justification e = hanging indent (in dots) of the second and remaining lines Details Accepted Values: 0 to the width of the label (or 9999) Default Value: 0 If the value is less than font width or not specified, text does not print. Accepted Values: 1 to 9999 Default Value: 1 Text exceeding the maximum number of lines overwrites the last line. Changing the font size automatically increases or decreases the size of the block. Accepted Values: to 9999 Default Value: 0 Numbers are considered to be positive unless preceded by a minus sign. Positive values add space; negative values delete space. Accepted Values: L (left), C (center), R (right), J (justified) Default Value: L Last line is left-justified if J is used. Accepted Values: 0 to 9999 Default Value: /21/ L Rev. A

19 Appendix B: ZPL Instructions for Using Asian Fonts ^SE Select Encoding Description The ^SE command was created to select the desired encoding table. Format ^SEa Parameter: a = name of the encoding table 44250L Rev. A 03/21/

20 Appendix C: Downloading fonts through ZTools Appendix C: Downloading fonts through ZTools Use this procedure to download a converted TrueType or bitmap font to the printer. In the following example, the printer is connected to the computer via the parallel port and the computer is running Windows Open the ZTools program. 2. From the File menu select Add. 3. In the dialog box, select the font to be downloaded from the left column (.ZSU extension). Note The only fonts that appear in the ZTools folder are those that have been converted by ZTools. If the desired font does not appear, please convert the font. 4. Click OK. 5. From the Download menu, select View. a. In the dialog box, click the icon located to the left of the font file. b. When the icon changes to a check-mark, click the icon located on the navigation bar at the top of the ZTools program. The font will begin downloading to the printer /21/ L Rev. A

21 The Unicode code charts can be found at L Rev. A 03/21/

22 22 03/21/ L Rev. A

23 44250L Rev. A 03/21/

24 24 03/21/ L Rev. A

25 44250L Rev. A 03/21/

26 26 03/21/ L Rev. A

27 44250L Rev. A 03/21/

28 28 03/21/ L Rev. A

29 44250L Rev. A 03/21/

30 30 03/21/ L Rev. A

31 44250L Rev. A 03/21/

32 32 03/21/ L Rev. A

33 44250L Rev. A 03/21/

34 34 03/21/ L Rev. A

35 44250L Rev. A 03/21/

36 36 03/21/ L Rev. A

37 44250L Rev. A 03/21/

38 38 03/21/ L Rev. A

39 44250L Rev. A 03/21/

40 40 03/21/ L Rev. A

41 44250L Rev. A 03/21/

42 42 03/21/ L Rev. A

43 44250L Rev. A 03/21/

44 44 03/21/ L Rev. A

45 44250L Rev. A 03/21/

46 46 03/21/ L Rev. A

47 44250L Rev. A 03/21/

48 48 03/21/ L Rev. A

49 44250L Rev. A 03/21/

50 50 03/21/ L Rev. A

51 44250L Rev. A 03/21/

52 52 03/21/ L Rev. A

53 44250L Rev. A 03/21/

54 54 03/21/ L Rev. A

55 44250L Rev. A 03/21/

56 56 03/21/ L Rev. A

57 44250L Rev. A 03/21/

58 58 03/21/ L Rev. A

59 44250L Rev. A 03/21/

60 60 03/21/ L Rev. A

61 44250L Rev. A 03/21/

62 62 03/21/ L Rev. A

63 44250L Rev. A 03/21/

64 64 03/21/ L Rev. A

65 44250L Rev. A 03/21/

66 66 03/21/ L Rev. A

67 44250L Rev. A 03/21/

68 68 03/21/ L Rev. A

69 44250L Rev. A 03/21/

70 70 03/21/ L Rev. A

71 44250L Rev. A 03/21/

72 72 03/21/ L Rev. A

73 44250L Rev. A 03/21/

74 74 03/21/ L Rev. A

75 44250L Rev. A 03/21/

76 76 03/21/ L Rev. A

77 44250L Rev. A 03/21/

78 78 03/21/ L Rev. A

79 44250L Rev. A 03/21/

80 80 03/21/ L Rev. A

81 44250L Rev. A 03/21/

82 82 03/21/ L Rev. A

83 44250L Rev. A 03/21/

84 84 03/21/ L Rev. A

85 44250L Rev. A 03/21/

86 86 03/21/ L Rev. A

87 44250L Rev. A 03/21/

88 88 03/21/ L Rev. A

89 44250L Rev. A 03/21/

90 90 03/21/ L Rev. A

91 44250L Rev. A 03/21/

92 92 03/21/ L Rev. A

93 44250L Rev. A 03/21/

94 94 03/21/ L Rev. A

95 Notes 44250L Rev. A 03/21/

96 Zebra Technologies Corporation 333 Corporate Woods Parkway Vernon Hills, Illinois U.S.A. Telephone: Facsimile: Zebra Technologies Europe Limited Zebra House The Valley Centre, Gordon Road High Wycombe Buckinghamshire HP13 6EQ, UK Telephone: +44 (0) Facsimile: +44 (0) Customer Order # 44250L 44250L Rev. A Manufacturer Part # 44250L Rev. A 2005 ZIH Corp.

OPOS Driver Installation Guide ZQ110. P Rev. A

OPOS Driver Installation Guide ZQ110. P Rev. A OPOS Driver Installation Guide ZQ110 P1069380-001 Rev. A Table of Contents 1. Manual Information... 6 2. Development Precondition... 7 2-1 Features... 7 2-2 Operating Environment... 7 2-3 Accessible Devices...

More information

EM220II. Mobile Printer ios Utility Manual. P Rev. 1.02

EM220II. Mobile Printer ios Utility Manual. P Rev. 1.02 Mobile Printer P1007752-035 Rev. 1.02 Table of Contents 1. Manual Information... 6 2. Operating Environment... 6 2-1 Supported Platform... 6 2-2 Supported Interfaces... 6 2-3 Supported Devices... 6 3.

More information

ZQ110. Mobile Printer Bluetooth Connection Manual. P Rev. 1.00

ZQ110. Mobile Printer Bluetooth Connection Manual. P Rev. 1.00 Bluetooth Connection Manual P1069089-001 Rev. 1.00 Table of Contents 1. Manual Information... 6 2. Precautions... 6 3. Made For ios (MFi) Mode Change... 6 4. Bluetooth Connection Instructions... 7 5. Troubleshooting...

More information

Setup Documentation for the Zebra HC100 Printer in a MEDITECH Environment

Setup Documentation for the Zebra HC100 Printer in a MEDITECH Environment Setup Documentation for the Zebra HC100 Printer in a MEDITECH Environment P1015623-002 1 June 10, 2009 2009 ZIH Corp. The copyrights in this manual and the software and/or firmware in the label printer

More information

ZQ Peripherals Connection. 7-1 Bluetooth Connection (see the following manual for details) 7-2 Wireless LAN. 7-3 Interface Cable Connection

ZQ Peripherals Connection. 7-1 Bluetooth Connection (see the following manual for details) 7-2 Wireless LAN. 7-3 Interface Cable Connection 7. Peripherals Connection ZQ110 This product can communicate with other devices via Bluetooth communication and cable. 7-1 Bluetooth Connection (see the following manual for details) 1. The printer can

More information

Supplemental Information. For Using. The Bitmap. CG Times Font

Supplemental Information. For Using. The Bitmap. CG Times Font Supplemental Information For Using The Bitmap CG Times Font 44244L Rev. 1 CG Times is a trademark of AgfaDivision, Miles, Inc. Supplemental Information For Using The Bitmap CG Times Font This information

More information

Addendum Bar Code Label Printer P/N

Addendum Bar Code Label Printer P/N Addendum 3440 Bar Code Label Printer P/N 067112-001 Intermec Technologies Corporation 6001 36th Avenue West P.O. Box 4280 Everett, WA 98203-9280 U.S. service and technical support: 1.800.755.5505 U.S.

More information

EM 220. Mobile Printer Bluetooth Connection Manual. Rev. 1.00

EM 220. Mobile Printer Bluetooth Connection Manual. Rev. 1.00 Mobile Printer Rev. 1.00 Table of Contents 1. Manual Information... 6 2. Precautions... 6 3. General Sequence for Bluetooth Connections... 6 4. Bluetooth Connection Instructions... 7 4-1 Connecting with

More information

X.9.x Firmware Release Notes

X.9.x Firmware Release Notes X.9.x Firmware Release Notes Firmware Release X.9.x 1999, Zebra Technologies Corporation Firmware Release X.9.x 1999, Zebra Technologies Corporation Firmware Release X.9.x 1999, Zebra Technologies Corporation

More information

Using the "B" Switch to Add Unicode Characters to a QR Bar Code

Using the B Switch to Add Unicode Characters to a QR Bar Code Using the "B" Switch to Add Unicode Characters to a QR Bar Code The QR Bar Code is the only barcode in the Zebra implementation that supports encoding Unicode characters. The QR code specification does

More information

EM220II. Mobile Printer Net Configuration Tool. P Rev. 1.00

EM220II. Mobile Printer Net Configuration Tool. P Rev. 1.00 P1007752-022 Rev. 1.00 Table of Contents 1. Manual Information... 6 2. Operating System (OS) Environment... 6 3. Software Installation & Deletion... 7 3-1 Installation... 7 3-2 Deletion... 9 4. Configuration...

More information

Mobile Printer Unified Utility Manual ZQ110. P Rev. A

Mobile Printer Unified Utility Manual ZQ110. P Rev. A Mobile Printer ZQ110 P1069081-001 Rev. A Table of Contents 1. Notice... 6 2. Operating System (OS) Environment... 6 3. Virtual Memory Switch Manager... 7 3-1 When Using on a PC... 7 3-2 When Using on a

More information

ZPL. Release Highlights

ZPL. Release Highlights Release Highlights Copyright This copyrighted guide and the label printers described herein are owned by Zebra Technologies Corporation. All rights are reserved. Unauthorized reproduction of the guide

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

ZQ500 Series. 4-Bay Power Station. Installation Guide. 2014, ZIH Corp.

ZQ500 Series. 4-Bay Power Station. Installation Guide. 2014, ZIH Corp. ZQ500 Series 4-Bay Power Station Installation Guide 2014, ZIH Corp. P1071266-001 October 2014 Contents Product Improvements...3 FCC Compliance Statement...3 Canadian Compliance Statement...3 Agency Approvals

More information

Getting Started with Windows Mobile Development Windows Mobile SDK C#

Getting Started with Windows Mobile Development Windows Mobile SDK C# Getting Started with Windows Mobile Development Windows Mobile SDK C# Contents Overview... 2 Target Audience... 2 System Prerequisites... 2 Installations... 5 Creating Your First Zebra Mobile Application...

More information

Zebra P630i/P640i Card Printer. User Guide Rev. 1

Zebra P630i/P640i Card Printer. User Guide Rev. 1 Zebra P630i/P640i Card Printer User Guide 980541-001 Rev. 1 2004 ZIH Corp. The copyrights in this guide and the printers described therein are owned by Zebra Technologies Corporation. Unauthorized reproduction

More information

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS

1.1. INTRODUCTION 1.2. NUMBER SYSTEMS Chapter 1. 1.1. INTRODUCTION Digital computers have brought about the information age that we live in today. Computers are important tools because they can locate and process enormous amounts of information

More information

Ishida Label Editor USER GUIDE

Ishida Label Editor USER GUIDE Ishida Label Editor USER GUIDE ISHIDA CO., LTD Copyright 2000 Ishida Co. Ltd., Japan Copyright 2000 Interface Translation Ltd., New Zealand No part of this manual may be reproduced or transmitted in any

More information

ZPL II Programming. Guide. For x.14 Firmware and Above

ZPL II Programming. Guide. For x.14 Firmware and Above ZPL II Programming Guide For x.14 Firmware and Above 2006 ZIH Corp. The copyrights in this manual and the software and/or firmware in the label printer described therein are owned by ZIH Corp. Unauthorized

More information

Zebra KDU Plus. User s Manual

Zebra KDU Plus. User s Manual Zebra KDU Plus User s Manual ii 980548-001 Rev. A KDU Plus User s Manual 6/12/06 iii 2006 ZIH Corp. The copyrights in this manual and the software and/or firmware in the label printer described therein

More information

Zebra/bar One Label Printing through Scripts and Adjusting the Coordinates VAI a SAP-Script.

Zebra/bar One Label Printing through Scripts and Adjusting the Coordinates VAI a SAP-Script. Zebra/bar One Label Printing through Scripts and Adjusting the Coordinates VAI a SAP-Script. Applies to: ABAP. For more information, visit the ABAP homepage. Summary: This Article is intended for all those

More information

Model 2 is the recommended model and should normally be used. This bar code is printed using field data specified in a subsequent ^FD string.

Model 2 is the recommended model and should normally be used. This bar code is printed using field data specified in a subsequent ^FD string. 126 ZPL Commands QR Code Bar Code Description The command produces a matrix symbology consisting of an array of nominally square modules arranged in an overall square pattern. A unique pattern at three

More information

EM220II. Mobile Printer Unified Mobile Utility Manual. P Rev. 1.01

EM220II. Mobile Printer Unified Mobile Utility Manual. P Rev. 1.01 Mobile Printer P1007752-032 Rev. 1.01 Table of Contents 1. Notice... 6 2. Operating System (OS) Environment... 6 3. Virtual Memory Switch Manager Usage... 7 3-1 When Using on a PC... 7 3-2 When Using on

More information

This section contains the complete alphabetical listing of ZPL II commands.

This section contains the complete alphabetical listing of ZPL II commands. This section contains the complete alphabetical listing of ZPL II commands. Description This heading provides an explanation of how the command is used, what it is capable of, and any defining characteristics

More information

6.1 Font Types. Font Types

6.1 Font Types. Font Types 6 Font This chapter explains basic features of GP-Pro EX's "Font" and basic ways of placing text with each font. Please start by reading "6.1 Font Types" (page 6-2) and then turn to the corresponding page.

More information

ZPL II Commands for RFID

ZPL II Commands for RFID Printing and encoding (writing) of smart labels is handled through the use of Zebra Programming Language (ZPL). The printer segments the ZPL RFID and non-rfid related commands that it receives. The printer

More information

Version 5.5. Multi-language Projects. Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia

Version 5.5. Multi-language Projects. Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia Version 5.5 Multi-language Projects Citect Pty Ltd 3 Fitzsimmons Lane Gordon NSW 2072 Australia www.citect.com DISCLAIMER Citect Pty. Limited makes no representations or warranties with respect to this

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

Successfully Integrating Bar Code Printers in the IBM Midrange Environment A ZEBRA BLACK&WHITE

Successfully Integrating Bar Code Printers in the IBM Midrange Environment A ZEBRA BLACK&WHITE Successfully Integrating Bar Code Printers in the IBM Midrange Environment A ZEBRA BLACK&WHITE PAPER Copyrights 2006 ZIH Corp. EPL, ZebraLink, and all product names and numbers are trademarks of, and Zebra,

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

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

SAPGUI for Windows - I18N User s Guide

SAPGUI for Windows - I18N User s Guide Page 1 of 30 SAPGUI for Windows - I18N User s Guide Introduction This guide is intended for the users of SAPGUI who logon to Unicode systems and those who logon to non-unicode systems whose code-page is

More information

Zebra Product Marketing

Zebra Product Marketing July 8, 2015 Zebra Technologies Corporation 475 Half Day Road, Suite 500 Lincolnshire, IL 60069 RE: Print Engine Price List Updates for Q3 2015 p 847-634-6700 f 847-913-8766 zebra.com Dear Zebra Partner:

More information

Quick Start Guide. Introduction. P4T/RP4T Overview

Quick Start Guide. Introduction. P4T/RP4T Overview 7 6 Thank you for choosing one of our Zebra P4T Series Mobile s. The P4T Series consists of two models. The P4T can print on direct thermal or thermal transfer media. The RP4T can print on direct or thermal

More information

COM Text User Manual

COM Text User Manual COM Text User Manual Version: COM_Text_Manual_EN_V2.0 1 COM Text introduction COM Text software is a Serial Keys emulator for Windows Operating System. COM Text can transform the Hexadecimal data (received

More information

V60.13.x Summary of Firmware Changes

V60.13.x Summary of Firmware Changes This document summarizes the following V60.13.x firmware releases: Firmware Release Number Release Date See Page V60.13.0.13ZA 31 March 2006 page 1 V60.13.0.13Z 31 March 2006 page 2 V60.13.0.12ZB 31 March

More information

Picsel epage. Word file format support

Picsel epage. Word file format support Picsel epage Word file format support Picsel Word File Format Support Page 2 Copyright Copyright Picsel 2002 Neither the whole nor any part of the information contained in, or the product described in,

More information

HP DesignJet 3500CP Printing Guide for Windows

HP DesignJet 3500CP Printing Guide for Windows HP DesignJet 3500CP Printing Guide for Windows Adobe, Adobe Illustrator, Adobe Type Manager, ATM, PageMaker,and PostScript are trademarks of Adobe Systems Incorporated or its subsidiaries and may be registered

More information

Codesoft 6 Premier Overview Manual. Thermocode Series 2 (all Printers)

Codesoft 6 Premier Overview Manual. Thermocode Series 2 (all Printers) Thermocode Series 2 Codesoft Overview Manual. (Issue 4.1) 28 July 2003 Page No. - 1 - Open Date Equipment Ltd. Unit s 8 & 9 Puma Trade Park, 145 Morden Road, Mitcham, Surrey. CR4 4DG United Kingdom. Tel:-

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

Zebra TTP Operator Guide. Kiosk Receipt Printer P

Zebra TTP Operator Guide. Kiosk Receipt Printer P Zebra TTP 2000 Kiosk Receipt Printer Operator Guide P1022870-002 2014 ZIH Corp. The copyrights in this manual and the software and/or firmware in the printer described therein are owned by ZIH Corp. and

More information

Zebra Technologies Europe Ltd ZebraLink Software Price List. ZebraDesigner Pro

Zebra Technologies Europe Ltd ZebraLink Software Price List. ZebraDesigner Pro ZebraDesigner Pro Model/Part No. 13831-001 List Price 220.00 Product Description: For use with CPCL, EPL and ZPL printers. Offers support for database connectivity, RFID printer/encoders, the real-time

More information

ZebraNet PS4000 Print Server. Programming Manual. Contents

ZebraNet PS4000 Print Server. Programming Manual. Contents Contents pg. 1 Print Server Overview... 1-2 Communication...1-2 Configuration... 1-3 Print Server Configuration...1-3 Individual Printer Configuration...1-3 References... 1-3 Print Server Integration...

More information

Can R Speak Your Language?

Can R Speak Your Language? Languages Can R Speak Your Language? Brian D. Ripley Professor of Applied Statistics University of Oxford ripley@stats.ox.ac.uk http://www.stats.ox.ac.uk/ ripley The lingua franca of computing is (American)

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

ONLINE MODE SYSTEM ADMINISTRATOR S GUIDE

ONLINE MODE SYSTEM ADMINISTRATOR S GUIDE ONLINE MODE SYSTEM ADMINISTRATOR S GUIDE Avery Dennison Monarch 9419 Printer TC9419ONSA Rev. AA 9/16 2016 Avery Dennison Corp. All rights reserved. Each product and program carries a respective written

More information

VSkyBox User Guide. Document Revision: v1.01 April 10, VSkyBox User Portal Guide i

VSkyBox User Guide. Document Revision: v1.01 April 10, VSkyBox User Portal Guide i VSkyBox User Guide Document Revision: v1.01 April 10, 2017 VSkyBox User Portal Guide i Table of Contents 1 Getting Started with VSkyBox... 1 1.1 Setting Up VSkyBox... 1 1.2 Opening VSkyBox... 3 1.3 Logging

More information

RICOH s Layout Engine can correctly display Thai, Arabic,Vietnamese and Hindi with complex grammar rules. Reading in this direction

RICOH s Layout Engine can correctly display Thai, Arabic,Vietnamese and Hindi with complex grammar rules. Reading in this direction Layout Engine RICOH s Layout Engine can correctly display Thai, Arabic,Vietnamese and Hindi with complex grammar rules. Arabic Reading in this direction Hebrew Thai Reading in this direction Reading in

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

READ ME FIRST. Installation Instructions for TROY Font Card Kit. (For use with Hewlett-Packard LaserJet 4014, 4015, and 4515 Series Printers)

READ ME FIRST. Installation Instructions for TROY Font Card Kit. (For use with Hewlett-Packard LaserJet 4014, 4015, and 4515 Series Printers) READ ME FIRST Installation Instructions for TROY Font Card Kit (For use with Hewlett-Packard LaserJet 4014, 4015, and 4515 Series Printers) Introduction Use the Hewlett-Packard CD to install the printer

More information

Localizing Intellicus. Version: 7.3

Localizing Intellicus. Version: 7.3 Localizing Intellicus Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

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

StreamServe Persuasion SP4 PageIN

StreamServe Persuasion SP4 PageIN StreamServe Persuasion SP4 PageIN User Guide Rev A StreamServe Persuasion SP4 PageIN User Guide Rev A 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of this document

More information

PROGRAMMER S ADDENDUM

PROGRAMMER S ADDENDUM PROGRAMMER S ADDENDUM This addendum describes the software changes available in version 2.8 of the Monarch 9825 printer and version 5.5 of the Monarch 9855 and 9860 printers. This addendum contains information

More information

Zebra 105SLPlus. User Guide. P Rev. A

Zebra 105SLPlus. User Guide. P Rev. A Zebra 105SLPlus User Guide P1056468-002 Rev. A 2013 ZIH Corp. The copyrights in this manual and the software and/or firmware in the printer described therein are owned by ZIH Corp. and Zebra s licensors.

More information

EZCT-2000 Software. VERSION 2.x USER'S MANUAL

EZCT-2000 Software. VERSION 2.x USER'S MANUAL EZCT-2000 Software VERSION 2.x USER'S MANUAL For Use with Vanguard s EZCT-S2, EZCT-S2A, EZCT-2000, EZCT-2000A, EZCT-2000B, EZCT-2KA, EZCT-2000C Current Transformer Testers Vanguard Instruments Company,

More information

Honeywell THE POWER OF CONNECTED IPL. Command Reference

Honeywell THE POWER OF CONNECTED IPL. Command Reference Honeywell THE POWER OF CONNECTED IPL Command Reference Customer Support Technical Assistance To search our knowledge base for a solution or to log in to the Technical Support portal and report a problem,

More information

Network Information Guide

Network Information Guide Version 6.0 BAR-ONE Network Information Guide English The information in this documentation is not contractual in nature. It is subject to modification without notice. The software described in this manual

More information

READ ME FIRST. Installation Instructions for TROY Font DIMM Printer and Font DIMM Kit. (For use with Hewlett-Packard LaserJet 2015 Series Printers)

READ ME FIRST. Installation Instructions for TROY Font DIMM Printer and Font DIMM Kit. (For use with Hewlett-Packard LaserJet 2015 Series Printers) Installation Instructions for TROY Font DIMM Printer and Font DIMM Kit (For use with Hewlett-Packard LaserJet 2015 Series Printers) Introduction Use the Hewlett-Packard CD to install the printer drivers,

More information

Instructions for USB Tester with Full Colour Display

Instructions for USB Tester with Full Colour Display Instructions for USB Tester with Full Colour Display -Model: UM24/UM24C Contents Instructions for USB Tester with Full Colour Display... - 1 - The PC Control Software Installation Instruction...- 5 - UM24C

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

LE840/LE850. Printer Setting Tool Manual Technical Reference

LE840/LE850. Printer Setting Tool Manual Technical Reference LE840/LE850 Printer Setting Tool Manual Technical Reference Table of Contents 1. INTRODUCTION 1 SUPPORTED PRINTERS... 1 FEATURES... 1 OUTLINE OF THE FUNCTIONS... 2 NOTATION... 2 SCREENS USED IN THIS DOCUMENT...

More information

ZEBRA GX420D, GX420T AND GX430T PRINTER SPECIFICATIONS

ZEBRA GX420D, GX420T AND GX430T PRINTER SPECIFICATIONS 111 ZEBRA GX420D, GX420T AND GX430T PRINTER SPECIFICATIONS Specifications are provided for reference and are based on printer tests using Genuine Zebra supplies. Results may vary in actual application

More information

^BC Code 128 Bar Code (Subsets A, B, and C)

^BC Code 128 Bar Code (Subsets A, B, and C) 93 Code 128 Bar Code (Subsets A, B, and C) Description The command creates the Code 128 bar code, a high-density, variable length, continuous, alphanumeric symbology. It was designed for complexly encoded

More information

Unicode and Non Unicode Printing with the Swiss 721 Font

Unicode and Non Unicode Printing with the Swiss 721 Font Unicode and Non Unicode Printing with the Swiss 721 Font There are many methods of printing international characters with Unicode fonts on a Zebra printer. We offer a free Swiss 721 font with 983 characters

More information

Picsel epage. PowerPoint file format support

Picsel epage. PowerPoint file format support Picsel epage PowerPoint file format support Picsel PowerPoint File Format Support Page 2 Copyright Copyright Picsel 2002 Neither the whole nor any part of the information contained in, or the product described

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

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

Damage Code Data Spooler User Documentation

Damage Code Data Spooler User Documentation Damage Code Data Spooler User Documentation Based on WIS/ASRA DVD Valid from data spooler-version 2.2.20.X Created by GSP/ORM Status: 26.11.2013 CONTENT 1. DAMAGE-CODE DATA SPOOLER 4 1.1 Function of Damage-Code

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

MK D Imager Barcode Scanner Configuration Guide

MK D Imager Barcode Scanner Configuration Guide MK-5500 2D Imager Barcode Scanner Configuration Guide V1.4 Table of Contents 1 Getting Started... 3 1.1 About This Guide... 3 1.2 Barcode Scanning... 3 1.3 Factory Defaults... 3 2 Communication Interfaces...

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

Workstation Configuration

Workstation Configuration Workstation Configuration Version 8.2 May 2, 2014 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 3 1.1 Custom level Internet

More information

Japanese utf 8 font. Japanese utf 8 font.zip

Japanese utf 8 font. Japanese utf 8 font.zip Japanese utf 8 font Japanese utf 8 font.zip 22/11/2010 Japanese: 私はガラスを (Literal UTF-8) Representing Middle English on the Web with UTF-8; The Kermit Bibliography (in UTF-8)What I'd like to do is save

More information

Nutzen Sie die Dettmer-Seminarunterlagen für Access bei einmaligem Kauf über Jahre hinaus für Ihre eigenen Schulungen

Nutzen Sie die Dettmer-Seminarunterlagen für Access bei einmaligem Kauf über Jahre hinaus für Ihre eigenen Schulungen Nutzen Sie die Dettmer-Seminarunterlagen für Access bei einmaligem Kauf über Jahre hinaus für Ihre eigenen Schulungen 20 Appendix 20.1 Data Types On page 22, the data types have already been mentioned

More information

PilotEdit User Manual. Author: Date: Version:

PilotEdit User Manual. Author: Date: Version: PilotEdit User Manual Author: support@pilotedit.com Date: 2018-02-28 Version: 11.3.0 URL: http://www.pilotedit.com Table of Contents 1. Introduction... 6 1.1. What is PilotEdit?... 6 1.2. PilotEdit GUI...

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

Quick-Start Guide READ ME FIRST. Installation Instructions for TROY Font Memory Card Kits

Quick-Start Guide READ ME FIRST. Installation Instructions for TROY Font Memory Card Kits READ ME FIRST Installation Instructions for TROY Font Memory Card Kits (For use with Hewlett-Packard LaserJet 2420, 2430, 4250, 4350, and 9050 Printers) IMPORTANT: Before installing the TROY Font Memory

More information

MELBOURNE LED LEDEDITOR 2016 SOFTWARE MANUAL

MELBOURNE LED LEDEDITOR 2016 SOFTWARE MANUAL MELBOURNE LED LEDEDITOR 2016 SOFTWARE MANUAL Chapter 1: Introduction 1.1 Function Feature The LED Editor Version 2 has been upgraded to offer wider range of control and satisfy requirement of multi functions

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

ZGL, a Zebra ZPL Printer Protocol Interpreter Programmer s Reference Manual

ZGL, a Zebra ZPL Printer Protocol Interpreter Programmer s Reference Manual ZGL, a Zebra ZPL Printer Protocol Interpreter Programmer s Reference Manual Thermal Series Printers Trademark Acknowledgments ZPL, ZPL II, and Zebra are registered trademarks of Zebra Technologies Corporation.

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

DSP860 Operation Manual

DSP860 Operation Manual DSP860 Operation Manual 1. Information 2. Introduction 3. Installation 4. Pin Assignment 5. DIP Switch Setting 6. Character Tables 7. Software Control (Command List) 8. Specifications 9. Instruction of

More information

Programming Guide Volume Two: The X.10 Environment

Programming Guide Volume Two: The X.10 Environment Programming Guide Volume Two: The X.10 Environment ZPL II Programming Guide Volume Two: The X.10 Environment Rev. 1 Customer Order # 45542L Manufacturer Part # 45542LB Proprietary Statement This manual

More information

Workstation Configuration

Workstation Configuration Workstation Configuration December 15, 2017 - Version 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

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

Workstation Configuration

Workstation Configuration Workstation Configuration September 22, 2015 - Version 9 & 9.1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Roland Software Package (RSP-009) SOFTWARE GUIDE

Roland Software Package (RSP-009) SOFTWARE GUIDE Roland Software Package (RSP-009) SOFTWARE GUIDE Thank you very much for purchasing this product. To ensure correct and safe usage with a full understanding of this product's performance, please be sure

More information

$5,075 P P P $5,580 P P P P $5,355 P P P $5,860 P P P P $5,380 P P P $5,885 P P P P $5,580 P P P $6,085 P P P P. Part Number. Description.

$5,075 P P P $5,580 P P P P $5,355 P P P $5,860 P P P P $5,380 P P P $5,885 P P P P $5,580 P P P $6,085 P P P P. Part Number. Description. 4" Print Width 6" Print Width 8 dot/mm (203 dpi) 12 dot/mm (300 dpi) Right Orientaton Left Orientation ZE500 Price List Prices are in U.S. Dollars. EXW Vernon Hills, IL, USA. Minimum billing for orders

More information

JDS7. Label design software USER MANUAL

JDS7. Label design software USER MANUAL Label design software USER MANUAL IMPORTANT NOTES Important Notes Copyright The present document and the described software therein belong to the company Allen Coding. All rights remain reserved. Reproduction

More information

KaleidaGraph Quick Start Guide

KaleidaGraph Quick Start Guide KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.

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

Number codes nibble byte word double word

Number codes nibble byte word double word Codes Number codes Digital circuits (like processors) represent information with two-valued binary codes. Why? Every signal wire in a digital system can transport one binary digit, or bit. A signal at

More information

Workstation Configuration Guide

Workstation Configuration Guide Workstation Configuration Guide August 13, 2018 Version 9.6.134.78 For the most recent version of this document, visit our documentation website. Table of Contents 1 Workstation configuration 4 1.1 Considerations

More information

QLabel-IV Operation Manual

QLabel-IV Operation Manual P/N. 920-0060611-02 Edition C 07.2009 QLabel-IV Operation Manual QLABEL-Ⅳ... 3 PART I: ABOUT QLABEL-Ⅳ...3 1: INTRODUCTION... 3 2: INSTALLATION... 3 PART II: STARTING ON QLABEL-IV...6 3: START QLABEL-Ⅳ...

More information

umber Systems bit nibble byte word binary decimal

umber Systems bit nibble byte word binary decimal umber Systems Inside today s computers, data is represented as 1 s and 0 s. These 1 s and 0 s might be stored magnetically on a disk, or as a state in a transistor. To perform useful operations on these

More information

Easy-to-see Distinguishable and recognizable with legibility. User-friendly Eye friendly with beauty and grace.

Easy-to-see Distinguishable and recognizable with legibility. User-friendly Eye friendly with beauty and grace. Bitmap Font Basic Concept Easy-to-read Readable with clarity. Easy-to-see Distinguishable and recognizable with legibility. User-friendly Eye friendly with beauty and grace. Accordance with device design

More information

LP440/LP441/LP470/LP480. Font download tool

LP440/LP441/LP470/LP480. Font download tool LP440/LP441/LP470/LP480 Font download tool The 5th edition: October 22, 2008 Contents Introduction...1 1. What is Font Download Tool...2 2. Set up the printer...2 3. Functions of Font Download Tool...3

More information

Real Time Clock. This appendix contains the information needed to install, program, and operate the Real Time Clock (RTC) option.

Real Time Clock. This appendix contains the information needed to install, program, and operate the Real Time Clock (RTC) option. Real Time Clock This appendix contains the information needed to install, program, and operate the Real Time Clock (RTC) option. 1222 Real Time Clock Overview Overview This hardware option is available

More information