summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-08-04 21:36:47 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-08-04 21:36:47 -0400
commit3b29964126040a3704f004381e0329da50e391b0 (patch)
treeb466882dc5ea65512c5d0a76527db4e3fa9d27e2 /README.md
parent9557c4b2a1107368b049d56419af38c9aa1e9434 (diff)
Expand diagnostic mode field to a full byte's range.
Fixed #10.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd32e900..3e496bd5 100644
--- a/README.md
+++ b/README.md
@@ -94,8 +94,8 @@ with this command format:
**id** - the CAN arbitration ID for the request.
-**mode** - the OBD-II mode of the request - 1 through 15 (1 through 9 are the
- standardized modes).
+**mode** - the OBD-II mode of the request - 1 through 255 (1 through 9 are the
+ standardized modes and 0x22 is a common proprietary mode).
**pid** - (optional) the PID for the request, if applicable.