You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Yes - you just use:

    Bluetooth.on("data", ...)
    Bluetooth.write(stuff);
    E.setConsole(null);
    

    The trick is really the E.setConsole(null, {force:true}); which moves the console away from Bluetooth so you can use it as you want. Just remember that when that is done you won't be able to use the console until you do Bluetooth.setConsole again

About

Avatar for Gordon @Gordon started