kamilwierzbicki

Results 3 issues of kamilwierzbicki

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...

According to SAE J2534 API reference (check https://studylib.net/doc/27193342/dokumen.site-passthru-api-1 page 6) bits 0-6 of "flags" parameter should not be used and should be zeroed. This issue can lead to problems with...

The user should be able to select the CAN_ID_BOTH flag on PassThruConnect function call.