vrecko
virtual reality framework
|
#include <classes.h>
Public Member Functions | |
char | openSerial (char *) |
void | closeSerial () |
void | flushSerial () |
int | readChar () |
int | readBytes (char *, const int, const int) |
char | writeChar (const char) |
int | writeString (char *) |
void Serial::closeSerial | ( | ) |
void Serial::flushSerial | ( | ) |
char Serial::openSerial | ( | char * | port | ) |
int Serial::readBytes | ( | char * | buf, |
const int | count, | ||
const int | timeout | ||
) |
int Serial::readChar | ( | ) |
char Serial::writeChar | ( | const char | byte | ) |
int Serial::writeString | ( | char * | str | ) |