Enum SerialPortStopBits
Specifies the number of stop bits used on the serial port communication.
Namespace: Neodynamic.SDK.Printing
Assembly: cs.temp.dll.dll
Syntax
public enum SerialPortStopBits
Fields
Name | Description |
---|---|
None | No stop bits are used. |
One | One stop bit is used. |
OnePointFive | 1.5 stop bits are used. |
Two | Two stop bits are used. |