Page MenuHomePhabricator

SerialCommunication feature request: Read() until EOL, Send() and block until transmitted
Closed, ResolvedPublic

Description

It would be nice if mitk::SerialCommunication supported serial communication protocols with variable length responses terminated by user-defined byte value (e.g. ASCII response terminated by '\n').

Also, a Send method that can block until all bytes are transmitted over the wire is important for certain serial communication protocols.

Event Timeline

New remote branch pushed: bug-15778-SerialCommunication-ReadToEOLAndBlockOnSend

Tested on Windows (64bit) with the NDI Aurora system... seems to work.