#include <arduino.h>
◆ Arduino()
◆ ~Arduino()
◆ closePort()
int Arduino::closePort |
( |
| ) |
|
◆ destroy()
◆ flushPort()
int Arduino::flushPort |
( |
| ) |
|
◆ openPort() [1/2]
int Arduino::openPort |
( |
const char * |
_serialPort | ) |
|
◆ openPort() [2/2]
int Arduino::openPort |
( |
const char * |
_serialPort, |
|
|
int |
_baud |
|
) |
| |
◆ readPort()
int Arduino::readPort |
( |
void * |
buff, |
|
|
int |
count |
|
) |
| |
◆ sendString()
int Arduino::sendString |
( |
const string |
datastr | ) |
|
◆ sendUchar()
int Arduino::sendUchar |
( |
const unsigned char |
data | ) |
|
◆ baud
◆ fd
◆ flags
◆ oldterm
struct termios Arduino::oldterm |
|
protected |
◆ serialPort
char Arduino::serialPort[PATH_MAX] |
|
protected |
◆ term
struct termios Arduino::term |
|
protected |
The documentation for this class was generated from the following files:
- ln/3rdparty/src/indilib/indi-1.7.4/3rdparty/indi-duino/libfirmata/src/arduino.h
- ln/3rdparty/src/indilib/indi-1.7.4/3rdparty/indi-duino/libfirmata/src/arduino.cpp