You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UART mySerial(digitalPinToPinName(4), digitalPinToPinName(3), NC, NC);
//(change 4 and 3 as you prefer, the processor can mux any functionality on any pin)
//Note: the order of pins in the constructor is Tx, Rx, and is reversed from other Arduino serial/software serial constructors.
The text was updated successfully, but these errors were encountered:
https://www.arduino.cc/reference/en/language/functions/communication/serial/
Document the NanoEvery Serial1 on pins 0 and 1 (tx, rx)
Document the Nano 33 BLE and BLE Sense Serial1 on pins tx and rx.
https://docs.arduino.cc/hardware/nano-33-ble
Document the possibility of an second hardware serial port per
https://github.com/arduino/ArduinoCore-nRF528x-mbedos/issues/38
The text was updated successfully, but these errors were encountered: