OBD.NET
OBD.NET copied to clipboard
C#-Library to read data from car through an ELM327-/STN1170-Adapter
This fix is designed to solve the deadlock observed when dispose is called but Initialize method has not yet completed. It happens in async apps if the OBD device is...
Hey there, I'm using this library to read out OBD data with a Raspberry Pi on Linux. Short Story: It works! Long Story: There is no need for the Serial-related...
Anyone here have a working sample with Tesla Model3? I'm using this connector: https://e-mobility-driving-solutions.com/produkt/diagnostics-cable-tesla-m3-01-2019-bundle/?lang=en Windows 10, VS2019, Download this git repo, configure the bluetooth dongle and map to com3, run...
I cant seem to find a method for getting the MIL lamp status, what i mean by this is i want to get to see is it on or off....
Hi, I have a modified version of your driver working with an ODB2 MX+ reading data from a Ford F53 RV Chassis. I added commands to read the vehicle information...
Hi, Does anybody know how to extract a vehicles identification number (VIN) using the ODB.NET library? What I have managed to figure out is that it is under mode 9,...
Hi Guys, I cant put finger on the issue. because my code was running all okay. which suddenly started giving timeout error. Code is not able to pick up port...
I have created a new class for Odometer. It needs a PID value of 3B6 (CAN message: 3B64597BF00). The whole technical architecture seems to be made around a PID of...
I am running visual studio 2017 ,I get this message below when trying to run the program, how do i solve this issue? thank you a project with an out...
when i run this program it gives message "Parameter ComPort needed". where should i pass comp port my com port is 5. public static void Main(string[] args ) { if...