You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using pycyphal 1.23.0 with serial transport. I know the serial transport specification is still marked "experimental".
I accidentally sent consecutive zero bytes (frame delimiters) during development, which should be allowed according to the Cyphal Specification, section 4.2.2. "The number of frame delimiters between adjacent frames may exceed one.".
However, the pycyphal serial transport issues a warning about this:
2025-06-25 12:39:19,552 - pycyphal.transport.serial._serial - WARNING - socket://127.0.0.1:4444: Out-of-band received at 2025-06-25T12:39:19.548269/7172.518125: '\x00\x00'
I think for a behaviour that is explicitly allowed as per the specification, no warning should be issued.