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

Fix 16 and 18 bit masking #23

Closed brearl closed 1 year ago

brearl commented 1 year ago

During python script testing, one of the commands "trap with timeout", that relies on mask patterns from python-j1939, stopped working. After a bit of investigation discovered that the changes to masking in pgn.py was the culprit.