Reading DS1982 EEPROM memory

Hi All,

i was reading article about reading 1-wire buttons to authorization
I'm trying to find a way to read DS1982 keys EEPROM burned number with the Arduino
is it possible?
can anyone help with that?

It is probably the same as finding the address of an DS18B20 temperature sensor.
You might look at the code here - GitHub - milesburton/Arduino-Temperature-Control-Library: Arduino Temperature Library -
to see how to extract addresses.