amtflash

Device driver for the AMT Flash (MPPS) v13 OBD Cable


Keywords
obd, obdii, obd-ii, obd2, car, vehicle, MPPS, AMT, driver
License
Apache-2.0
Install
pip install amtflash==0.0.1

Documentation

amtflash

Device driver for the AMT Flash (MPPS) v13 OBD Cable

Usage

from amtflash import AMTFlash
device = AMTFlash()
print("Version: {}".format(device.get_version()))
print("Version: {}".format(device.get_version_str()))
´´´