-
Hi!
This is amazing work. It is always great to see more in open source ECU tuning. Unfortunately I sold my Elise some years ago or I'd be jumping in to collaborate.
I do have a feature request…
-
Hi, I compiled FreeSSM on a laptop I use for diagnostics running Windows 7, I have a J2534 cable /like this: https://www.aliexpress.com/item/672381461.html / which I use for Techstream. I wanted to us…
-
Is it possible to playback a recorded Session without two physical devices fully in Software?
In theory it should be possible to handle this all in your DLL
-
Hello, trying to compile with Qt 6.7.1 on Win10 64Bit.
First error was:
```
j2534dllwrapper.cpp:17:44: error: cast from 'J2534DllWrapper*' to 'unsigned int' loses precision [-fpermissive]
17 | …
-
I have been having a play with this library today, and have come across this unhandled exception happening upon connecting to a J2534 Device. I haven't got much information to share about the exceptio…
-
If device returns an undefined error code, then the whole stack throws an exception.
```
System.InvalidOperationException: Sequence contains no elements
at System.Linq.ThrowHelper.ThrowNoEleme…
-
I'm trying to send a message using this library but I get an error on Channel.SendMessage()
even though I don't have a read command the library is waiting for a response and i'm getting an error
the…
-
First of all, thank you very much for sharing this repository. It looks very useful and I plan on using it in a boot loader application.
I can see that you have implemented some features from J2534…
-
> If you ever find cheap J2534 hardware that supports K+CAN, that might motivate me to look at j2534 support, but it's still a stretch. I find it difficult to justify spending tons of free time on thi…
-
Greetings! As the title above indicates, I have been unable to successfully compile for the M2 as of commit c9e2ffb6a0f00c01fbdd448c66af42ec92a915ae. The merge at commit df450532f4d17fdc6a241bd5b6a6b1…