milhead2 / python-j1939

Breakout of j1939 from inside the python-can package
GNU Lesser General Public License v3.0
38 stars 20 forks source link

changes for allowing j1939 to work with Python 3.11 #24

Closed pjparks closed 1 year ago

pjparks commented 1 year ago

Had to change the mesage - id_type to is_extended_id, also had to had bustype to mem_set and mem_query. Removed sys.plaform == 'win32' now that we have the bustype, this allows us to use the same bus methods.