Skip to content
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

[BUG] Application does not support DrewTech Mongoose J2534 #24

Open
chipsoft opened this issue May 10, 2021 · 4 comments
Open

[BUG] Application does not support DrewTech Mongoose J2534 #24

chipsoft opened this issue May 10, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@chipsoft
Copy link

When I try to select DrewTech Mongoose J2534 adapter I have got error "Error code 8 (Device not connected)".

Here is j2534 log:

++ 0.000s PTOpen(059BBC40, 01357E40)
pName: test
Library Version: MongoosePro GM II J2534 Library v1.2.8.0
E1 Returning 8:ERR_DEVICE_NOT_CONNECTED 'Specified szName 'test' is not valid'

@chipsoft chipsoft added the bug Something isn't working label May 10, 2021
@rnd-ash
Copy link
Owner

rnd-ash commented May 10, 2021

Interesting. So it seems your device requires a name argument. I'll take a look

@chipsoft
Copy link
Author

Try to pass NULL as first parameter and I will check.
Here is example:

0.000s ++ PTOpen(NULL, 0x008FFC38)
returning DeviceID: 1
2.441s 0:STATUS_NOERROR

@rnd-ash
Copy link
Owner

rnd-ash commented May 10, 2021

yeah i gathered that. Seems really odd as DrewTechnologies own Passthru API documentation does not state what happens if you pass a random value into PTOpen.

rnd-ash added a commit that referenced this issue May 10, 2021
@rnd-ash
Copy link
Owner

rnd-ash commented May 10, 2021

Try and compile the app now. This commit should fix it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants