Search found 1 match

by Frolgo
Thu 2. Apr 2020, 09:06
Forum: PCAN-USB
Topic: PEAK CAN reading sent message
Replies: 1
Views: 2920

PEAK CAN reading sent message

Hello,
I have a severe problem with the PEAK CAN dongle and Visual Studio C++. At random occasions the dongle reads the last sent message instead of the actually received one.
To clarify:
1) I send a message request with st_Result = p_PCANBasic->Write(h_Channel, &st_CAN_Msg);
2) I do a st_Result ...