Hi, I saw your answer, but I have another question, so leave a reply.
For example, if I initialize channel 1 in application A and then initialize channel 1 again in application B, it doesn't work.
Can I use the same channel in different applications? What can I do if I can use it?
I'm solving the problem through your answer, but I've found a problem.
When the USB port of the PCAN-USB pro device is removed, PCANBasic.Write operation returns PCAN_ERROR_OK.
I was expecting PCAN_ERROR_BUSOFF to be returned when I physically disconnect the port, am I missing something?
I am currently working on checking the data of the ECU using a PCAN-USB pro device, and I wonder if it can be detected with PCAN basic when the power of the ECU is cut off.
CAN_GetStatus could only be checked when the physical connection of the USB ...