1

Topic: CAN Bus sending message without using DIO channels

Hi,

I have seen that the example projects of receiving and sending messages to can bus all about using DIO channels, in the support section.

Is it possible to do a project like that; for example when 0x0224 signal is received, send 0x3BC signal to the can bus?

Similarly receive signal from LIN bus, use this signal in logic and then send to the CAN bus, or vice versa?

Thank you very much.

2

Re: CAN Bus sending message without using DIO channels

Hello,

I think there is an example of LIN to CAN forwarding in the "Example" Folder. Called lin2can.cfd

I hope it could help

Nico

3

Re: CAN Bus sending message without using DIO channels

Hi Nicolas,

Thank you for your help. I will try it.