ltss icon indicating copy to clipboard operation
ltss copied to clipboard

Handle 0x00 char. Catch any error in event handler loop

Open MarkusSchneider opened this issue 2 years ago • 1 comments

I had problems with a sensor sending 0x00 Char. I've handled the 0x00 char by replacing them with \uFFFD which is this char: image. I've also added a catch for any error in the event handling loop. If an unhandled error occurs in this loop the whole integration stops working.

MarkusSchneider avatar Sep 27 '23 16:09 MarkusSchneider

Had the same problem. That fixed it. Thank you!

GioMez avatar Apr 11 '24 06:04 GioMez