Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
The SAE J2534-2/1_0500 standard, issued January 2022, specifies the Pass-Thru Extended Feature for Single Wire CAN (SW CAN). This document is part of a modular update to the original J2534-2 (API version 04.04), now separated for ease of maintenance. It ensures compatibility with SAE J2534-1_0500 (API version 05.00) and incorporates field feedback. The standard defines interface requirements including pin assignment, buffering, error handling, and API modifications.
🛠️ The standard details specific protocol requirements for SW CAN. Below are critical specifications from the document.
| Parameter | Requirement |
|---|---|
| Required Pin Combinations | SW CAN uses specific connector/pin combinations (see Table 1 in the standard) |
| Minimum Receive Buffer Size | Defined to prevent overflow; see Table 2 |
| Minimum Transmit Buffer Size | Defined to ensure reliable transmission; see Table 3 |
| Network Errors Handled | Device not connected, receive buffer overflow, message termination, other network errors (see Table 4) |
Additionally, the API changes include modifications to PASSTHRU_MSG structure and functions like PassThruConnect and PassThruIoctl. Message format checks and error handling are clearly defined.
🔍 Here are answers to common questions about the SW CAN extended feature.