coucouillu, awesome project. Always when everything is going good something stupid like a scratch on car will happen. one time i got new tires on my truck and bamn slammed into someone as soon as i drove away.
Someone asked about how to calculate the checksum. For your project i guess you just sent the commands that you captured. But it looks like a simple addition checksum. Add the first four bytes together then send the total.
i.e. flip up 54 + 54 + 89 + 1C = 14D drop the 1 because a byte only goes to FF and you get 4D (in hex)
Bookmarks