I can not make the serial communication using NodeJS work. Is there any success story about getting the serial comms on Omega using NodeJS?
I tried both serialport and much less popular serialport-js packages, but couldn't get to working condition.
The Omega is connected to Arduino using TX and RX pins, and I know there's no problem with the Arduino end, as the tests using Python are working fine. I just can't get anything working under NodeJS.