SerialPortChannel Class
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.SerialPort.dll (version 7.0.9448)
Provides methods for communication over SerialPort.
Syntax
public class SerialPortChannel : IShellChannelFactory
Implements
Inherited Members
Constructors
| Name | Description |
|---|---|
|
Serial |
Initialize a new instance of Serial |
|
Serial |
Initialize a new instance of Serial |
|
Serial |
Initialize a new instance of Serial |
|
Serial |
Initialize a new instance of Serial |
Properties
| Name | Description |
|---|---|
|
Log |
Gets or sets the logger used by this object. |
| Port | Gets the serial port. |
| Timeout | Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out). |
Methods
| Name | Description |
|---|---|
|
Start |
Starts a scripting session with a virtual terminal. |
|
Start |
Starts a scripting session with a virtual terminal. |
|
Start |
Starts a scripting session with a virtual terminal. |
|
Start |
Starts a virtual terminal session. |
|
Start |
Starts a virtual terminal session. |
|
Start |
Starts a virtual terminal session. |
Operators
| Name | Description |
|---|---|
|
Implicit(Serial |
Converts SerialPort to Serial |
Explicit Interface Implementations
| Name | Description |
|---|---|
|
IShell |
Creates a new shell channel using the specified options. |