#include <ofSerial.h>
List of all members.
Constructor & Destructor Documentation
virtual ofSerial::~ofSerial |
( |
| ) |
|
|
virtual |
Member Function Documentation
void ofSerial::listDevices |
( |
| ) |
|
void ofSerial::enumerateDevices |
( |
| ) |
|
bool ofSerial::setup |
( |
string |
portName, |
|
|
int |
baudrate |
|
) |
| |
bool ofSerial::setup |
( |
int |
deviceNumber, |
|
|
int |
baudrate |
|
) |
| |
int ofSerial::readBytes |
( |
unsigned char * |
buffer, |
|
|
int |
length |
|
) |
| |
int ofSerial::writeBytes |
( |
unsigned char * |
buffer, |
|
|
int |
length |
|
) |
| |
bool ofSerial::writeByte |
( |
unsigned char |
singleByte | ) |
|
int ofSerial::readByte |
( |
| ) |
|
void ofSerial::flush |
( |
bool |
flushIn = true , |
|
|
bool |
flushOut = true |
|
) |
| |
int ofSerial::available |
( |
| ) |
|
void ofSerial::buildDeviceList |
( |
| ) |
|
|
protected |
Member Data Documentation
string ofSerial::deviceType |
|
protected |
bool ofSerial::bHaveEnumeratedDevices |
|
protected |
struct termios ofSerial::oldoptions |
|
protected |
The documentation for this class was generated from the following file: