Detect uart breaks?

Hi,

is it possible to detect a uart break condition? My heating system uses uart breaks for its datagrams.

Right now, no. There’s no API for it. You will likely see it as a zero byte, then a framing error (which we also don’t pass back through the API)…

Hm, ok. Any plans to expose this in the API? There are many devices which uses this kind of signals (DMX etc.)

There’s a task in for it now, yes. It will appear in a future release when we’ve worked out the best API for it.