Microsoft.SPOT.Emulator.Com Namespace
The Microsoft.SPOT.Emulator.Com namespace in the the Microsoft® .NET Micro Framework provides API elements that emulate serial communications ports, also known as COM ports.
Classes
Name | Description | |
---|---|---|
ComPort | Represents a serial communications port (COM port) in the emulator. | |
ComPortCollection | Represents a collection, or set, of serial communications ports (COM ports) that are being emulated. | |
ComPortToAsyncStream | Represents a serial communications port (COM port) that communicates with an asynchronous stream. | |
ComPortToMemoryStream | Represents a serial communications port (COM port) that communicates with a stream that is stored in memory. | |
ComPortToNamedPipe | Represents a serial communications port (COM port) that communicates with a named pipe. | |
ComPortToStream | Represents a serial communications port (COM port) that communicates with a stream. |
Structures
Name | Description | |
---|---|---|
ComPortHandle | Provides a handle that programs can use to access a serial port (COM port). |
Enumerations
Name | Description | |
---|---|---|
ComPortNum | Identifies a serial communications port (COM port). |