I have been extracting OBD-II DATA from UART board (ELM327) on my TOYOTA INNOVA. It responded correctly few weeks before and gave all supported sensor values. But now, for every response, ECU responds "7F 01 11". Please tell me what exactly this output means and how to get rid of this problem.
1
There are 1 best solutions below
Related Questions in OBD-II
- Extracting Last 4 Digits from RPM Response in Xamarin Android (e.g., "41 0C") and Performing Decimal Conversion and Division by 4
- OBD-ii python library not finding obd adapter
- MicroPython bluetooth connection to an OBD BLE
- Xamarin Forms C# Digital Dashboard App - Not Receiving Real Data for RPM and Speed from OBD-II ELM327
- Serial Port Connection to OBD II Adapter
- Reading Data from OBD2
- Can't receive/read response from OBD2 Dongle using BLE connection
- Kotlin OBDII Bluetooth communication: Channel is unrecoverably broken and will be disposed
- Bluetooth Comm API from bluedot | OBD and Raspberry PI Errors
- OBD Raspberry Pi bluetooth and serial issues
- Trouble communicating with car's ECU using Tactrix OpenPort and J2534 AP
- Wifi obd-II with flutter
- How to sent and get Response Of 01A6 (Odometer) PID with ELM327(OBD-II)
- Flutter : OBD2 connectivity using bluetooth
- Flutter : OBD2 connectivity using wifi
Related Questions in ELM327
- Serial Port Connection to OBD II Adapter
- Can't receive/read response from OBD2 Dongle using BLE connection
- How to sent and get Response Of 01A6 (Odometer) PID with ELM327(OBD-II)
- OBD2 CAN BUS problem with data receive from AT MA
- ISO 9141 (non-OBD) protocol over ELM 327
- Reading OBD2 DTC codes procedure
- Send header and payload to ELM327 in non-CAN
- ELM 327 - how emulate the ECU answers?
- How to get some CAN address messages with ELM327
- How to send an AT commands with Header and Data Bytes
- How to send more than 8 byte message in a single frame using ELM327 device in KWP2000 protocol
- BLE and ELM327 (CAN)
- Cannot read data from ELM327 device with PySerial
- OBD2 Simulator: unable to send AT-commands
- Getting "No data" response from BOD II in android
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
7F is the general fail response.
11 means: Service Not Supported.
So that is what it means. However it seems strange as it was working before. Did you change any setting of the ELM327 module? If so, it could be possible to reset all settings.
Source: http://blog.perquin.com/prj/obdii/