Akhilesh Thorat

Results 4 comments of Akhilesh Thorat

> > > On data you get a pointer to a byte array with the length: `uint8_t* data` and `size_t length`. You can cast this to whatever you want but...

I think we miss communicated here , I know how data is received and what data type it is. I'm aware of response type. My idea was to add a...

It's true that specification doesn't mention endianess or byte ordering. This differs from slave to slave But when added , it is expected to handle/arrange the incoming bytes beforehand. Have...

> What is the device you are trying to communicate to? Initially it was a energy meter which had 32-bit float format. Here code worked fined and data was handled...