collin80 / GVRET

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

Incorrect baud causes hardware to go into an error state #13

Closed collin80 closed 8 years ago

collin80 commented 8 years ago

If you set the wrong baud rate for the bus and then try to use be on the bus it causes the firmware to go into an error state it doesn't seem to ever recover from. The only fix is power cycling. It might only do this on reception but either way this isn't a great feature for "reverse engineering" firmware. :(

collin80 commented 8 years ago

Fixed as of 331 firmware. Due_Can library must be updated too.