47 #include <visp3/core/vpConfig.h> 104 flowcontrol_none = 0,
109 vpSerial(
const std::string &port=
"",
unsigned long baudrate = 9600,
111 flowcontrol_t flowcontrol = flowcontrol_none);
138 return m_flowcontrol;
166 bool read(
char *c,
long timeout_s);
167 std::string readline(
const std::string &eol);
168 void setBaudrate(
const unsigned long baudrate);
170 void setFlowcontrol(
const flowcontrol_t &flowcontrol);
171 void setParity(
const parity_t &parity);
172 void setPort(
const std::string &port);
174 void write(
const std::string &s);
186 unsigned long m_baudrate;
191 flowcontrol_t m_flowcontrol;
flowcontrol_t getFlowcontrol()
unsigned long getBaudrate()