-The RawSerial class provides UART functionality without the use of [Stream's](/docs/reference/api/platform/Stream.md) print and scan functions the way the Serial class does. RawSerial does not retarget the standard library print and scan functions. Instead, RawSerial reimplements the print and scan functions to use each target's underlying serial communication functions. See the porting guide for [target serial support](/docs/v5.7/reference/contributing-target.html#serial). This makes RawSerial suitable for use in interrupt handlers with the RTOS.
0 commit comments