Search found 3 matches

by Francredy
Fri 22. Nov 2019, 02:51
Forum: PCAN-UDS
Topic: Waring occurs every time using PCAN-UDS to send request
Replies: 4
Views: 4841

Re: Waring occurs every time using PCAN-UDS to send request

thank you for your reply

Here is my code , Could you help me check it?

UDS_Channel = PUDS_USBBUS1;

// Initializing of the UDS Communication session
UDS_Initialize(UDS_Channel, PUDS_BAUD_500K, PCAN_TYPE_ISA, 0x0100, 3);

// Define Address
UDS_iBuffer = 0x01;
UDS_SetValue(UDS_Channel, PUDS ...
by Francredy
Tue 19. Nov 2019, 02:32
Forum: PCAN-UDS
Topic: Waring occurs every time using PCAN-UDS to send request
Replies: 4
Views: 4841

Waring occurs every time using PCAN-UDS to send request

Hello together,

I'm using PCAN-UDS to test the ECU UDS stack, but sometimes ECU does not response when request with multiple frame, like 2E F1 90 XX .. XX; then the trace was checked, it is found Waring occurs every time using PCAN-UDS to send request, no matter request with single frame or ...
by Francredy
Thu 5. Sep 2019, 14:01
Forum: PCAN-CCP
Topic: Issue about using CAN_Read API in PCAN-CCP
Replies: 1
Views: 3761

Issue about using CAN_Read API in PCAN-CCP

i'm trying to using CAN_Read API to receive other CAN ID message periodically,but it happens that not every frame of other CAN ID messages can be received.

Does the CCP message receive mechanism had influence on CAN_Read API?

Is any workaround to fix this issue?