So I'm using an ibutton sensor ds1922L with arduino, using Onewire.h library so far I can get the address of the sensor and I can read the crc as well. But somehow I still can't read the data from the scratchpad
It is not in the data sheet of the sensor, but it is in the onewire library that it can be used to copy data to scratchpad although I searched in the data sheet and didn't find anything related to it
sorry I took long to update.
so, I am trying the forced conversion as you suggested but to do so I need to read 020Ch address but I can't do so with the onewire library