-
How do you set options like number of stop bits, parity, flow control, etc.? I can't find any constructor parameters mentioned in the docs besides Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
GazHank
Jun 21, 2023
Replies: 1 comment 1 reply
-
They are defined when you open the port per https://serialport.io/docs/api-bindings-cpp#open As you can see most of the items are optional as they default to OS specific values |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
JC3
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
They are defined when you open the port per https://serialport.io/docs/api-bindings-cpp#open
As you can see most of the items are optional as they default to OS specific values