pylessard / python-udsoncan

Python implementation of UDS (ISO-14229) standard.
MIT License
575 stars 199 forks source link

bugfix for J2534 connection #146

Closed venden closed 1 year ago

venden commented 1 year ago

add .vscode to .gitignore

for "J2534-1", the first parameter of PassThruOpen should be NULL, and the dllPassThruStartPeriodicMsgMsgs and dllPassThruStopPeriodicMsgMsgs maybe typo.

pylessard commented 1 year ago

Thank you!