summaryrefslogtreecommitdiff
path: root/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* QApplication::processEvents() would not work under Linux if ACK bytes are to ↵HEADmasterXavier ASUS2018-11-301-16/+7
| | | | be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received.
* * Added CLI support for QPSXSerial. Use "--help" information when executing ↵XaviDCR922017-08-051-2/+34
| | | | QPSXSerial for further reference.
* + Added first version of QPSXSerial. Still lot of job to do and room for ↵XaviDCR922017-07-201-0/+11
improvement.