-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Installing issue on Freebsd #254
Comments
If you look at the source, you'll see an ifdef around those higher speed baudrates:
Looks like you're either missing a define for OpenBSD or we need to add another condition to the code there. I'm not running FreeBSD, @skillcoder could you take a pass at figuring out which is the right solution and submit a patch request with the fix? |
Does this patch fix your issue? |
I'm pretty certain #259 fixes your issue and has a low chance of regression, so I'm going to check that in and close this bug. Please let me know if you still experience the issue with the updated code. This won't go out to npm immediately so you'll have to install from github to test. |
Swap ifdef around for high speed baud rates to fix #254
Swap ifdef around for high speed baud rates to fix #254
Latest "node" and "npm" from ports
npm 1.3.11
node v0.10.21
FreeBSD 9.1-RELEASE #2: amd64
npm install serialport
The text was updated successfully, but these errors were encountered: