odxtools is a collection of utilities to interact with the diagnostic functionality of automotive electronic control units using python
180
stars
75
forks
source link
odxtypes.parse_int: detect the value base automatically #335
Closed
nada-ben-ali closed 2 months ago
The current implementation of odxtypes.parse_int function only supports the conversion of base 10 values into integers, not hex or other bases.