We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I want to read the air fuel Ratio. I use the PID 34. This is the answer:
[obd.obd] Sending command: b'0134': 02 Sensor 1 WR Lambda Current [obd.elm327] write: b'0134\r' [obd.elm327] read: b'48 6B 09 41 34 7B D1 7F CC C8 \r\r>' -0.203125 milliampere
read: b'48 6B 09 41 34 7B D1 7F CC C8
In the answer, the bold bytes are the current, and the italic bytes schould be the Ratio. On wikipedia I found the Formula:
https://en.wikipedia.org/wiki/OBD-II_PIDs
Can you pleas ad the Ration to the standard PIDs? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I want to read the air fuel Ratio. I use the PID 34. This is the answer:
[obd.obd] Sending command: b'0134': 02 Sensor 1 WR Lambda Current [obd.elm327] write: b'0134\r' [obd.elm327] read: b'48 6B 09 41 34 7B D1 7F CC C8 \r\r>' -0.203125 milliampere
read: b'48 6B 09 41 34 7B D1 7F CC C8
In the answer, the bold bytes are the current, and the italic bytes schould be the Ratio. On wikipedia I found the Formula:
https://en.wikipedia.org/wiki/OBD-II_PIDs
Can you pleas ad the Ration to the standard PIDs?
Thanks
The text was updated successfully, but these errors were encountered: