Skip to content
/ md407 Public
forked from Enayaaa/md407

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

License

Notifications You must be signed in to change notification settings

malmz/md407

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

It is also possible to launch multiple picocom instances for monitoring and interaction with

md407 screen /dev/ttyUSB*

This option requires picocom to be installed and in path. The terminal emulator to use can be change with the EMULATOR variable in the md407 script (default alacritty).

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 93.5%
  • Shell 6.5%