|
sprint 1-alpha
|
handle serial communication wrapping FTDI library More...
#include <windows.h>#include <sprint/cpptraits.h>#include <sprint/log.h>#include <ftd2xx.h>#include <vector>#include <string>Go to the source code of this file.
Classes | |
| class | sprint::Tftdiserial< handle > |
| Communication handle. More... | |
Namespaces | |
| namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
Defines | |
| #define | OUTPUTDEBUGSTRING(a) |
Typedefs | |
| typedef Tftdiserial< false > | sprint::ftdiserial |
| a FTDI serial interface (the device is closed in the destructor) | |
| typedef Tftdiserial< true > | sprint::ftdiserialhandle |
| a FTDI serial handle (it not close the device) | |
handle serial communication wrapping FTDI library
1.7.4