Difference between revisions of "Protocol decoder:Sae j1850 vpw"
Jump to navigation
Jump to search
(add info box, add category, move links to resources) |
(j1850 is supported, link to mugshot) |
||
Line 3: | Line 3: | ||
| name = SAE J1850 VPW | | name = SAE J1850 VPW | ||
| description = SAE J1850 Variable Pulse Width 1x and 4x. | | description = SAE J1850 Variable Pulse Width 1x and 4x. | ||
| status = | | status = supported | ||
| license = GPLv2+ | | license = GPLv2+ | ||
| source_code_dir = sae_j1850_vpw | | source_code_dir = sae_j1850_vpw | ||
| input = logic | | input = logic | ||
| output = | | output = — | ||
| probes = data | | probes = data | ||
| image = [[File:sae_j1850_vpw_mugshot.png|250px]] | |||
| info = | | info = | ||
}} | }} |
Revision as of 21:07, 7 July 2020
Name | SAE J1850 VPW |
---|---|
Description | SAE J1850 Variable Pulse Width 1x and 4x. |
Status | supported |
License | GPLv2+ |
Source code | decoders/sae_j1850_vpw |
Input | logic |
Output | — |
Probes | data |
SAE J1850 VPW is one of several signal protocols mandated by OBD2/EOBD legislation, which requires automotive vehicle manufacturers from 1996 (USA) or 2001 (Europe) to provide access to the vehicles data bus via a standard 16 pin SAE J1962 connector. The purpose originally being to allow testing and diagnostics from the "on-board diagnostic" capabilities (which were also required by the legislation), of the control module responsible for the vehicles emission control system (typically the PCM, Powertrain Control Module). However the VPW databus also serves many other purposes.
SAE J1850 came in 2 varieties:
- PWM (Pulse Width Modulation), 41.6 kb/s, typically used by Ford.
- VPW (Variable Pulse Width), 10.4 kb/s, typically used by General Motors.
The way the bits are represented on the bus and voltage level is different between them. This decoder is for the VPW variety.
Resources
- PCM hacking forum thread
- Antus' partial migration, pman92's repo (see the decoders/vpw/ directory)
- pman92's example captures (see the vpw/ directory)
- https://www.irjet.net/archives/V4/i7/IRJET-V4I791.pdf
- http://www.fastfieros.com/tech/vpw_communication_protocol.htm