Skip to content

Reject if baudRate is zero#225

Open
reillyeon wants to merge 1 commit intomainfrom
baudrate_nonzero
Open

Reject if baudRate is zero#225
reillyeon wants to merge 1 commit intomainfrom
baudrate_nonzero

Conversation

@reillyeon
Copy link
Collaborator

@reillyeon reillyeon commented Feb 27, 2026

The documentation of the baudRate member of SerialOptions says that it must be a non-zero value but this was not checked by the method steps for open().

Fixed #224.

The documentation of the baudRate member of SerialOptions says that it must be a non-zero value but this was not checked by the method steps for open().
@reillyeon reillyeon requested a review from nondebug February 27, 2026 19:29
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.

open() should specify it should fail if baudRate is 0

1 participant