summaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* ACK from the device is received.XaviDCR922019-01-081-24/+2
* Some more work and format changes.Xavier Del Campo2019-01-061-1/+1
* Some more work, but it still does not compileXavier Del Campo2018-12-311-0/+2
* Added some commentsXavier Del Campo2018-12-301-1/+0
* app.rs now configures a given serial device with a given baud rate. If not de...Xavier ASUS2018-12-301-2/+1
* Program logic has been distributed from main to app and cmdline.Xavier ASUS2018-12-291-184/+27
* Required parameters are now checked.Xavier ASUS2018-12-281-22/+63
* Added preliminary main fileXavier ASUS2018-12-281-0/+158