Debugging your connection
If your device is not listed in the Device Management Portal, you can use a serial monitor tool, such as CoolTerm, to see debugging messages from the board. Follow these steps:
-
If you do not already have a terminal application, download and install one. For example, you can download CoolTerm.
-
Open CoolTerm.
-
Click Connection > Options. The Serial Port Options window opens.
-
Enter your connection parameters:
- Select the correct serial port:
- On Mac and Linux, look for
usbmodem<ID>
. - On Windows, look for
COM<port>
.
- On Mac and Linux, look for
- Baudrate:
115200
.
- Select the correct serial port:
-
Click OK.
-
Click Connect.
-
Press any button on your board, and you will see connection debug messages in the CoolTerm window.
Tip: For more verbose debug information, set mbed-trace.enable
in the mbed_app.json
file to 1
. For more information, see the error handling and debugging section.