Serial communication via UART on SMT32L475 Discovery kit IoT
on the SMT32L475 Discovery kit IoT, I would like to implement the following commands from Arduino:Serial1.begin(BPS, SERIAL_7N2); Serial1.print(msg) while (Serial1.available()) { t = Serial1.read(); wmsg[ct] = t; ct++; *bufflen = ...