Search found 3 matches

by socketwrench54
Wed 24. Feb 2021, 09:39
Forum: PCAN-RS-232
Topic: PCAN-RS-232 message filtering
Replies: 4
Views: 6777

Re: PCAN-RS-232 message filtering

Hello again Marvin,
Looking through the code for 09_SER-TO-CAN I see there's a function that is called every 25 ms (see below from main.c. Is this a limitation for the hardware that you cannot process messages any faster? What would happen if this function was not called and I went straight to ...
by socketwrench54
Thu 18. Feb 2021, 15:20
Forum: PCAN-RS-232
Topic: PCAN-RS-232 message filtering
Replies: 4
Views: 6777

Re: PCAN-RS-232 message filtering

Hi Marvin,
This is great and something I think we can work with. Looks like combining the SER_TO_CAN and CAN_TO_SER examples will allow bi-directional communication. I'll keep you updated.
Thanks,
SW
by socketwrench54
Tue 16. Feb 2021, 14:32
Forum: PCAN-RS-232
Topic: PCAN-RS-232 message filtering
Replies: 4
Views: 6777

PCAN-RS-232 message filtering

I am wanting to use the PCAN-RS-232 device to transmit CAN messages to/from an RS-232 component. The PCAN-RS-232 device will be on a CAN bus with multiple other CAN devices. In the default flashed programme, how do we know which message identifiers are transmitted through from CAN to RS-232? For ...