Class COM
Communication port (COM) class. See also: IOGroup.
Namespace: Cosmos.Core.IOGroup
Assembly: Cosmos.Core.dll
Syntax
public class COM : IOGroup
Constructors
| Improve this Doc View SourceCOM(Byte)
Initializes a new set of IOPorts for the specified COM port number.
Declaration
public COM(byte comPortNumber)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | comPortNumber | Can be either 1,2,3, or 4. |
Fields
| Improve this Doc View SourceData
Data register port.
Declaration
public readonly IOPort Data
Field Value
Type | Description |
---|---|
IOPort |
FIFOControl
FIFO control register port.
Declaration
public readonly IOPort FIFOControl
Field Value
Type | Description |
---|---|
IOPort |
InterruptEnable
Interrupt enable register port.
Declaration
public readonly IOPort InterruptEnable
Field Value
Type | Description |
---|---|
IOPort |
LineControl
Line control register port.
Declaration
public readonly IOPort LineControl
Field Value
Type | Description |
---|---|
IOPort |
LineStatus
Line status register port.
Declaration
public readonly IOPort LineStatus
Field Value
Type | Description |
---|---|
IOPort |
ModemControl
Modem control register port.
Declaration
public readonly IOPort ModemControl
Field Value
Type | Description |
---|---|
IOPort |
ModemStatus
Modem status register port.
Declaration
public readonly IOPort ModemStatus
Field Value
Type | Description |
---|---|
IOPort |
Scratch
Scratch register port.
Declaration
public readonly IOPort Scratch
Field Value
Type | Description |
---|---|
IOPort |