Click or drag to resize

SerialCommPortExtensions Class

Extension methods for SerialCommPort.
Inheritance Hierarchy
SystemObject
  ZylSoft.SerialSerialCommPortExtensions

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntax
public static class SerialCommPortExtensions

The SerialCommPortExtensions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberIntToSerialCommPort Converts int to SerialCommPort.
Public methodStatic memberStringToSerialCommPort Converts string to SerialCommPort.
Public methodStatic memberToString Converts SerialCommPort to string. If you use custom port name, use SerialPort.SerialCommPortToString(SerialCommPort port) instead.
Top
See Also