DarthAffe / OBD.NET

C#-Library to read data from car through an ELM327-/STN1170-Adapter
GNU General Public License v2.0
178 stars 82 forks source link

ATSH Command #30

Open jakka351 opened 1 year ago

jakka351 commented 1 year ago

Hi,

Is there functionality in this library to change the header with AT command ATSH?

DarthAffe commented 1 year ago

Hey, no the ATSH-Command is not implemented. You'd could inherit from ELM327 and use the protected string overload of SendCommand to send it, but there's no build in way.