-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UDS Hex Editor #16
Comments
@Feezex This is an experimental build that implements the UDS hex editor. Again, the target must first be unlocked to correctly read its memory. I have tried it briefly with my CRD3; I am pleasantly surprised that the read command works out of the box, although I am unable to verify if the write command works, since the CRD3 rejects it. I have attached my logs below, in case I was sending the wrong commands: This region
|
Wow this is amazing! @jglim thanks for your hard work you're a big game changer! Hope you will have a good start into the new year. |
I wish this New Year To have faithful friends Well, also let the New Year |
I there a way to make it work for kw2c3pe? in video it been working over kwp. |
I loosened the UDS check, it will only warn you about the protocol mismatch, and continue to run. This assumes that your target ECU understands UDS ReadDataByIdentifier and WriteDataByIdentifier. Available now in v1.4.6 |
@Feezex Whenever you try out the memory editor, please let me know if it works (so that I can close this issue), or if there is an issue (I will try to resolve it). Also, thanks for your notes on the bench setup :^) |
Thanks for the feedback, that is indeed a cool feature and it would be great to receive your contribution. I took a quick peek at the referenced (third party) hexbox library, and it has |
BE HexBox is indeed a very very well made library, although I found that there is little documentation, and little talk from people, on social platforms, I had to figure everything myself. |
Noticed that progress bar can be sized fullscreen if doubleclick header..
or similar |
That's a feature for monitoring the progress while you are standing at the other end of your workshop )) But yes, I'll take note to relook at that. It is configured as a FixedToolWindow which I assumed to behave like a FixedSingle (which doesn't resize). |
Feature request from @Feezex ( #13 (comment) ) to add a hex editor that uses UDS ReadDataByIdentifier and WriteDataByIdentifier.
The text was updated successfully, but these errors were encountered: