Skip to content

Update index.js - #2361

Merged
reconbot merged 1 commit into
serialport:masterfrom
AndreiLeman:patch-1
Jan 18, 2022
Merged

Update index.js#2361
reconbot merged 1 commit into
serialport:masterfrom
AndreiLeman:patch-1

Conversation

@AndreiLeman

Copy link
Copy Markdown
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}.
.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
Copy Markdown
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.

2 participants