-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial Print and theyre meanings #16
Comments
commands are decoded here: vwcdavr/CDC_emulator/cdc_arduino_ported_k9spud_vwcdpic/cdc_arduino_ported_k9spud_vwcdpic.ino Line 895 in 13e3b84
but only in 1st byte is 0x53 2nd is 0x2c 👍
put some debug info there and check if it is dumped in ScanCommandBytes() with DumpFullCommand() or it is dumped in DecodeCommand() but I think it is wrong command send by radio and ScanCommandBytes() did not understand it, because DecodeCommand() should mark dash before unknown cmd and newline after this cmd. |
Hi, after a long period of try and error I still stuck. I'm new to coding and all that stuff, thats properly the main problem ;) Another idea (?): It is working almost fine, the only problem are those commands. So if it is possible to just throw them into the bin and use only the ones, that we are understand, it would work fine. But on the search for this possibility I got also stuck. Can you help another time? Thank you |
standard code should output each 10s on the serial terminal "Audi Concert I Multimedia Gateway Ver." did you get this text? |
I get the text only every startup of the whole system. |
That is ok i have to look into itOn 5 Aug 2021 18:04, DaMusikant ***@***.***> wrote:
I get the text only every startup of the whole system.
The message pops up every 4th second btw, no matter in which mode (CDC or FM) I am
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.
|
Thank you very much :) |
Hi, I found another method to avoid the problem, just ignore the commands on the other end of the serial end. But thank you very much :) |
Hi,
you already helped me lot but I'm again stuck in the middle of the code.
The problem is, that the Arduino is sending some messages that are not encodible. Every third message I got a "007904FB" if I am in CD Changer mode with my radio and "007901FE" if I am not in CD Changer mode.
If I press down the button to go into CD Changer mode I got
MENABLE007904FBMENABLE007904FBMENABLEMENABLE007904FBMENABLE
I think those are current status updates. But the problem is that they are also going in between the main messages like
007904FBLIST2
For my purpose I don't need those messages but I didn't found any possibility to disable them.
Can you help me?
Thank you and greetings
The text was updated successfully, but these errors were encountered: