Echo character arrays sent to the dev board via USB
Compile the code.
Download the code to the development board.
Use a micro USB cable to connect the development board and your computer.
Identify the COM/serial port that identifies the development board. On Windows, you can use Device Manager.
Install Putty. Use the following pictures to change Putty settings.
Set the communication parameters:
Set the display parameters:
Any string starts with q. The response will be you typed q\r\n.
Any string starts with w. The response will be you typed w\r\n.
For any other strings, the response will repeat what you have sent over USB.
Happy hacking!