Overview
The Serial library adds support for serial port communication.
Many Bluetooth enabled devices support virtual serial ports using Bluetooth. This library
can be used in these cases also.
Serial2 is a new serial library that targets .Net 2.0 and replaces
SerialDesktop/SerialDevice libraries.
You could use it from the desktop or the device and it doesn't require DBComm.dll.
The Serial library allows input and output of strings or array of bytes.
The SerialTerminal example demonstrates string I/O.
A property named EnableOnComm determines whether the OnCom event will be fired
whenever the serial port is receiving data (string or binary).