Creates an instance of the SerialPortPrinter class wiht the specified information.
The serial port name, for example COM1.
The serial port baud rate in bits per second.
The serial port parity-checking protocol.
The serial port standard number of stopbits per byte.
The serial port standard length of data bits per byte.
The handshaking protocol for serial port transmission of data.
Gets or sets the serial port baud rate in bits per second. Default value is 9600
Gets or sets the serial port standard length of data bits per byte. Default value is Serial.DataBits.Eight
Gets or sets the handshaking protocol for serial port transmission of data. Default value is Serial.Handshake.XOnXOff
Gets or sets the serial port parity-checking protocol. Default value is Serial.Parity.None
Gets or sets the serial port name, for example COM1. Default value is "COM1"
Gets or sets the serial port standard number of stopbits per byte. Default value is Serial.StopBits.One
It represents a printer which is connected through a serial port (RS232) in the client machine.