Example: hello world
Before you begin, you must have previously added a device in XCTU. See Add a device to XCTU.
- At the MicroPython >>> prompt, type the Python command: print("Hello, World!")
- Press Enter to execute the command. The terminal echos back Hello, World!.