Search found 1 match

by zanivanov
Fri Apr 19, 2024 5:36 pm
Forum: ESP32 Arduino
Topic: Serial1 on BPI-Leaf-S3
Replies: 1
Views: 655

Serial1 on BPI-Leaf-S3

I have a problem with Serial1, I am trying to get it working on 18(RX1) and 17(TX1) and unfortunately I am not able to get it working. Can you advise me what to do with it?

Code: Select all

#include <HardwareSerial.h> HardwareSerial SerialPort(1); // use UART1 SerialPort.begin(115200, SERIAL_8N1, 18, 17);