collin80 / ESP32RET

CAN Reverse engineering tool for ESP32 based boards (specifically EVTV ESP32Due)
MIT License
197 stars 56 forks source link

Documentation : Serial protocol #5

Open elliotwoods opened 3 years ago

elliotwoods commented 3 years ago

Hi there!

Thanks for sharing you great contribution!

I'm wondering if you have documented your serial protocol somewhere. It seems you're keeping the protocol the same between your different RET device implementations. I can read through the source code and figure it out piece by piece, but I'm wondering if there's a basic reference for the protocol already.

Thank you! Elliot

collin80 commented 3 years ago

Yes, the best reference right now is here: https://github.com/collin80/M2RET/blob/master/CommProtocol.txt

It might not be 100% complete but should be pretty accurate.