Protocol decoder:sae_j1850_vpw

From sigrok
Revision as of 20:19, 7 July 2020 by Gsi (talk | contribs) (add info box, add category, move links to resources)
Jump to navigation Jump to search
sae_j1850_vpw
Name SAE J1850 VPW
Description SAE J1850 Variable Pulse Width 1x and 4x.
Status planned
License GPLv2+
Source code decoders/sae_j1850_vpw
Input logic
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