5 #ifndef RIC_INTERFACE_SERIALCOM_H 6 #define RIC_INTERFACE_SERIALCOM_H 13 typedef unsigned char byte;
29 void connect(std::string port,
int baudrate);
30 bool send(
const byte buff[],
size_t size);
38 #endif //RIC_INTERFACE_SERIALCOM_H
bool send(const byte buff[], size_t size)
void connect(std::string port, int baudrate)