Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 389 Bytes

MD407

A few scripts to get the MD407 Development Board used at CTH to work on Linux.

Download all files (or clone the repository) and run setupMD407.sh

You can either use cat to read the output from the MD407

cat /dev/ttyUSB0

or you can use screen and run

screen /dev/ttyUSB0 115200

115200 is the baudrate that needs to be used.