Technical Reference DYMO LabelWriter SE450 Label Printer ® ®
Copyright © 2010 Sanford, L.P. All rights reserved. Revised 7/26/2010. No part of this document or the software may be reproduced or transmitted in any form or by any means or translated into another language without the prior written consent of Sanford, L.P. Trademarks LabelWriter and DYMO are trademarks or registered trademarks of Sanford, L.P. All other trademarks are the property of their respective holders.
Contents Introduction 1 Configuring the Host Computer for RS-232 Serial Interface 3 RS-232 Settings 3 RS-232 Cabling 4 RS-232 Signal Levels 4 Programming Overview 5 Programming the LabelWriter Printer 5 Resetting the Printer 6 Command Parameters 6 Character Evaluation 6 16-Bit Character Parameters 6 Conversions 7 Font Specifications 8 Objects 8 Print Modes 8 Raster Mode 9 Orientation 9 Portrait Mode Landscape Mode 9 10 Text Objects 10 Barcode Objects 11 Graphic Objects
iv CR Carriage Return 19 DC4 Cancel Double Wide Mode 19 ESC A Return Printer Status 20 ESC a Return Hardware Status 20 ESC B Set Dot Tab 20 ESC c Set Print Temperature to Low 21 ESC D Set Bytes per Line 21 ESC d Set Print Temperature to Medium 21 ESC E Form Feed 22 ESC e Set Print Temperature to Default 22 ESC F 1 n Feed n Lines 23 ESC g Set Print Temperature to High 23 ESC h Set Print Speed to Fast 23 ESC i Set Printing Speed to Barcode 23 ESC J Feed n Lines 23 ESC L Set Feed
PDF417 2D Barcode 39 GS l Draw Line in Landscape Mode 41 GS L Set Feed Length 43 GS q Print UPC/EAN Checksum 44 GS RS Set Inverse Print Mode 44 GS S Return Printer Status 45 GS T Select Line Wrap/Truncate Modes 46 GS t Set Characters per Line in Landscape 46 GS US Cancel Inverse Print Mode 47 GS u Set Characters per Line in Portrait 47 GS V Set Print Orientation 48 GS W Set Bar Code Element Width 48 GS w Set Barcode Module Width 49 GS ~ Enter Debug Mode 49 GS * Landscape Mode Gra
This page intentionally left blank for double-sided printing.
Chapter 1 Introduction The LabelWriter SE450 printer is a compact, thermal-transfer label printer. Featuring both RS-232 serial and USB connections and including both an ASCII command set as well as raster printing modes, this printer can fit a wide variety of uses. The LabelWriter SE450 printer can be readily connected to most common computer systems using the included Windows, Mac or Linux drivers.
This page intentionally left blank for double-sided printing.
Chapter 2 Configuring the Host Computer for RS-232 Serial Interface This chapter describes how to configure the host computer to communicate with the LabelWriter SE450 printer over an RS-232 serial interface. n RS-232 Settings n RS-232 Cabling n RS-232 Signal Levels For information about communicating with the host computer using the USB port, see the sample code located on the LabelWriter SE450 CD that came with the printer.
Configuring the Host Computer for RS-232 Serial Interface RS-232 Cabling RS-232 cable pinouts are shown in the table below. For details on RS-232 signal names, consult the RS-232 Standard documentation. Origination Termination (Mod.
Chapter 3 Programming Overview This chapter includes the information needed to control the LabelWriter SE450 printer correctly using ASCII Escape commands (referred to as ESC commands throughout this reference guide). Both basic and advanced topics are explained so that you understand how the LabelWriter SE450 printer works. Programming the LabelWriter Printer The first step in controlling the LabelWriter SE450 printer is to understand how the printer works.
Programming Overview PRINT #1, “HELLO WORLD” In a nutshell, that’s all there is to controlling the LabelWriter printer. Any formatting or special effect that you may need for your output can be specified simply and easily by sending the appropriate command characters and the data to be printed. The next few sections cover the ins, outs, and general information that you should know before programming the LabelWriter printer. Resetting the Printer Each print job should begin with a printer reset command.
Programming the LabelWriter Printer To allow for longer distances to be specified, two 8-bit characters are used to specify the value, by combining them into one 16-bit character. Though the calculations are all performed within the printer itself, it is important to understand how the characters are handled. The decimal value of the first character that is sent (usually noted as n1) is multiplied by 256. The decimal value of the second character sent (usually noted as n2) is then added to this.
Programming Overview 710 base 10 = 0000001011000110 n1 binary = 00000010 or "2" decimal n2 binary = 11000110 or "198" decimal Font Specifications The table below lists the specifications for the five internal fonts the LabelWriter printer supports. Height and width are expressed in dots. Font Setting Height Width Horizontal cpi Vertical cpi ESC S 16 10 20.3 12.7 ESC P 24 12 16.9 8.4 ESC M 32 16 12.7 6.4 ESC U 32 20 10.2 6.4 ESC T 56 28 7.3 3.
Print Modes a top-of-form hole before this maximum feed distance is reached, it will stop at that point, rather than continuing. This command is only needed when dealing with continuous-feed paper. Raster Mode The LabelWriter SE450 command set includes most of the commands included in the command set for the LabelWriter 450 series printers, as well as the ASCII commands that are included in this Technical Reference.
Programming Overview Certain commands are disabled or work differently while the printer is in portrait mode. Exact details can be found with each command’s description. Landscape Mode By using the set print orientation command (GS V), you can configure the LabelWriter printer for landscape printing. In landscape printing, text characters travel out of the printer from the left side of the character to the right.
Barcode Objects command. While a text object is active, commands that alter text line attributes (such as font and double-height character commands) are ignored. Commands that alter text character attributes (such as double wide and inverse) may be sent at any time. Line attributes include the five basic fonts (ESC S, P, M, U, and T), plus the double-height font command (GS DC2). These commands may not be issued while a text object is active; instead they should be issued before a text object is begun.
Programming Overview parameter specifies whether a fixed amount of data will be sent or whether delimiters will be used. In either case, the data sent must match the parameter setting. If a fixed number of characters are specified, then the exact number of characters specified must be sent. If delimiters are indicated, then matching characters must be sent before and after the barcode data to specify the beginning and end of the data.
Chapter 4 Command Reference This chapter describes the commands you can use to program your LabelWriter SE450 printer.
Command Reference 14 NAME DESCRIPTION ESC g Set Print Temperature to High ESC J n Feed n Lines ESC L Set Feed Length ESC M Set Font to 12 cpi ESC P Set Font to 16 cpi ESC Q Set Top Margin ESC S Set Font to 20 cpi ESC T Set Font to 7 cpi ESC U Set Font to 10 cpi ESC V Return Firmware Revision ESC W n1 n2 Wrap Data ESC X n1 n2 Set Horizontal Starting Position ESC Y n1 Set Vertical Starting Position ESC y Set 203 x 203 dpi ESC z Set 136 x 203 dpi ETB Raster Mode Compressed Gr
Commands by Function NAME DESCRIPTION GS L n1 n2 Set Feed Length GS l n1 n2 l1 l2 m Draw Line in Landscape Mode GS q n m d1…dk Print UPC/EAN Checksum GS RS Set Inverse Print Mode GS S Return Printer Status GS T n Select Line Wrap/Truncate Modes GS t n Set Characters per Line (Landscape) GS u n Set Characters per Line (Portrait) GS US Cancel Inverse Print Mode GS V n Set Print Orientation GS W Thin Thick Set Bar Code Element Width GS w n Set Bar Code Module Width GS ~ Enter Debug
Command Reference NAME DESCRIPTION CR Carriage Return ESC J n Feed n Sublines ESC X n1 n2 Set Horizontal Starting Position ESC Y n1 Set Vertical Starting Position GS T n Select Line Wrap/Truncate Modes GS V n Set Text and Bar Code Orientation GS d n Feed n Text Lines GS t n Set Characters per Line (Landscape) GS u n Set Characters per Line (Portrait) NAME DESCRIPTION 20h - FFh Printable Characters (See DC4 Cancel Double Wide Mode ESC T Set Font to 7 cpi ESC M Set Font to 12 cpi
Commands by Function NAME DESCRIPTION SO Set Font to Double Wide Mode Barcodes NAME DESCRIPTION GS A n1 n2 Barcode Start Position GS W Thin Thick Set Barcode Element Width GS h n Set Barcode Height GS k n m d1…dk Print Barcode GS w n Set Barcode Module Width NAME DESCRIPTION ESC @ Reset to Power-up Condition ESC V Return Firmware Revision ESC W n1 n2 Wrap Data GS ~ Enter Debug Mode GS * n1 n2 t h w d1…dm Landscape Mode Graphics GS L n1 n2 Set Feed Length GS S Return Printer
Command Reference Raster Compatibility NAME DESCRIPTION SYN Raster Mode Graphics ETB Raster Mode Compressed Graphics ESC * Reset to Defaults ESC @ Reset Printer to Power-up Condition ESC A Return Printer Status ESC B Set Dot Tab ESC D Set Bytes per Line ESC E Form Feed ESC L Set Feed Length ESC Q Set Top Margin ESC a Return Hardware Status ESC c Set Print Temperature to Low ESC d Set Print Temperature to Medium ESC e Set Print Temperature to High ESC F 1 n Feed "n" Sublines
Commands These characters, while not part of an escape (command) sequence, will be printed using the currently selected font. The standard, printable ASCII characters are associated with their normal values, which range from decimal value 32 to decimal value 127. The extended ASCII character set is also included and ranges from decimal value 128 to decimal value 255. See Character Codes for a summary of all the characters available.
Command Reference ESC A Return Printer Status Description Provided for LabelWriter printer raster compatibility. ESC A is identical to the GS S command described in this guide. See the description of the GS S command for information on how to return the printer status. See Also GS S ESC a Return Hardware Status Description Provided for LabelWriter printer raster compatibility. See Also GS S ESC B Set Dot Tab Description Provided for LabelWriter printer raster compatibility.
Commands ESC c Set Print Temperature to Low Used to adjust the printing strobe. This command is also supported by the LabelWriter SE300 and the LabelWriter 400 and 450 series printers. Expression ASCII ESC c Decimal 27 99 Hex 1B 63 Paramenters None ESC D Set Bytes per Line Description Provided for LabelWriter printer raster compatibility. This command defines the number of bytes in a single line of raster bitmap data. The LabelWriter SE450 printer prints up to 56 bytes (448 dots) of bitmap data.
Command Reference ASCII ESC d Decimal 27 100 Hex 1B 64 Parameters None ESC E Form Feed Description Prints the contents of the text buffer and advances the print media. The distance the media will advance depends on two factors: the feed distance specified by the GS L command and the presence of a punch hole. The LabelWriter printer will advance until a punch hole is detected or until the feed distance (specified by the GS L command) has been reached.
Commands None ESC F 1 n Feed n Lines Description Provided for LabelWriter raster compatibility. The command is used to feed the next "n" lines on the label. This command requires two bytes: the first byte is always 1, the second byte is the feed line value. Note that this command functions identically to the ESC J command. See Also ESC J ESC g Set Print Temperature to High Used to adjust the printing strobe.
Command Reference ASCII ESC J n Decimal 27 74 n Hex 1B 4A n Parameters n = the desired number of sublines to feed ESC L Set Feed Length Description Provided for LabelWriter raster compatibility. See the GS L command for information. See Also GS L ESC M Set Font to 12 cpi Description Changes to the 12 cpi normal font. The cell dimension is 32 H x 16 W. This is the default font. Fonts may only be changed at the beginning of a line, prior to any printable characters.
Commands Horizontal Font Height Width ESC P 24 12 16.9 8.4 ESC M 32 16 12.7 6.4 ESC U 32 20 10.2 6.4 ESC T 56 28 7.3 3.6 cpi Vertical cpi ESC P Set Font to 16 cpi Description Changes to the 16 cpi mini font. The cell dimension is 24 H x 12 W. Fonts may only be changed at the beginning of a line, prior to any printable characters. This font will remain in effect until the printer is reset (by the ESC @ or ESC * command) or another font is selected.
Command Reference ESC Q Set Top Margin Description Provided for LabelWriter raster compatibility. ESC S Set Font to 20 cpi Description Changes to the 20 cpi micro font. The cell dimension is 16 H x 10 W. Fonts may only be changed at the beginning of a line, prior to any printable characters. This font will remain in effect until the printer is reset (by the ESC @ or ESC * command) or another font is selected.
Commands Fonts may only be changed at the beginning of a line, prior to any printable characters. This font will remain in effect until the printer is reset (by the ESC @ or ESC * command) or another font is selected. See Also ESC M ESC P ESC S ESC U Expression ASCII ESC T Decimal 27 84 Hex 1B 54 Parameters None Example Font Horizontal Height Width ESC S 16 10 20.3 12.7 ESC P 24 12 16.9 8.4 ESC M 32 16 12.7 6.4 ESC U 32 20 10.2 6.4 ESC T 56 28 7.3 3.
Command Reference Expression ASCII ESC U Decimal 27 85 Hex 1B 55 Parameters None Font Horizontal Height Width ESC S 16 10 20.3 12.7 ESC P 24 12 16.9 8.4 ESC M 32 16 12.7 6.4 ESC U 32 20 10.2 6.4 ESC T 56 28 7.3 3.6 cpi Vertical cpi ESC V Return Firmware Revision Description Returns ten ASCII characters (1765303v0G) that represents the firmware revision of the of the LabelWriter 450 series printers, with which the SE450 is 100% compatible.
Commands n2 are received successfully by the host, you can be reasonably assured that there is a LabelWriter printer attached connected and your program can communicate with the printer.
Command Reference This command is used in landscape printing to set a new offset from the top margin from which to begin printing text and barcode objects. Distance is specified in millimeters. The LabelWriter SE450 print head is 56 millimeters wide. Expression ASCII ESC Y n Decimal 27 89 n Hex 1B 59 n Parameters n the offset distance in millimeters ESC y Set 203 x 203 dpi Description Provided for LabelWriter raster compatibility.
Commands See Also ESC * Expression ASCII ESC @ Decimal 27 64 Hex 1B 40 Parameters None ETB Raster Mode Compressed Graphics Description Provided for LabelWriter printer raster compatibility. The ETB command is a synchronization character used to encode compressed raster bitmap print data. Print data is encoded in strings of 8-bit bytes preceded by a singe ETB (Hex 17) character. The control electronics in the printer do not check the validity of the bitmap data.
Command Reference 16 white pixels 16 printed pixels Total 192 pixels = 24 bytes x 8 Using the ETB command, along with the ESC D and ESC B commands, can drastically reduce the number of data bytes required to form a print image. Refer to the description of the SYN command for more information on printing bitmap data. See Also SYN ESC B ESC D Expression ASCII ETB d1…dn Decimal 23 d1…dn Hex 17 d1…dn Parameters d1…dn n bytes of bitmap print data as per ESC D setting.
Commands None GS A Starting Position of Bar Code Description Defines the distance from the left where the first barcode will print. The distance is represented in n/203 inch (dot) increments. This command is used to center a barcode on a text line. Expression ASCII GS A n1 n2 Decimal 29 65 n1 n2 Hex 1D 41 n1 n2 Parameters n1 the most significant byte n2 the least significant byte Inches/203 = (n1 * 256) + n2 Length # of Dots n1 n2 0.5 102 0 102 1.0 203 0 203 2.0 406 1 150 3.
Command Reference GS DC3 Expression ASCII GS DC2 Decimal 29 18 Hex 1D 12 Parameters None GS DC3 Cancel Double Height Description Cancels the double-height characters and returns the font to normal size. This command must be sent at the beginning of a line, before any printable characters. See Also GS DC2 Expression ASCII GS DC3 Decimal 29 19 Hex 1D 13 Parameters None GS d Feed n Text Lines Description Prints the contents of the buffer and feeds n number of text lines.
Commands GS h Set Barcode Height Description Defines the height of the bars (in dots) for barcodes. The height is defined in n/203 inch increments. For example, specify 203 as the value for n to print a 1-inch high barcode. The barcode height is always rounded up to the next multiple of 8.
Command Reference Character Value n=2 Barcode Symbology EAN/UPC Auto m=6 UPC - E m=7 EAN-8 m=8 invalid m=9 UPC-E + 2 m = 10 UPC Auto (UPC-E/UPC-A) m = 11 UPC-A m = 12 UPC-E + 5, EAN-13 m = 13 UPC-Auto + 2 m = 14 UPC-A + 2 m = 15 EAN-13 + 2 m = 16 UPC-Auto + 5 m = 17 UPC-A + 5 m = 18 EAN-13 + 5 n=3 reserved n=4 Code 3 of 9 n=5 MSI Plessey n=6 Codabar n=7 Interleaved 2 of 5 n=8 Code 128-A n=9 Code 128-B n = 10 Code 128-C n = 11 Code 128-Auto n = 12 Bookland EAN
Commands For Data Matrix encoding, the LabelWriter SE450 printer supports only basic ASCII characters 0x00-0x7F. Data Matrix barcodes are only supported for 203 x 203 dpi modes. They are not supported for 203 x 136 dpi modes. Parameters n 15 (0x0F) option byte Bit 7: “Numbers-only” compression. Uses the ASCII number pairs compression in the Data Matrix specification. When this is enabled, only ASCII numbers may be sent to the printer. Any other data will be turned into the digit 0.
Command Reference Number of Rows Columns Encodable ASCII bytes Encodable numeric bytes with "Numbers-only" compression 10 10 3 6 14 14 8 16 18 18 18 36 22 22 30 60 26 26 44 88 36 36 86 172 44 44 144 288 52 52 204 408 72 72 368 736 88 88 576 1152 104 104 816 1632 Supported Rectangular Data Matrix Symbol Sizes Number of Rows Columns Encodable ASCII bytes Encodable numeric bytes with "Numbers-only" compression 8 18 5 10 8 32 10 20 12 26 16 32 12
Commands GS 0x6B 0x0F 0xC0 0x00 0x00 0x00 0x05 0x3132333435 Prints the following image: Here, 5 characters are also sent: ABCDE. However, since they are not all numbers, compression is not used. Rectangles are not excluded, so an 8x18 symbol should be autoselected. The element size has been set to 5.
Command Reference l n Numeric Compaction mode: 2528 characters (at 2.93 data characters per codeword). Symbol size: l Number of rows: 3 to 90. l Number of Columns: 1 to 30 l Maximum codewords capacity: 928 codewords. l Maximum data codewords capacity: 925 codewords. l Selectable error correction: 2 to 512 codewords per symbol.
Commands e = user defined error correction level (0 to 8), if it is 0 which means the error correction level will be set according to PDF417 specification. It will be assigned as per the following Table: Error Correction Number of Data Codewords Codewords 0 2 -- 1 4 1-40 2 8 1-40 3 16 41-160 4 32 161 5 64 320 6 128 > 321 7 256 -- 8 512 -- Error Correction Level m1 = the most significant byte of data length. m2= the least significant byte of data length.
Command Reference Parameters n1 most significant byte of the offset from the left (in dots) n2 least significant byte of the offset from the left (in dots) L1 most significant byte of the line length (in dots) least significant byte of the line length (in dots) L2 where: offset = inches/203 = (n1 * 256) + n2 length = inches/203 = (L1 * 256) + L2 m the bitmask (where 0 = top and 7 = bottom) Example 42
Commands GS L Set Feed Length Description Sets the distance the print media will advance upon receipt of a form feed (FF or ESC E) command. The distance is defined as n/203 inches. The number of dots = n1 * 256 + n2. Expression ASCII GS L n1 n2 Decimal 29 76 n1 n2 Hex 1D 4C n1 n2 Parameters n1 the most significant byte n2 the least significant byte Inches/203 = (n1 * 256) + n2 Length # of Dots n1 n2 0.5 102 0 102 1.0 203 0 203 2.0 406 1 150 3.0 609 2 97 4.0 812 3 44 5.
Command Reference GS q Print UPC/EAN Checksum Description Prints the checksum digit for the specified barcode. The checksum digit is printed in the current font, at the current text position. Currently the only supported symbologies are the UPC/EAN barcodes.
Commands GS S Return Printer Status Description Returns a single status byte. The printer status is determined by testing the individual bits within the returned status byte. Only bits that have defined values should be tested. Do not test bits designated as reserved. When polling for the status byte, your program must wait for the status byte to arrive. The printer will take several milliseconds to process the request and then transmit the status byte.
Command Reference GS T Select Line Wrap/Truncate Modes Description Determines how to handle a text wrap condition. A text wrap condition occurs when text extends beyond the end of a line or a page. The default is to wrap at the end of a line and a page.
Commands GS US Cancel Inverse Print Mode Description Cancels the inverse print mode (white on black) and returns text back to its normal attributes for the remainder of the current line. See Also GS RS Expression ASCII GS US Decimal 29 31 Hex 1D 1F Parameters None GS u Set Characters per Line in Portrait Description Creates an internal memory buffer to store portrait text and barcodes. The size of the buffer is determined by n, the number of characters per line.
Command Reference GS V Set Print Orientation Description Causes the LabelWriter printer to print the data stored in the print buffer and then change to the selected orientation.
Commands ASCII GS W Thin Thick Decimal 29 87 Thin Thick Hex 1D 57 Thin Thick Parameters Thin thickness of thin bars Thick thickness of thick bars GS w Set Barcode Module Width Description Selects the horizontal size of a barcode module. The parameter n represents the thickness of the thin bars (in dots). Each dot measures .0049 inches in 203 dpi and .0073 inches in 138 dpi. With Code 3 of 9, Interleaved 2 of 5, and Codabar barcodes, the thick bars will be automatically adjusted to 2 * n.
Command Reference GS * Landscape Mode Graphics Description Prints a graphic image (in landscape mode only).
Commands HT Horizontal Tab Description Moves cursor position to next multiple of eight single-width characters. Note that double-width characters count as two single-width characters. If the HT command causes the cursor to move beyond the printable area, the text will wrap to the next line. Expression ASCII HT Decimal 9 Hex 9 Parameters None LF Line Feed Description Prints the current line of text and advances the text position to the beginning of the next line.
Command Reference Causes all the text that follows the command on the same line to be printed as doublewide characters. Double-wide characters are canceled by a line feed (CR or LF) or the DC4 command. Double wide is a character attribute and is available on a character-by-character basis. Double-wide text can be canceled at any point on the line. Double-wide text is automatically canceled at the end of the line.
The Caret Feature required because this amount exceeds the longest possible string of bitmap data bytes that the LabelWriter printer expects. See Also ESC B ESC D ETB Expression ASCII SYN d1…dn Decimal 22 d1…dn Hex 16 d1…dn Parameters d1 … bytes of bitmap print data (max 56 bytes for LabelWriter dn = SE450 print heads). n The Caret Feature Some computing environments do not allow the user to send the full range of ASCII characters, limiting output to printable characters only (20h - FFh).
Command Reference When using the caret feature, three-digit characters must always follow the caret (^). Also, while the caret feature is enabled, the printer will not work correctly with the LabelWriter Windows or Mac raster print drivers.
The Caret Feature Character Codes Below is a list showing the ASCII codes from 1 to 255. The list shows the ASCII characters and names, and the corresponding decimal, hexadecimal, and binary values.
Character Codes 56 Char Name ^[ Decimal Hex Binary ESC 27 1B 0001 1011 ^\ FS 28 1C 0001 1100 ^] GS 29 1D 0001 1101 ^^ RS 30 1E 0001 1000 ^ US 31 1F 0001 1111 Space space 32 20 0010 0000 ! exclamation pt.
The Caret Feature Char Name ; Decimal Hex Binary semicolon 59 3B 0011 1011 < less than sign 60 3C 0011 1100 = equal sign 61 3D 0011 1101 > greater than sign 62 3E 0011 1110 ? question mark 63 3F 0011 1111 @ at sign 64 40 0100 0000 A capital A 65 41 0100 0001 B capital B 66 42 0100 0010 C capital C 67 43 0100 0011 D capital D 68 44 0100 0100 E capital E 69 45 0100 0101 F capital F 70 46 0100 0110 G capital G 71 47 0100 0111 H capital H
Character Codes 58 Char Name [ Decimal Hex Binary open bracket 91 5B 0101 1011 \ back slash 92 5C 0101 1100 ] close bracket 93 5D 0101 1101 ^ caret 94 5E 0101 1110 _ underscore 95 5F 0101 1111 ` accent grave 96 60 0110 0000 a lowercase a 97 61 0110 0001 b lowercase b 98 62 0110 0010 c lowercase c 99 63 0110 0011 d lowercase d 100 64 0110 0110 e lowercase e 101 65 0110 0101 f lowercase f 102 66 0110 0110 g lowercase g 103 67 0110 0111 h
The Caret Feature Char Name { Decimal Hex Binary open brace 123 7B 0111 1011 | vertical line 124 7C 0111 1100 } close brace 125 7D 0111 1101 ~ tilde 126 7E 0111 1110 Delete DEL 127 7F 0111 1111 € Euro 128 80 1000 0000 129 81 1000 0001 ‚ 130 82 1000 0010 ƒ 131 83 1000 0011 „ 132 84 1000 0100 … 133 85 1000 0101 † 134 86 1000 0110 ‡ 135 87 1000 0111 ˆ 136 88 1000 1000 ‰ 137 89 1000 1001 Š 138 8A 1000 1010 ‹ 139 8B 1000 1011 Œ 140
Character Codes Char Decimal Hex Binary › 155 9B 1001 1011 œ 156 9C 1001 1100 157 9D 1001 1101 ž 158 9E 1001 1110 Ÿ 159 9F 1001 1111 160 A0 1010 0000 ¡ 161 A1 1010 0001 ¢ 162 A2 1010 0010 £ 163 A3 1010 0011 ¤ 164 A4 1010 0100 ¥ 165 A5 1010 0101 ¦ 166 A6 110 0110 § 167 A7 1010 0111 ¨ 168 A8 1010 1000 169 A9 1010 1001 ª 170 AA 1010 1010 « 171 AB 1010 1011 ¬ 172 AC 1010 1100 173 AD 1010 1101 174 AE 1010 1110 ¯ 175 AF 1010 1111
The Caret Feature Char Name Decimal Hex Binary » 187 BB 1011 1011 ¼ 188 BC 1011 1100 ½ 189 BD 1011 1101 ¾ 190 BE 1011 1110 ¿ 191 BF 1011 1111 À 192 C0 1100 0000 Á 193 C1 1100 0001 Â 194 C2 1100 0010 Ã 195 C3 1100 0011 Ä 196 C4 1100 0100 Å 197 C5 1100 0101 Æ 198 C6 1100 0110 Ç 199 C7 1100 0111 È 200 C8 1100 1000 É 201 C9 1100 1001 Ê 202 CA 1100 1010 Ë 203 CB 1100 1011 Ì 204 CC 1100 1100 Í 205 CD 1100 1101 Î 206 CE 1100 1110
Character Codes Char 62 Name Decimal Hex Binary Û 219 DB 1101 1011 Ü 220 DC 1101 1100 Ý 221 DD 1101 1101 Þ 222 DE 1101 1110 ß 223 DF 1101 1111 à 224 E0 1110 0000 á 225 E1 1110 0001 â 226 E2 1110 0010 ã 227 E3 1110 0011 ä 228 E4 1110 0100 å 229 E5 1110 0101 æ 230 E6 1110 0110 ç 231 E7 1110 0111 è 232 E8 1110 1000 é 233 E9 1110 1001 ê 234 EA 1110 1010 ë 235 EB 1110 1011 ì 236 EC 1110 1100 í 237 ED 1110 1101 î 238 EE 1110 111
The Caret Feature Char Name Decimal Hex Binary û 251 FB 1111 1011 ü 252 FC 1111 1100 ý 253 FD 1111 1101 þ 254 FE 1111 1110 ÿ 255 FF 1111 1111 63
This page intentionally left blank for double-sided printing.
Chapter 5 Configuration Menu The LabelWriter SE450 printer has a Printer Configuration Menu built into the firmware. Through this menu, flash memory settings such as baud rate and feed distance can be changed. Flash memory settings remain in effect even after power has been removed from the printer. The Printer Configuration Menu is accessible by using any terminal communications (modem) program (such as, Hyperterminal in Windows) and communicating with the printer through an RS-232 serial port.
Configuration Menu B4 Set 14,400 Baud B5 Set 19,200 Baud B6 Set 28,800 Baud B7 Set 38,400 Baud B8 Set 57,600 Baud B9 Set 115,200 Baud F? Display Default Feed Length Fnnnn Set default feed length X? Display XON/XOFF inhibit status X0 Send XON/XOFF X1 Inhibit XON/XOFF C? Display Caret (^) Status C0 Disable Caret Command C1 Enable Caret Command 10. When you are finished, unplug the printer. The next time you connect power to the printer the changes you made will be in effect.
Chapter 6 Printer Specifications This section covers hardware specifications for the LabelWriter SE450 printer. n Hardware specifications n Interface specifications n Print head specifications Hardware Specifications This section lists printer, interface, print head, and printing specifications. For additional serial interface specifications, refer to the next section in this chapter. Model LabelWriter SE450 Dimensions Width: 4-7/8” Height 5-3/4” Depth 7-1/4” Weight 1.
Printer Specifications Average Life 2 million lineal inches (over 31 miles) Print head is replaceable Printing Method Direct thermal 40 labels per minute (115,200 Baud, Serial) Speed 48 labels per minute (through DYMO Label V.8, USB driver) 48 labels per minute for ASCII over both serial and USB (4-line address label) Label Width Maximum width of 62 mm (2.44 inches) Resolution 203 x 203 and 136 x 20 dots per inch Five fonts (7.5 cpi, 10 cpi, 12 cpi, 16.
USB Settings USB Settings The LabelWriter SE450 printer communicates with the host computer using a full-speed USB 2.0 interface. This interface also operates with USB Version 1.1 or later. The printer implements the standard USB Printer Class Device interface for communications (see www.usb.org/developers/devclass/).
This page intentionally left blank for double-sided printing.