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
Public Class ComPort Represents a serial communications port (COM port) in the emulator.
Public Class ComPortCollection Represents a collection, or set, of serial communications ports (COM ports) that are being emulated.
Public Class ComPortToAsyncStream Represents a serial communications port (COM port) that communicates with an asynchronous stream.
Public Class ComPortToMemoryStream Represents a serial communications port (COM port) that communicates with a stream that is stored in memory.
Public Class ComPortToNamedPipe Represents a serial communications port (COM port) that communicates with a named pipe.
Public Class ComPortToStream Represents a serial communications port (COM port) that communicates with a stream.

Structures

Name Description
Public Structure ComPortHandle Provides a handle that programs can use to access a serial port (COM port).

Enumerations

Name Description
Public Enumeration ComPortNum Identifies a serial communications port (COM port).