This is the multi-page printable view of this section. Click here to print...

Return to the regular view of this page

As of 2025-08-01

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.