tao13
|
|
« Reply #23 on: January 07, 2022, 01:02:07 PM »
|
|
|
I confirm too what elRey said. Ecu send 0x38A DLC: 4! I tried with CAN_R , CWKONFZ1 , CWGC, nothing change. BUT BUT, good news today i tried with CAN_S and ....038a....not appear! I search a lin to can convertor but no luck. Only what i found is a lin to uart , but lin protocol is hard to find too. We can not put the steering wheel ring and controler on our mk4 platform because must add a can gateway and all others arms witch works different like ours with other confort controller. I thinked to send the same canbus message like dsg knobs send on + and - but if you look in cxx file , you will see paddles had some specific maps so the dsg waiti other messages from paddles(j527 , bla bla bla) than knob + and - messages! And i think this can be confirmed again because cars with dq250 have or not paddles and steering wheel ring must coded different. The easy way is to send on canbus the message. For the moment i don;t have the steering wheel ring and controler , but i ordered to try to sniffer it. elRey are you sure what dsg waiting is 0x38A for paddels?
Other model of GRA, but i think this is for me7.5 witch work with old cxx model, we must see if the new cxx model (not analogic input from paddles) from golf 5 , passat b6 had the same structure. [START_MSG] GRA_Neu,906,4,20,1,S,XXX [START_SIGNALS] GRA_Checksum,8,1,0,U,255,0,1,0,1,,,XXX [START_SIGNALS] GRA_Hauptschalt,1,2,0,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Abbrechen,1,2,1,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Down_kurz,1,2,2,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Up_kurz,1,2,3,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Down_lang,1,2,4,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Up_lang,1,2,5,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Fehler_Bed,1,2,6,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Kodierinfo,1,2,7,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Neu_Setzen,1,3,0,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Recall,1,3,1,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Sender,2,3,2,U,3,0,1,0,1,,,XXX [START_SIGNALS] GRA_Neu_Zaehler,4,3,4,U,15,0,1,0,1,,,XXX [START_SIGNALS] GRA_Tip_Down,1,4,0,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Tip_Up,1,4,1,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Zeitluecke,2,4,2,U,3,0,1,0,1,,,XXX [START_SIGNALS] GRA_Sta_Limiter,1,4,4,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Typ_Hauptschalt,1,4,5,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Sportschalter,1,4,6,B,1,0,1,0,1,,,XXX [START_SIGNALS] GRA_Fehler_Tip,1,4,7,B,1,0,1,0,1,,,XXX [END_MSG]
|