Hi guys, I just thought you'd like to know that I got serialport
npm module cross compiled for the Omega2 following instructions here and here.
I will try get a more easily consumable version (maybe another npm package?) but for now feel free to download a working version of serialport@3.0.0 on the following link:
https://github.com/sdesalas/robotics/raw/master/omega2/node-serialport-v3.0.0.tar.gz
You just need to untar and move the node_modules/serialport
and node_modules/.bin
folders to node_modules
in your project or global npm folder.
Even better:
Here is a fork containing the cross-compiled binaries:
https://github.com/sdesalas/node-serialport-omega2
Since its in github you can install via npm:
$ npm install github:sdesalas/node-serialport-omega2
Cherio.
S