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.