You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Is there a way to redirect the console outputs to another channel that I can observe, whilst keeping the serial1 channel just for the comms to the module?

    Yes, just use LoopbackA.setConsole() and then add whatever listener you want with LoopbackB.on('data', ...) - or just replace LoopbackA with whatever output device you want the JS console to appear on.

About

Avatar for Gordon @Gordon started