Replies: 3 comments 1 reply
|
What you're doing appears to be ok. I have looked at the code behind this, and it appears to be solid, and hasn't seen any functional changes in a long time. I suspect this is happening inside your 2534 driver, but I don't know for certain. If you could show more of the call stack, that might help. Also, if you have a different 2534 device you could test with, that might also help. Brian |
|
I'm not too familiar with J2534 so I wasn't sure if I needed to call a different method prior to the SetConfig. I've tried with Vector and PEAK tools PassThru libraries, both being in the PassThruSupport.04.04 registry hive. I observe the same result with either hardware. I also observe similar result if I try to use GetConfig Thanks again! Dan |
|
Doing a little google-fu, there are some credible suggestions that you might have mixed build platforms (x86, AnyCPU, x64) Check and see if this looks like it might apply to you. Brian |


Uh oh!
There was an error while loading. Please reload this page.
Hello, First off, thanks for this library which has helped reduce my workload substantially!
I am running into an issue with trying to turn 'LOOP_BACK' on for my channel.
Things work ok if I skip this SetConfig line, I just don't see messages that I Tx...
Do you see anything that I am missing/doing incorrectly that is causing the memory issue? I am using version 1.0.0-CI00031 of the NuGet Package.
Thanks
All reactions