ponyprog
ponyprog copied to clipboard
Serial device programmer
According to PonyProg [website](http://www.lancos.com/prog.html) USB support have been on the TODO list for quite a while now. Issue #3 mentioned that it was the was first priority after porting it...
- Fix several warning like: 'QTextStream& QTextStreamFunctions::hex(QTextStream&)' is deprecated: Use Qt::hex 'QTextStream& QTextStreamFunctions::dec(QTextStream&)' is deprecated: Use Qt::dec
Hello, I've seen that there is a circuit diagram and component placement for an USB adapter called PonyProgFT, that's very interesting since using the parallel port has become very problematic...
Not to configure hard coded in PonyProg the information about IC's, but instead this to load the information from xml file. Xml file is easier to edit with syntax highlighting...
Please provide a reference PCB layouts (front and back side) for all the modules for PonyProg3, because on the old site I can see only the parts side of PCB...
Hi! is it possible to do the windows installer with optional installation of Qt5 libraries: as downloading option, or to create the alternative installer without included libqt? Thanks!
Qt6 patches
This PR fixes the following issue. **Issue description** Hardware: PonyProgFT Scenario 1: - open PonyProg - flash an SPI EEPROM (25xxx) Result: everything OK, `nEN_BUS` always high. Scenario 2: -...