GUI tool to upload PSX-EXE and CD-ROM data over serial port written in Qt/C++
Go to file
Xavier ASUS e67ae84020 QApplication::processEvents() would not work under Linux if ACK bytes are to be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received. 2018-11-30 01:37:33 +01:00
release + Added project file. 2018-06-12 23:08:23 +02:00
LICENSE Initial commit 2017-07-20 22:37:59 +02:00
QPSXSerial.pro QApplication::processEvents() would not work under Linux if ACK bytes are to be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received. 2018-11-30 01:37:33 +01:00
main.cpp QApplication::processEvents() would not work under Linux if ACK bytes are to be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received. 2018-11-30 01:37:33 +01:00
qpsxserial.cpp QApplication::processEvents() would not work under Linux if ACK bytes are to be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received. 2018-11-30 01:37:33 +01:00
qpsxserial.h QApplication::processEvents() would not work under Linux if ACK bytes are to be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received. 2018-11-30 01:37:33 +01:00
qpsxserial.ui + Added missing qpsxserial.ui. 2018-06-12 23:14:12 +02:00
serial.cpp QApplication::processEvents() would not work under Linux if ACK bytes are to be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received. 2018-11-30 01:37:33 +01:00
serial.hpp QApplication::processEvents() would not work under Linux if ACK bytes are to be received from the target device. This has been changed by a call to a blocking function which ensures input data has been received. 2018-11-30 01:37:33 +01:00
stdout.ui + Added project file. 2018-06-12 23:08:23 +02:00