terraphantm / MS45-Flasher

Tool to read and flash the MS45 DME
GNU General Public License v3.0
28 stars 12 forks source link

how to configure the app.config file to use an ICOM interface? #3

Open RexJust opened 1 year ago

RexJust commented 1 year ago

Hi there, Thank you for your flash tool which looks very interesting, I ask for your help because I cannot configure MS45-Flasher for use with the ICOM Bmw interface. My EDIABAS configuration file (EDIBAS.ini) is therefore configured as follows:

Interface =REMOTE:DiagBus RemoteHost = 169.254.92.38 Port = 6801

I have been using this Ediabas and ICOM configuration which works perfectly for INPA and coding with NCS EXPERT for years, but I would like to know how to adapt the configuration of MS45-Flasher to the use of the ICOM interface (therefore linked in ethernet to the pc) and not from the K+DCAN Usb cable, I suppose that I have to modify the following line of the App.config file:

<add key="Port" value="COM1" /> But what should I put in place of "COM1"?

Many thanks in advance for your help.

kmalinich commented 1 year ago

This project uses EdiabasLib, so this may be of some assistance:

https://github.com/uholeschak/ediabaslib/blob/master/docs/EdiabasLib.config_file.md