The guide you used is for conventional ICE cars and OBD protocol.Hi all,
I am new to OBD2 usage, but I just bought a kit to my car and want to start creating some applications. I have just started to create a test program using c#. I am using the InTheHand.Net.Bluetooth lib to talk to the OBD adapter.
But I am facing a problem. I am using this guide: https://burakalakusen.wordpress.com/2011/07/27/to-get-obd2-data-via-elm327-c/
So I am sending ATSP1-5 and then sending 0100 to test comms. When sending ATSP1-2 I get NO DATA as a response, when I use 3 - 5 I get BUS INIT: ERROR. So, all 5 fails. And If i try an bus ID it just returns the ID with no data.
Anyone with experience that can guide me in the right direction here? Thanks!
Tesla does not implement OBD protocol with "OBD request / response", etc - Tesla cars just have CAN bus connection where ELM327 adapter can be connected to read data.
You can try to use some known Tesla-specific OBD app ("Scan my Tesla", etc) to validate that hardware is working.