| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ACK from the device is received. | XaviDCR92 | 2019-01-08 | 1 | -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 compile | Xavier Del Campo | 2018-12-31 | 1 | -3/+12 |
| | | |||||
| * | Added some comments | Xavier Del Campo | 2018-12-30 | 1 | -0/+8 |
| | | |||||
| * | app.rs now configures a given serial device with a given baud rate. If not ↵ | Xavier ASUS | 2018-12-30 | 1 | -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 ASUS | 2018-12-29 | 1 | -0/+138 |
