hello, my fate is sad and tragic
I am the owner of a Mercedes and an electronics engineer, and I bought a radio Becker Grand Prix 2000, BE1319, it is known that, just like Mexico 2000, it works with the same CDС.
I don't have any of the original CDC options, but I have a desire to build an emulator
so first I identified the connector pinout (I didn't find the service manual forBE1319)
A and B are RS485 bus, I sniffed the signal with a signal analyzer and found the following things:
1 its UART 4800 8E2 (4800 baud, 8 data bits, even parity, 2 stop bits)
2 head unit sends two slightly different ping-packets, once every five seconds сontinuously after power on
obviously only two bytes change, one of them is the address of the second device, and the second is probably the CRC
assuming that the CRC is considered fairly trivial, I was able to select the necessary parameters to calculate the checksum. it's a CRC with a 0x01 polynomial and 0xFF initial value.
then I accidentally discovered that such CDCs were also installed in BMW, Bavaria C Professional Becker BE1801, there were also the same problems with CDC Becker as described in the first post, but BMW bought CDC Pioner, not Alpine
Unfortunately or fortunately, this did not help me too much in creating an emulator, however,
I found someone who was going down the same path with BMW, and our results matched (I'm not mad, yay!). this gave me more understanding, however I still could not implement ping pong communication, since apparently Becker MB and Becker BMW have different addresses in the protocols.
so I need help in sniffing from people who have the original CDC, this does not require deep knowledge, you need USB-TTL or USB-RS485 (CP2102, CH340, CH341, ft232rl and etc), I will do the software part via remote access, if you have the opportunity, please contact me