orgua / OneWireHub

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

error:first bit of byte timeout #106

Open Zhaojs1 opened 2 years ago

Zhaojs1 commented 2 years ago

I get an error when I try to simulate ds2502:first bit of byte timeout,The host can't recognize it normally,Can you help me?THANKS!

poster515 commented 2 years ago

I had a similar issue recently with the DS2423, and had to extend the ONEWIRE_TIME_MSG_HIGH_TIMEOUT to 30000_us because the master was taking so long to initiate a command and the Arduino was assuming there was an error. Hope that helps.