#include <SerialPort.hpp>
◆ SerialPort()
| SerialPort::SerialPort |
( |
const char * |
portName | ) |
|
|
explicit |
◆ ~SerialPort()
| SerialPort::~SerialPort |
( |
| ) |
|
◆ closeSerial()
| void SerialPort::closeSerial |
( |
| ) |
|
◆ getPortName()
| std::string SerialPort::getPortName |
( |
| ) |
|
◆ isConnected()
| bool SerialPort::isConnected |
( |
| ) |
|
◆ readSerialPort()
| int SerialPort::readSerialPort |
( |
const char * |
buffer, |
|
|
unsigned int |
buf_size |
|
) |
| |
◆ writeSerialPort()
| bool SerialPort::writeSerialPort |
( |
const char * |
buffer, |
|
|
unsigned int |
buf_size |
|
) |
| |
◆ arduinoWaitTime
| int SerialPort::arduinoWaitTime = 15 |
|
private |
◆ connected
| bool SerialPort::connected |
|
private |
◆ errors
◆ handler
| HANDLE SerialPort::handler |
|
private |
◆ portName
| std::string SerialPort::portName |
|
private |
◆ settingsHandler
◆ status
| COMSTAT SerialPort::status |
|
private |
The documentation for this class was generated from the following files: