python-udsoncan icon indicating copy to clipboard operation
python-udsoncan copied to clipboard

Fix PassThruConnect Flags for 11 bit CAN identifier

Open kamilwierzbicki opened this issue 4 months ago • 11 comments

Issue: https://github.com/pylessard/python-udsoncan/issues/287

Some of the PassThru devices report an error when an invalid bit is set in the flags parameter. Currently the bit 6 is set but it should be zeroed.

kamilwierzbicki avatar Aug 22 '25 06:08 kamilwierzbicki