ELM327-emulator icon indicating copy to clipboard operation
ELM327-emulator copied to clipboard

ELM327 Emulator for testing software interfacing OBDII via ELM327 adapter supporting multi-ECU simulation

Results 15 ELM327-emulator issues
Sort by recently updated
recently updated
newest added

Hi, I've found out that for the pid when we check if other pids are supported a plain value is returned. For instance PID `0100` returns `BE 3F A8 13`...

enhancement

com0com and probably any other driver is not able to work without proper driver signature and that is true for nearly every windows in 2022 (Win10+ and 64Bit). I don't...

discussion

Hi Ircama, i love your project! Is it possible to run your sim with a can interface. We have a linux hw with CAN/K-Line and would love to support elm327...

enhancement
K-line

Hello! Thank you for your awesome emulator! The problem I am encountering is related to the usage of python-obd library in association with the emulator, and the problem is that,...

Hi team. I just wonder if this repo can simulate DTC? Thank you and best regard.

I've read through the documentation and various issues/questions, and am still at a mental block on how to proceed. I'm only posting this as I've hit a brick wall. I...

The SAE J1979 specification allows service 01 commands to include up to 6 PIDs, which can be a helpful way to improve throughput when querying many PIDs for vehicle telematics....

enhancement

I tried running the emulator & setting it to protocol # '3' (ISO-9141-2), but it simply ignored the 'AT SP3' command and kept using CAN. So, it apparently can only...

enhancement
K-line

Hi, thank you for this work. When i connect [https://github.com/PowerBroker2/ELMduino](url) to this emulator through serial port usb, unwanted commands from emulator are written on serial port, and viceversa, if i...

Looking to remove the newline \n from the echo ATSP0 ( and all other commands) is actually returning me ATSP0\r\nOK\r\r> ![image](https://user-images.githubusercontent.com/74153415/227809465-2dccf85b-4bda-491d-9ee2-5e87404382c6.png) I can see how to change the newlines at...