How to query non-default ECU ID?

In the “OBD Loggers” section it is possible to create additional loggers, with custom Mode, Pid, Decoder, and Converter. However, there’s no field to fill in the target ECU ID (“header”). I assume that the query will be sent to either the functional ID 0x7df, or perhaps the ECM 0x7e0 or similar, but in my case, I need to send the query to 0x763. How can this be done?

Hi @astrand

This is possible with the latest release. In your OBD library, just create a new command and set the header to your ECU id. That should do it.

best
Peter