Skip to content

Conversation

@thomas-at-rock7
Copy link

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.

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

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

The async_comm::Serial class used boost::asio::serial_port_base::flow_control::type
as async_comm::serial_flow_control.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant