Add USB<->serial loopback example to WaveShare Open103R

This commit is contained in:
Joshua Harlan Lifton
2013-10-26 21:59:12 -07:00
committed by Piotr Esden-Tempski
parent eeb900d800
commit 4505fa1926
4 changed files with 319 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
This example uses the USB port as a serial port and implements a
loopback interface that immediately echos back whatever it receives. After flashing the evaluation board with the usbserial program and connecting it to a host computer with a USB cable, you can run the echo.py command as follows:
$ sudo ./echo.py hello world
hello world
$