@dwallersv
Serial**1** is the instance of the a Serial that is used...
Serial1.setup(115200); // notice: Serial1 (Serial # One) ```
A9/A10 - USART1 (USART - Universal Synchronous/Asynchronous Receiver/Transmitter # 1) IS Serial1 - as per HW reference for HYSTM32_32.
@allObjects started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@dwallersv
Serial1.setup(115200); // notice: Serial1 (Serial # One)
```
A9/A10 - USART1 (USART - Universal Synchronous/Asynchronous Receiver/Transmitter # 1) IS Serial1 - as per HW reference for HYSTM32_32.