I’ve put my M2 in between my gauge cluster and the car. I have CAN0 hooked up to the car and CAN1 hooked up to the gauge cluster.
I’m trying to use SavvyCAN and I need to pass all the data from CAN0 to CAN1 and vice versa.
Starting with this script:
What do I need to change to send the captured frames to the other bus?
I was able to do this with the M2 directly, but I can’t monitor the traffic in real time using an Arduino sketch. SavvyCAN gives me a lot more logging options, but the gauge cluster doesn’t work if I can’t pass frames to it.
Any help would be appreciated, thanks.