USB Settings
USB Settings
The LabelWriter SE450 printer communicates with the host computer using a
While it is not the purpose of this section to define how to write a USB driver for a printer device, this section provides some product specific information that is required for any USB device.
Each USB device provides
USB Vendor ID
The USB Vendor ID (VID) assigned to DYMO by the USB Implementers Forum is 0x0922h (2338 Decimal).
USB Product IDs
The LabelWriter SE450 printer has the following unique Product ID:
Printer Model | Product ID (Hex) |
DYMO LabelWriter SE450 | 0x0400 |
Serial Interface Specifications
This section describes the specifications for the serial interface. See Configuring the Host for details about connecting the printer to your computer through the serial interface.
The
The XON/XOFF protocol is a popular data communications protocol. When the printer’s buffer is approximately 90 percent full, it sends the ASCII code XOFF (13 hex) to the computer to tell it to stop sending data. When there is again room (that is, space for approximately 10 percent more characters in the buffer), the printer sends the ASCII code XON (11 hex) to the computer to tell it to resume sending data. (XON is also known as DC1; XOFF is synonymous with DC3.) If the computer doesn’t stop sending data after it receives an XOFF, the data that overflows the buffer will be lost, and the printed results will be different from what was expected and may include dropped characters.
The printer will send an XON code when it goes
69