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
* Add J2534 support
* fix comment style, do not set stmin_tx ioctl unless requested
* run cargo fmt
* dont use 5 year old winreg version
* remove some stray comments
* move constants to separate file with proper types
* move dll magic into own file, might reuse later
* Simplify J2534CanAdapter, make fully blocking
* loopback flag already set
* some more refactoring of common stuff into J2534Channel struct
* return disconnected error
* remove comment
* move stmin helper into isotp code, ensure rounding up
* refactor J2534NativeIsoTpTransport to take an IsoTPConfig
* parse more fields out of the IsoTPConfig
* unified error handling
* add isotp example
* attempt to fix 29 bit ids
* handle isotp rx timeouts
* this should fix RX of extended IDs
* Turns those logs into errors
* Those don't result in valid rx ids
* Improve query_fw_versions for adapters without proper ACK support
* assert on invalid 11 bit id
* remove testing change
---------
Co-authored-by: Willem Melching <willem.melching@gmail.com>
0 commit comments