mercedes-benz / odxtools

odxtools is a collection of utilities to interact with the diagnostic functionality of automotive electronic control units using python
MIT License
180 stars 75 forks source link

odxtypes.parse_int: detect the value base automatically #335

Closed nada-ben-ali closed 2 months ago

nada-ben-ali commented 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.

andlaus commented 2 months ago

looks good, thanks!