Builds a terminal-oriented text stream from SerialSession.receive$ (or any Observable<string> of decoded chunks). Uses internal buffering so callers need not implement carriage-return collapse themselves.
Observable<string>
Builds a terminal-oriented text stream from SerialSession.receive$ (or any
Observable<string>of decoded chunks). Uses internal buffering so callers need not implement carriage-return collapse themselves.