collin80 / GVRET

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

added a frame echo command #6

Closed yoh-there closed 9 years ago

yoh-there commented 9 years ago

A new command ECHO_CAN_FRAME (0xf1 0x0b), similar to BUILD_CAN_FRAME (0xf1, 0x00) was added. GVRET will echo the frame back to the host. This allows for better bench testing of of analysing tools and apps (for which we intent to use GVRET as backend), as we can include the entire Serial/USB path.