Property | Type | Description | |
---|---|---|---|
DLLBase | IReadWriteIOPort | ||
DLMBase | IReadWriteIOPort | ||
FCRBase | IWriteOnlyIOPort | ||
IERBase | IReadWriteIOPort | ||
IIRBase | IReadOnlyIOPort | ||
LCRBase | IReadWriteIOPort | ||
LSRBase | IReadWriteIOPort | ||
MCRBase | IReadWriteIOPort | ||
MSRBase | IReadWriteIOPort | ||
RBRBase | IReadOnlyIOPort | ||
SCRBase | IReadWriteIOPort | ||
THRBase | IWriteOnlyIOPort | ||
fifoBuffer | byte[] | ||
fifoEnd | uint | ||
fifoStart | uint | ||
ioBase | ushort | ||
serialIRQ | IRQHandler | ||
spinLock |
Method | Description | |
---|---|---|
DisableDataReceivedInterrupt ( ) : void | ||
EnableDataReceivedInterrupt ( ) : void | ||
Initialize ( ) : void | ||
OnInterrupt ( uint irq ) : bool | ||
ReadByte ( ) : int | ||
SerialDevice ( ) : System | ||
SerialDevice ( ushort ioBase, byte irq ) : System | ||
Write ( byte ch ) : void |
Method | Description | |
---|---|---|
AddToFIFO ( byte value ) : void | ||
CanRead ( ) : bool | ||
CanTransmit ( ) : bool | ||
GetFromFIFO ( ) : byte | ||
IsFIFODataAvailable ( ) : bool | ||
IsFIFOFull ( ) : bool | ||
ReadSerial ( ) : void |
public DisableDataReceivedInterrupt ( ) : void | ||
return | void |
public EnableDataReceivedInterrupt ( ) : void | ||
return | void |
public SerialDevice ( ushort ioBase, byte irq ) : System | ||
ioBase | ushort | |
irq | byte | |
return | System |