summaryrefslogtreecommitdiff
path: root/src/cmdline.rs
Commit message (Collapse)AuthorAgeFilesLines
* ACK from the device is received.XaviDCR922019-01-081-1/+12
| | | | | Fixed serial configuration as "no parity". Added command-line argument "--cdimg-folder", used to retrieve data.
* Some more work, but it still does not compileXavier Del Campo2018-12-311-3/+12
|
* Added some commentsXavier Del Campo2018-12-301-0/+8
|
* app.rs now configures a given serial device with a given baud rate. If not ↵Xavier ASUS2018-12-301-6/+31
| | | | | | | defined, 4800bps are set by default, but this will be surely changed in the future. I was messing up pretty badly with command line arguments, so they have been declared as constants in cmdline.rs, whereas CMD_LINE_ARGS is now private. Uncommented "extern crate serial". Question: why does need to be included on main?
* Program logic has been distributed from main to app and cmdline.Xavier ASUS2018-12-291-0/+138