Hey all,
I'm trying to read the Device Type from the device
From everything I've read and done with the above device It seems like the proper way to read from the ManufacturerAccess() is:
Write : 0x44 , 0x02 , 0x01 , 0x00 (little endian for command 0x0001)
Write : 0x44
Read (using address 16)
However this isn't working and my code fails when sending the second write. I'm not sure what else I would need to be sending in order to initiate the write. I've also tried to use 0x00 for the write and 0x23 and 0x26 for the reads.
Any advice is appreciated. I can post code snippets if needed, I just want to know if conceptually I'm doing the wrong thing. I should also mention I'm doing this while the device is in SEALED MODE which I don't think should matter.
Thanks for the input,
Scott Sterling Arnold