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

over 230400 bps on osx #2034

Closed
takegata opened this issue Feb 18, 2020 · 2 comments
Closed

over 230400 bps on osx #2034

takegata opened this issue Feb 18, 2020 · 2 comments

Comments

@takegata
Copy link

takegata commented Feb 18, 2020

hi, i'm using node_modules/serialport in an electron app.
I'd like to set it's baudrate to 921600.
on windows it's fine but on osx it's not.

i found following in serialport_unix.cpp

case 230400: return B230400;
#if defined(__linux__)
case 460800: return B460800;

isn't it related to this problem?
thank you.

Seiji Takegata
[email protected]

@stale
Copy link

stale bot commented Apr 18, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week no further activity occurs. Feel free continue the discussion or ask for a never-stale label to keep it open. If this is a support issue, consider sharing it on stack overflow to get more eyes on your problem.

@stale stale bot added the stale-issue label Apr 18, 2020
@stale stale bot closed this as completed Apr 25, 2020
@Azq2
Copy link

Azq2 commented Nov 25, 2024

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

No branches or pull requests

2 participants