1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

Merge 31e07fdb99dc12c778c739c32a1d1679ee2cf97d into 46b06a31870206b706a1644696463eeaac0dff20

This commit is contained in:
Austin 2013-05-21 00:01:28 -07:00
commit d412185c6e

View File

@ -171,7 +171,9 @@ public:
* flowcontrol_none, possible values are: flowcontrol_none, * flowcontrol_none, possible values are: flowcontrol_none,
* flowcontrol_software, flowcontrol_hardware * flowcontrol_software, flowcontrol_hardware
* *
* \throw PortNotOpenedException * \throw serial::PortNotOpenedException
* \throw serial::IOException
* \throw std::invalid_argument
*/ */
Serial (const std::string &port = "", Serial (const std::string &port = "",
uint32_t baudrate = 9600, uint32_t baudrate = 9600,