Files
libopencm3-examples/examples/stm32/f1/waveshare-open103r/usbserial
Karl Palsson 85be1e5e7b update to current library
Minor api changes required.
2018-03-03 21:42:52 +00:00
..
2018-03-03 21:42:52 +00:00

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 $