richClubb / python-uds

A uds library for python
MIT License
97 stars 55 forks source link

Provide logging to output the function definitions #42

Open richClubb opened 5 years ago

richClubb commented 5 years ago

Currently it may be difficult to debug the function definitions as they are essentially hidden from the user.

A logging system is needed so that the actual function definition can be retrieved

fuchsde commented 3 years ago

Hello @richClubb,

I have a questions related to this issue. I would like to read get the request, the negative and the postive response in a hex format. How can I access this data?