Creates an instance of the SerialPortPrinter class wiht the specified information.
Namespace: Neodynamic.SDK.WebAssembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 2.0.2000.0 (2.0.2000.2)
Syntax
Parameters
- portName
- Type:
System String
The serial port name, for example COM1.
- baudRate
- Type:
System Int32
The serial port baud rate in bits per second.
- parity
- Type:
System.IO.Ports Parity
The serial port parity-checking protocol.
- stopBits
- Type:
System.IO.Ports StopBits
The serial port standard number of stopbits per byte.
- dataBits
- Type:
System Int32
The serial port standard length of data bits per byte.
- flowControl
- Type:
System.IO.Ports Handshake
The handshaking protocol for serial port transmission of data.
See Also