Brian Ledbetter
                                            Brian Ledbetter
                                        
                                    It’s missing lzss.exe. the automated build process should have made it. You can build it or copy it from an older version as it did not change. I am away...
I see now. If you are building from source on Windows, you need to either compile lzss.exe or copy it from a release build. Anyway, I made a prerelease with...
As an update: * I do not need additional testing for now. I did an initial round of testing and discovered that DQ381 requires a very specific modification to LZSS...
It doesn't work yet. I fixed the LZSS issue, so that part is solved. Now you can use Flash Calibration to flash Block 3 (calibration) if you have a matching...
Interesting, certainly it is possible but it would require re-implementing ISO-TP in software instead of using the ISO15765 connection in J2534, if what I think is correct about the ISO-TP...
You are using 64 bit Python with 32 bit drivers. Either install 32 bit Python or 64 bit drivers. My recommendation is 32 bit Python as we have seen mysterious...
That's correct, the code is written for use with 32 bit Python, 32 bit OpenPort drivers, on 64 bit Windows as this is what almost all users are running.
This looks good to me as a start. One piece of feedback, and a question: It would be nice if the signature module were less dependent on side effects -...
The logging system needs a YAML file provided with the correct data. The 3E system needs both an ECU patch and the correct RAM addresses from an A2L. I recommend...
Are you using Python 3.10? You need to use Python 3.9 for now. wxpython _still_ have not pushed an official release which is compatible with 3.10.