Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.js #2361

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Update index.js #2361

merged 1 commit into from
Jan 18, 2022

Conversation

AndreiLeman
Copy link
Contributor

Add flow control option into command line arguments.
--flow-ctl Enable flow control {XONOFF | RTSCTS}.

Add flow control option into command line arguments.
--flow-ctl <mode>    Enable flow control {XONOFF | RTSCTS}.
@@ -20,6 +20,7 @@ program
.option('--parity <parity>', 'Parity default: none', 'none')
.option('--stopbits <bits>', 'Stop bits default: 1', makeNumber, 1)
.option('--no-echo', "Don't print characters as you type them.")
.option('--flow-ctl <mode>', "Enable flow control {XONOFF | RTSCTS}.")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a note about CTSRTS?

@reconbot reconbot merged commit 311527e into serialport:master Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants