ClearCore Library
|
Go to the source code of this file.
Classes | |
class | ClearCore::SerialUsb |
ClearCore Serial USB Connector class. More... | |
Namespaces | |
namespace | ClearCore |
Namespace to encompass the ClearCore board API. | |
Macros | |
#define | DEC 10 |
#define | HEX 16 |
#define | OCT 8 |
#define | BIN 2 |
#define | USB_SERIAL_TIMEOUT 5000 |
This class controls access to the USB Serial Port Connector.
Implements ISerial API to be interchangeable with SerialDriver connectors.
#define BIN 2 |
Binary (base 2).
#define DEC 10 |
Decimal (base 10).
#define HEX 16 |
Hexadecimal (base 16).
#define OCT 8 |
Octal (base 8).
#define USB_SERIAL_TIMEOUT 5000 |
Serial USB timeout, in milliseconds (5000ms).