what happens if you just do:
Bluetooth.setConsole(1); Serial1.setup(9600,{rx:D14}); Serial1.on('data', function(d) { console.log("SERIAL:"+JSON.stringify(d)); });
First it complains that i have to define both tx and rx pin, then it just prints undefined once and no data is arriving.
@Gustav started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
what happens if you just do: