Example: hello world

Before you begin, you must have previously added a device in XCTU. See Add a device to XCTU.

  1. At the MicroPython >>> prompt, type the Python command: print("Hello, World!")
  2. Press Enter to execute the command. The terminal echos back Hello, World!.