The SerialPrinterConnection type exposes the following members.

Constructors

  NameDescription
SerialPrinterConnectionOverloaded.

Methods

  NameDescription
Open
Provides implementation for abstract Open()()().
Opens the serial port as specified in the constructor.
(Overrides ZebraPrinterConnectionA..::.Open()()().)
ToString
Returns Serial:[Port Name]:[Baud]:[Data Bits]:[Parity]:[Stop Bits]:[Handshake].
(Overrides Object..::.ToString()()().)

Fields

  NameDescription
DEFAULT_BAUD_RATE
The default baud rate is 9600.
DEFAULT_DATA_BITS
The default data bits is 8.
DEFAULT_HANDSHAKE
The default handshake method is None.
DEFAULT_PARITY
The default parity is None.
DEFAULT_STOPBITS
The default stop bits is 1.

See Also