You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I would like to express my gratitude for this project, which has been immensely helpful to me.
I have a minor question. When utilizing the uds_client.routine_control to perform a service, and I attempt to access the return value through res.service_data.routine_status_record, I receive it in binary format. I can transform it into hexadecimal using the binascii.hexlify(b).decode('utf-8') method. I am curious whether there is an inherent function within this project that can handle this conversion. Why not return the value directly in hexadecimal format? I eagerly await your response.
The text was updated successfully, but these errors were encountered:
First of all, I would like to express my gratitude for this project, which has been immensely helpful to me.
I have a minor question. When utilizing the uds_client.routine_control to perform a service, and I attempt to access the return value through res.service_data.routine_status_record, I receive it in binary format. I can transform it into hexadecimal using the binascii.hexlify(b).decode('utf-8') method. I am curious whether there is an inherent function within this project that can handle this conversion. Why not return the value directly in hexadecimal format? I eagerly await your response.
The text was updated successfully, but these errors were encountered: