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

Problem with serial port module #2

Open
haakonnessjoen opened this issue Feb 28, 2015 · 1 comment
Open

Problem with serial port module #2

haakonnessjoen opened this issue Feb 28, 2015 · 1 comment

Comments

@haakonnessjoen
Copy link

The node-pre-gyp command builds a serialport driver which is located at:
node_modules/serialport/build/serialport/v1.5.0/Release/node-webkit-v0.12.0-alpha3-darwin-x64

But when canbus-triple-app is successfully built. It tries to load the module from:
node_modules/serialport/build/serialport/v1.5.0/Release/node-webkit-v43-darwin-x64

I tried symlinking it, but somehow, the app does not seem to communicate correctly with my device. In the console, an empty log line is output:
[16349:0228/220353:INFO:CONSOLE(254)] "", source: file:///Users/trippelm/src/CANBus-Triple-App/build/CANBus%20Triple/osx64/CANBus%20Triple.app/Contents/Resources/app.nw/www/js/services/SerialService.js (254)

Seems like that is a console.log(device), and that device is empty. But it is empty even when I select the correct serial port in the list in the gui. So seems like the device name gets lost somewhere.

@etx
Copy link
Contributor

etx commented Mar 27, 2015

Still working out the bugs, sorry. I'll be able to spend more time on this now so I hope to do a beta release soon.

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

No branches or pull requests

2 participants