You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Hey, thanks! I'll merge it in.

    I'm not sure what to suggest about the module - I think it's going to need a google I'm afraid.

    Also, for the last line of:

    Serial2.setup(115200, { rx: A3, tx : A2 });
    Serial2.on('data', function(d) { USB.write(d); });
    USB.on('data', function(d) { Serial2.write(d); });
    

    to work, you need to move the Espruino interactive console off of USB with LoopbackA.setConsole() (or maybe Serial1?)

About

Avatar for Gordon @Gordon started