Page 1 of 1

No Support Menu option in VDO Editor 2

Posted: 01 Dec 2019 20:38
by magna413
Has this been disabled?
I have a eeprom where this is enabled and I want to disable it, but I don't know offset.

Re: No Support Menu option in VDO Editor 2

Posted: 01 Dec 2019 20:43
by magna413
Should of read more....

Address is 0x67 Bit1 - Support Menu Enabled.

Re: No Support Menu option in VDO Editor 2

Posted: 02 Dec 2019 10:23
by skodapilot
Yes, this option was removed from build-in list as it is available to adjust via adaptation channel.
You can add section to custom settings for Mcu -> Nec850, Eeprom ->I24C64, Type->Unknown in group BITS

Code: Select all

      <Bit>
        <Offset>103</Offset>
        <Index>1</Index>
        <Inverted>false</Inverted>
        <Description>Support Menu Enabled</Description>
      </Bit>
So, you can easy access this setting right VDOe2:
2019-12-02_10-24-12.png

Re: No Support Menu option in VDO Editor 2

Posted: 25 Dec 2019 14:09
by magna413
I added this to VDOeditor and works good.

But regarding changing in adaption, this doesn't work for me. I tried it using ODIS and gives error message of incorrect length.
So only way for me was changing eeprom.

Re: No Support Menu option in VDO Editor 2

Posted: 26 Dec 2019 11:53
by skodapilot
magna413 wrote: 25 Dec 2019 14:09I tried it using ODIS and gives error message of incorrect length.
So only way for me was changing eeprom.
I will try to return this feature next releases.