Skip to content

Add ability to configure serial flow control#22

Open
thomas-at-rock7 wants to merge 1 commit intodpkoch:masterfrom
thomas-at-rock7:add-software-flow-control
Open

Add ability to configure serial flow control#22
thomas-at-rock7 wants to merge 1 commit intodpkoch:masterfrom
thomas-at-rock7:add-software-flow-control

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