Skip to content

Commit

Permalink
more uds debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjhogan committed Oct 15, 2019
1 parent 4454e3a commit 711810d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/uds.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ def _uds_request(self, service_type: SERVICE_TYPE, subfunction: int=None, data:
error_desc = resp[3:]
# wait for another message if response pending
if error_code == 0x78:
if self.debug: print("UDS-RX: response pending")
continue
raise NegativeResponseError('{} - {}'.format(service_desc, error_desc), service_id, error_code)

Expand Down

0 comments on commit 711810d

Please sign in to comment.