Closed N0cynym closed 3 years ago
Hi N0cynym,
Thank you for your report. Regrettably, I do not have a clear answer for you at this time.
My application references an external library, J2534-Sharp, to interact with the PassThru DLL. The library will automatically deselect your interface when the application closes. I have looked through it and I believe that it is unlikely to be the source of the issue.
My existing PassThru device does not have any issues when repeatedly closed and opened. Perhaps if the OpenPort driver does not work for you, there might be some other underlying issue (e.g. missing MSVC runtime?)
Ok no problem. Is the J2534 lib sourced from here? I will post my fixes if I have found out why my J2534 libs are having faults.
Yes, specifically from NuGet at https://www.nuget.org/packages/J2534-Sharp/1.0.0-CI00026 . Thanks for taking your time to try out Diogenes.
Added a disconnect feature in https://github.com/jglim/CaesarSuite/commit/061bcfdf01953a0b85dbdd4f9322aac73a4bac87 (Release: https://github.com/jglim/CaesarSuite/releases/tag/v1.4.4 ). Thanks for your patience.
After selecting interface it's possible to change my interface if Diogenes.exe is running.
Problems:
Thanks for your amazing work!