|
|
bool | Open (const std::string &comName, int nBaud=9600, int stopBits=1, int timeout=1000) |
| |
|
bool | Close (void) |
| |
|
int | Read (void *, int) |
| |
|
std::string | ReadStringUntil (std::string delim) |
| |
|
std::string | ReadExisting () |
| |
|
int | Write (const char *, int) |
| |
|
int | WriteString (const std::string &s) |
| |
|
int | ReadDataWaiting (void) |
| |
|
bool | IsOpen (void) |
| |
|
void | SetReadDelay (int ms) |
| |
|
|
BOOL | WriteCommByte (unsigned char) |
| |
|
|
HANDLE | _hIDComDev |
| |
|
OVERLAPPED | _overlappedRead |
| |
|
OVERLAPPED | _overlappedWrite |
| |
|
bool | _opened |
| |
|
char * | _buff |
| |
|
int | _maxBuf |
| |
|
int | _readDelay |
| |
The documentation for this class was generated from the following file:
- utensil-controller/UtensilController/Serial.h