SerialParser
Formatted input for serial port (mwx::serial_parser)
This built-in class is defined as an embedded object intended for use in formatted input via the serial port.
It is defined as the type mwx::serial_parser<mwx::alloc_heap<uint8_t>>
, which allocates internal buffer space from the heap during initialization (begin()
).
For details, refer to the class serparser
.