orgua / OneWireHub

OneWire slave device emulator
GNU General Public License v3.0
343 stars 86 forks source link

DS2430 support #54

Open alex-byi opened 6 years ago

alex-byi commented 6 years ago

Hello. What is about DS2430 support? Is it hard to implement this? We tried to do it by coping DS2431 and modify in accordance with specs.

We achieved correct work with arduino EPROM reader(https://github.com/pceric/DallasEPROM), but our real device doesn't work with emulator, it is only able to read serial number.

alex-byi commented 6 years ago

This is our progress https://github.com/orgua/OneWireHub/commit/5c225e51f3f70f22ad38b2a189891a9062146af9 We achieved some success, all work fine, except read memory. Maybe it's a bug in OneWireHub, because Search signal and read memory signal have same code - 0XF0, And it 0XF0 doesn't appear in duty method.

We will continue work

orgua commented 5 years ago

ok, you seemed to made progress on that, #55 bus-cmds and device-cmds are on two different levels, they can be the same, no interference. any more questions?