Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
1. Active UART to print message step by step.
a. you have to install CP2102N driver: https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers b. setup your terminal to 9600,8,N,1 and connectto it. c, use this sample code
UART output sampl code