I have got two scripts - one python script and another a node script. The python script runs in an infinte loop and reads the serial data. Once it receives the serial data, it has to pass it to node.js scipt so it can be processed in a node server.I have got two scripts - one python script and