You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • What happens if you just try LoopbackA.setConsole();Serial1.setConsol­e() - so no Bluetooth involved at all. Does that work?

    And if you just do:

    Bluetooth.print("foobar");
    Bluetooth.on('data',x=>print(JSON.string­ify(x)));
    

    Do normal bluetooth comms all seem to work ok?

    It might just be that DeviceInitialised isn't set for Serial1, so calling Serial1.setConsole at all causes it to get reinitialised, which breaks it?

About

Avatar for Gordon @Gordon started