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