collin80 / GVRET

Generalized Vehicle Reverse Engineering Tool - firmware for Arduino Due based boards
99 stars 32 forks source link

Frame forwarding is on by default #28

Open collin80 opened 1 year ago

collin80 commented 1 year ago

This firmware has the capability to forward traffic between CAN0 and CAN1. This can be handy but unfortunately it is currently on as the default state. That's likely to cause all sorts of issues if you aren't expecting it. To stop this you can ground pins 11 and 12. But, this needs to be corrected so that forwarding is not the default. Forwarding should probably be an option within the serial menu and not tied to hardware pins (or maybe allow hardware pins but optionally).