Questions tagged [elm327]

The ELM327 abstracts the low-level protocol and presents a simple interface that can be called via a UART, typically by a hand-held diagnostic tool or a computer program connected by USB, RS-232, Bluetooth or Wi-Fi. New applications include smartphones.

The ELM327 is a programmed microcontroller produced by ELM Electronics for translating the on-board diagnostics (OBD) interface found in most modern cars. The ELM327 command protocol is one of the most popular PC-to-OBD interface standards and is also implemented by other vendors.

The original ELM327 is implemented on the PIC18F2480 microcontroller from Microchip Technology.

ELM327 is one of a family of OBD translators from ELM Electronics. Other variants implement only a subset of the OBD protocols.

81 questions
0
votes
1 answer

Receiving data from elm327 device

I want to receive data from elm327 device. in line 7 I receive AT+BRSF=24\r string instead of string with the speed. 1.private async Task GetSpeed() 2. { 3. string retVal; 4. _dataWriter.WriteString("010D\r"); // send pid…
Arie
  • 179
  • 2
  • 16
0
votes
1 answer

obdII bluetooth with CANCaseXL tool

This is Kishore I use ELM327 based OBDII to Bluetooth adapter to monitor the CAN traffic in the Passenger Vehicle. Said otherwise, our intent is to deploy EML327 as a CAN2BT Dongle (for CAN message Rx purposes). I would love to use the Monitor All…
0
votes
1 answer

Java Get/Set method returns null

I want to get variable other class(jframe) but get method returns null.. But set method is running.. public class FrameGauges extends javax.swing.JFrame { Elm32x elma=null; private void…
0
votes
1 answer

Command Format to send to OBD (Android)

Having trouble figuring out how to format the commands I send to my OBD device. First off Torque is working fine so I know its my code that's the problem not the device. Here's how I'm sending my commands: public void run() { byte[]…
user2269886
  • 45
  • 1
  • 8
-2
votes
2 answers

Requesting, reading and displaying data from OBD-II port via ELM327 in react| ELM327 bluetooth commands

I am working on my school project - an infotainment system, and I want to read data from the OBD-II port, using ELM over Bluetooth and display it in React. However, to get any information, you need to send a command. Does anybody know what are the…
futyseq
  • 11
  • 2
-2
votes
1 answer

How can I talk only to one ECU in a two ECU Car with ELM237 and OBDII

I am sending following ELM237 commands to a Porsche Cayenne. There are two ECU on the Bus 7E9 and 7E8. I would like to address only one at a time. I thought I can do that by using atsh7E8 to talk only to one but then the answers contain only the…
Ride Sun
  • 2,145
  • 3
  • 18
  • 41
1 2 3 4 5
6