Example
UARTClass::begin Method
void
setup() {
Serial
.begin(115200); }
void
loop() {
//handle code
}