Dymo 1761334 Technical Reference - Page 75

USB Settings, USB Vendor ID, USB Product IDs

Page 75 highlights

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/). 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 plug-and-play information when it is connected to a host computer. This information includes a manufacturer specific, or Vendor, ID (VID) and a product specific ID (PID). These identifiers, when combined with the class type provided during USB enumeration, are sufficient to identify the driver to load. 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 RS-232 serial interface communicates using hardware and XON/XOFF flow control. Flow control helps to ensure that your computer doesn't send information to the printer faster than it can print. 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 on-line to get things started. It will send an XOFF code to stop the computer from sending information if the input buffer is approximately 80 percent full. 69

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76

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/).
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 plug-and-play information when it is connected to a host
computer. This information includes a manufacturer specific, or Vendor, ID (VID) and a
product specific ID (PID). These identifiers, when combined with the class type provided
during USB enumeration, are sufficient to identify the driver to load.
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 RS-232 serial interface communicates using hardware and XON/XOFF flow control.
Flow control helps to ensure that your computer doesn’t send information to the printer
faster than it can print.
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 on-line to get things started. It will send
an XOFF code to stop the computer from sending information if the input buffer is
approximately 80 percent full.
69