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

about response.date

Open mmdlife opened this issue 1 year ago • 0 comments

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.

mmdlife avatar Jul 10 '24 09:07 mmdlife