Search found 4 matches

by ddw0127
Fri 11. Aug 2023, 04:36
Forum: PCAN-USB Pro
Topic: When checking ECU output data, both rx/tx are caught
Replies: 3
Views: 18553

Re: When checking ECU output data, both rx/tx are caught

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? :D
by ddw0127
Thu 14. Jul 2022, 05:21
Forum: PCAN-USB Pro
Topic: When checking ECU output data, both rx/tx are caught
Replies: 3
Views: 18553

When checking ECU output data, both rx/tx are caught

Hello, I'm a beginner of PCAN-USB Pro.

I have connected PCAN USB pro as follows.

< ECU >
|
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ
| PCAN-USB Pro |
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ
| |
| |
Program1 Program2
(ch1) (ch2)


- Program1 = Send data to ECU
- Program2 = Check ECU output data
** Both Program1 and Program2 run on the same PC ...
by ddw0127
Tue 7. Jun 2022, 10:17
Forum: PCAN-Basic
Topic: Is it possible to know if the ECU is powered on/off in a PCAN basic API
Replies: 3
Views: 3406

Re: Is it possible to know if the ECU is powered on/off in a PCAN basic API

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?
by ddw0127
Wed 11. May 2022, 03:13
Forum: PCAN-Basic
Topic: Is it possible to know if the ECU is powered on/off in a PCAN basic API
Replies: 3
Views: 3406

Is it possible to know if the ECU is powered on/off in a PCAN basic API

Hello, I am a first-time user of PCAN equipment.

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 ...