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

[Regression] Fix custom baudrate for OSX & Linux #186

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

Azq2
Copy link
Contributor

@Azq2 Azq2 commented Nov 10, 2024

No description provided.

@Azq2
Copy link
Contributor Author

Azq2 commented Nov 10, 2024

Commit with this bug: 2fe7d43

image

image

@Azq2
Copy link
Contributor Author

Azq2 commented Nov 10, 2024

I think this is a fatal bug, because the lib is not working as expected.
For example, on MacSO it fails on any baudrate bigger than 230400.

Please, don't late with merging this PR.

@Azq2
Copy link
Contributor Author

Azq2 commented Nov 25, 2024

Fixed fork: https://www.npmjs.com/package/@sie-js/node-serialport-bindings-cpp

import { autoDetect as autoDetectSerialBinding } from "@sie-js/node-serialport-bindings-cpp";
new SerialPortStream({
        // .....
	binding: autoDetectSerialBinding()
})

@Azq2
Copy link
Contributor Author

Azq2 commented Dec 1, 2024

:(

@reconbot reconbot merged commit f3174ff into serialport:main Dec 23, 2024
@reconbot
Copy link
Member

Thank you so much for this.

Copy link

🎉 This PR is included in version 13.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants