项目作者: TAMU-Robomasters

项目描述 :
Echo character arrays sent to the dev board via USB
高级语言: C
项目地址: git://github.com/TAMU-Robomasters/USB_Echo.git
创建时间: 2020-10-13T19:59:36Z
项目社区:https://github.com/TAMU-Robomasters/USB_Echo

开源协议:

下载


Getting Started

  1. Compile the code.

  2. Download the code to the development board.

  3. Use a micro USB cable to connect the development board and your computer.

  4. Identify the COM/serial port that identifies the development board. On Windows, you can use Device Manager.

  5. Install Putty. Use the following pictures to change Putty settings.

    Set the communication parameters:

    Communication Parameter Putty

    Set the display parameters:

    Display Parameter Putty

Commands You Can Play With

  1. Any string starts with q. The response will be you typed q\r\n.

  2. Any string starts with w. The response will be you typed w\r\n.

  3. For any other strings, the response will repeat what you have sent over USB.

Happy hacking!