aboutsummaryrefslogtreecommitdiff
path: root/qtmips_cli/chariohandler.cpp
Commit message (Collapse)AuthorAge
* qtmips_cli: add option to connect serial port input and output to file.Pavel Pisa2020-04-23
New options --serial-in, --serin <FNAME> File connected to the serial port input. --serial-out, --serout <FNAME> File connected to the serial port output. to provide support for B35APO subject task to write conversion of the random binary number to hexadecimal output to serial port. See the task with automatic check using qtmips_cli seminaries/qtmips/print-hex-to-uart in the repository https://gitlab.fel.cvut.cz/b35apo/stud-support/ Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>