You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/faq/index.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,3 +73,13 @@ setInterval(() => {
73
73
```
74
74
75
75
:::
76
+
## Can I use a custom sub-function for preset `0x27 (SecurityAccess)` commands? (for example `0x35` / `0x36`)
77
+
78
+
::: details Answer
79
+
Yes. When configuring a preset `0x27` service, set the sub-function to custom and enter the target value, such as `0x35` (request seed) and `0x36` (send key).
80
+
81
+
For security access, make sure the request-seed and send-key sub-functions are paired correctly (typically odd/even pairs) and match your ECU implementation.
0 commit comments