Re: [jallib] DS18B20 was IF/END IF usage limit??

2022-08-07 Thread vsurducan
> *Aan:* jallib@googlegroups.com > *Onderwerp:* Re: [jallib] DS18B20 was IF/END IF usage limit?? > > Hi Rob, > When using DS18B20 with an interrupted USB serial driver you also have to > turn off the USB interrupts during communication with the sensor. This is > mandatory if

Re: [jallib] DS18B20 was IF/END IF usage limit??

2022-08-06 Thread Rob CJ
Van: jallib@googlegroups.com namens vsurducan Verzonden: zondag 7 augustus 2022 06:14 Aan: jallib@googlegroups.com Onderwerp: Re: [jallib] DS18B20 was IF/END IF usage limit?? Hi Rob, When using DS18B20 with an interrupted USB serial driver you also have to

Re: [jallib] DS18B20 was IF/END IF usage limit??

2022-08-06 Thread vsurducan
Hi Rob, When using DS18B20 with an interrupted USB serial driver you also have to turn off the USB interrupts during communication with the sensor. This is mandatory if you have for example 8 sensors which are repeatedly sampled and readed. You know well that you can not turn off GIE because the US