|
bool | Initialize (const char *serialPort, int baud) |
|
bool | readString (std::string &s, StringTerminator term=StringTerminator::ZERO) |
|
int | readNBytes (unsigned char *buf, int n) |
|
int | writeBytes (unsigned char *bytes, int nrOfBytes) |
|
void | flush () |
|
template<typename T > |
int | Write (T thing) |
|
template<typename T > |
int | Read (T &buffer) |
|
template<typename T > |
T | Read (void) |
|
The documentation for this class was generated from the following files:
- Serial/SerialRW.h
- Serial/SerialRW.cpp
- Serial/SerialRW_win.cpp