SerialPortPrinter Constructor (String, Int32, Parity, StopBits, Int32, Handshake)Neodynamic WebClientPrint for ASP.NET Class Reference
Creates an instance of the SerialPortPrinter class wiht the specified information.

Namespace: Neodynamic.SDK.Web
Assembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 2.0.2000.0 (2.0.2000.2)
Syntax

public SerialPortPrinter(
	string portName,
	int baudRate,
	Parity parity,
	StopBits stopBits,
	int dataBits,
	Handshake flowControl
)

Parameters

portName
Type: OnlineSystem String
The serial port name, for example COM1.
baudRate
Type: OnlineSystem Int32
The serial port baud rate in bits per second.
parity
Type: OnlineSystem.IO.Ports Parity
The serial port parity-checking protocol.
stopBits
Type: OnlineSystem.IO.Ports StopBits
The serial port standard number of stopbits per byte.
dataBits
Type: OnlineSystem Int32
The serial port standard length of data bits per byte.
flowControl
Type: OnlineSystem.IO.Ports Handshake
The handshaking protocol for serial port transmission of data.
See Also