async_comm icon indicating copy to clipboard operation
async_comm copied to clipboard

Add ability to configure serial flow control

Open thomas-at-rock7 opened this issue 4 years ago • 0 comments

This commit adds functionality to configure flow control of the serial port. It supports software, hardware or no flow control (the default).

The async_comm::Serial class can configure the flow control in the constructor or calling set_flow_control().

The async_comm::Serial class uses boost::asio::serial_port_base::flow_control::type as async_comm::serial_flow_control.

thomas-at-rock7 avatar Jan 19 '22 13:01 thomas-at-rock7