-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
The socat
available via homebrew on the mac doesn't support setting the baudrate via the b115200
flag, which makes all tests fail with an error like this:
parseopts(): unknown option "b115200"
The work around is a s/b115200/ispeed=115200,ospeed=115200/
across the whole codebase (two locations). With that in place everything works nicely.
Probably the tests should test for the current platform and then use either b115200
(Linux) or ispeed=115200,ospeed=115200
(macOS).
Metadata
Metadata
Assignees
Labels
No labels