The SerialPrinterConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SerialPrinterConnection | Overloaded. |
Methods
Name | Description | |
---|---|---|
Open |
Provides implementation for abstract Open()()(). (Overrides ZebraPrinterConnectionA..::.Open()()().)Opens the serial port as specified in the constructor. | |
ToString |
Returns Serial:[Port Name]:[Baud]:[Data Bits]:[Parity]:[Stop Bits]:[Handshake].
(Overrides Object..::.ToString()()().) |
Fields
Name | Description | |
---|---|---|
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.
|