query_obd2_pid
Send raw OBD2 requests with service and PID to retrieve response bytes for reading current data or diagnostic trouble codes.
Instructions
Send a raw OBD2 request and return the response bytes.
Args: service: OBD2 service number (e.g. 1 for current data, 3 for DTCs). pid: PID/subfunction number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | ||
| pid | Yes |