pylessard / python-udsoncan

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

Increase bytes of a memorylocation. #144

Closed amsyrena closed 1 year ago

amsyrena commented 1 year ago

udsoncan/init.py class AddressAndLengthFormatIdentifier. Can we increase more possible values of memsize_map? Like { 8 : 1, 16 : 2, 24 : 3, 32 : 4, 40 : 5 }

amsyrena commented 1 year ago

Hi, after updating to version 1.6, this issue has been solved. Thank you so much for developing UDSonCAN library! !

pylessard commented 1 year ago

Thank you Indeed a duplicate of #140