Use XBee Studio to enter the MicroPython environment

To use the XBee Cellular Modem in the MicroPython environment:

  1. Use XBee Studio to add the device(s); this should happen automatically. The terminal starts in a disconnected state by default.
  2. Click Open to establish communication with the device corresponding to the terminal.
    1. If the device is not in MicroPython REPL mode, a dialog will pop up, prompting you to enable it before connecting.
  3. After the connection is established, the button icon changes to the connected state and the serial port status line and the terminal log controls are enabled.

At this point, all MicroPython logs of the application running in the device are captured and displayed in the terminal log control. If the device is not running any MicroPython application, nothing should be printed in the terminal log.

Work with MicroPython REPL

For more information, see the XBee Studio User Guide.