You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • The problem is that the actual console (what you'd have on the left of the Web ide) is moving to bluetooth.

    If you just want to control an led you can send the string "digitalWrite(LED3,1);\n" directly over bluetooth and it will be executed.

    However if you want to receive data then you'll have to move the console out of the way. In onInit, just add USB.setConsole ()

  • Dear Gordon,
    I add the USB.setConsole () now my code is working good.
    by the way may i know is this code mean?

    Thank You

About

Avatar for Gordon @Gordon started