Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
As vehicle diagnostics move beyond traditional CAN and ISO 9141, the need for robust IP-based communication has become essential. The SAE J2534-2/15_0500 recommended practice, issued January 2022, provides the necessary framework to support Internet Protocol version 6 (IPv6) within the SAE J2534 API. This extension aligns with the Diagnostics over IP (DoIP) protocol defined in ISO 13400 and is a critical component for modern diagnostic systems.
SAE J2534-2/15_0500 is part of the J2534-2/X_0500 series and defines the implementation of IPv6 in the Pass-Thru API. It is designed to be used together with related documents covering Ethernet (J2534-2/13_0500), the base document (J2534-2/BA_0500), and resource document (J2534-2/RE_0500). The practice specifies only the changes from SAE J2534-1_0500; items not explicitly detailed are assumed unchanged. An interface is compliant only when all required functionality is implemented; optional items are marked explicitly.
The standard introduces several modifications to the Win32 API, including new functions and IOCTLs for establishing and managing IPv6 connections.
| API Element | Description |
|---|---|
| PassThruLogicalConnect | Establishes a logical communication channel using protocol IDs ETHERNET and IP6_LOGICAL. |
| IP6_GET_ADDRESS_INFO | IOCTL to retrieve IPv6 address configuration of the Pass-Thru device. |
| GET_PROTOCOL_INFO | Discovery function updated to support IPv6 specific parameters. |
| PassThruIoctl | Extended with new commands for network error handling and IP configuration. |
Note the new protocol identifiers: ETHERNET for physical channel and IP6_LOGICAL for the logical communication channel that adds network and transport layers. Proper use of these identifiers is critical for establishing a valid IPv6 connection.
Successful implementation requires adherence to the discovery mechanism described in the standard. The GET_PROTOCOL_INFO function must be called with the ETHERNET and IP6_LOGICAL protocol IDs to determine the capabilities of the Pass-Thru interface. Error handling now includes specific network errors such as “device not connected” and other network-related failures, which are returned as STATUS codes from API functions.
ETHERNET, IP6_LOGICAL) when calling PassThruLogicalConnect. This will cause the connection to fail. Always verify that your implementation covers all required companion documents.
PassThruLogicalConnect establishes a logical communication channel that adds IP layer processing on top of a physical Ethernet channel. It uses the IP6_LOGICAL protocol identifier to specify IPv6.
Yes. This document must be used with SAE J2534-2/13_0500 (Ethernet), J2534-2/BA_0500, and J2534-2/RE_0500. Other documents may be required depending on your transport layer (e.g., TCP or UDP).
The standard introduces new network error codes, including ERR_DEVICE_NOT_CONNECTED and general network errors. The PassThruIoctl function can be used to retrieve address information and diagnose connection issues.
The standard is focused on IPv6, but IPv4 is covered in a separate document (J2534-2/16_0500). For applications requiring both, you may need to manage separate logical channels.
This extended feature ensures that vehicle diagnostic systems can adopt IPv6, providing a larger address space, simplified header format, and improved support for modern automotive architectures.