Hello friends. Many chinese android car radios have a optional small box that connects to car CAN bus and gives simple serial UART to this radio. example is
https://www.aliexpress.com/item/1005002569086079.html.
I can see UART protocol and there is some detail. example
2E 20 02 01 01 DB or 2E 20 02 02 01 DA
for volume up and down. The base protocol format, checksum and etc is understood, but there is lots of messages that I cannot find detail for.
Does someone have full protocol for these? I see some reverse of java android apk on xda-devs and github which detail some but not all.