de lo contrario si (id == 0xE6 && len < 8) {
canMsgSnd.data[0] = canMsgRcv.data[0];
canMsgSnd.data[1] = canMsgRcv.data[1];
canMsgSnd.datos[2] = canMsgRcv.datos[2];
canMsgSnd.data[3] = canMsgRcv.data[3];
canMsgSnd.data[4] = canMsgRcv.data[4];
canMsgSnd.data[5] = canMsgRcv.data[5];
canMsgSnd.data[6] = 0x80; // esto
canMsgSnd.data[7] = suma de comprobación0E6(canMsgSnd.data);
haz esto, solucionara tu problema. en citroen c5x7 0xe6 dlc=6 y no hay datos[6]
Hello again, mate.
I don't know if this solution would help my problem...
I have a C5 X7 with a Cirocco from a C5 Aircross and NAC. I recently noticed that when I turn on the ignition, the battery light doesn't come on when it should until it turns off when I start the car. In the event of a battery charge failure, an error message appears on the NAC and Cirocco screens. This doesn't happen because I forced the charging error by removing a battery fuse, and it doesn't warn me of anything.
I also uploaded the original Vlud sketch to rule out any add-ons that had disabled this warning, but it still doesn't warn me.
Could you help me get that feature back on, as it's quite important to avoid running out of battery power in the event of an alternator failure?
Thanks a lot!!