Search found 2 matches

by ajitnatu
Fri 18. Mar 2016, 09:51
Forum: PCAN-OBD-2
Topic: PCAN-OBDII API calls returning error.
Replies: 3
Views: 7134

Re: PCAN-OBDII API calls returning error.

Hello Kenneth,

Thanks for the reply.

However, the function, OBDII_GetStatus(Channel), which is called after OBDII_SetValue(...)
but before OBDII_Initialize(...) returns Status = 0x01 i.e POBDII_ERROR_NOT_INITIALIZED.

According to PCAN OBDII documentation:
POBDII_ERROR_NOT_INITIALIZED: Indicates ...
by ajitnatu
Fri 18. Mar 2016, 08:51
Forum: PCAN-OBD-2
Topic: PCAN-OBDII API calls returning error.
Replies: 3
Views: 7134

PCAN-OBDII API calls returning error.

Hello,

I am using PCAN-OBDII library API and running the OBDII C++ sample project on laptop.
All the required libraries/dlls like PCAN-UDS, PCAN-ISOTP and PCAN-Basic are present.
Also since, I do not get run-time errors of missing DLLs, I am assuming that the required
DLLs are found at run-time ...