orgua / OneWireHub

OneWire slave device emulator
GNU General Public License v3.0
347 stars 89 forks source link

DS2430 Support #55

Closed Siarhei-Hanchuk closed 1 year ago

orgua commented 6 years ago

ok, saw no need for this before, but will test and come back to this. just as a note for me:

Siarhei-Hanchuk commented 6 years ago

I have removed unnecessary code, but one travis's test is fail. I can't understand why

orgua commented 4 years ago

@Giermann is right, the core code should not be altered in this PR. Your Problem is not connected with this part of the code after the search. Look at OneWireHub::Poll() and you will see that we will stay in the while-loop when recvAndProcess() is returned with False. Totally wanted behavior! What kind of Master are your using?

There are two more steps:

orgua commented 1 year ago

thanks for the contribution - sorry for the loooooooong delay :(