34#define MAX_DATA_LENGTH 255
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition SerialPort.h:41
~SerialPort()
Definition SerialPort.cpp:63
bool writeSerialPort(char *buffer, unsigned int buf_size)
Definition SerialPort.cpp:97
static bool isDisabled(const String &name)
Definition SerialPort.cpp:165
bool isConnected()
Definition SerialPort.cpp:115
int readSerialPort(char *buffer, unsigned int buf_size)
Definition SerialPort.cpp:73
bool connected
Definition SerialPort.h:58
SerialPort(char *portName)
Definition SerialPort.cpp:14
static Buffer< String > getAvailablePorts()
Definition SerialPort.cpp:123