stanleyhuangyc / ArduinoOBD

OBD-II library and sketches for Arduino
http://freematics.com
968 stars 519 forks source link

ESP32 without Serial1 use Serial0 #67

Open pascaltippelt opened 4 years ago

pascaltippelt commented 4 years ago

As far as I understand your library, the ESP32 uses Serial1. Serial1 is not accessible in my case. May I use Serial (wich correspondents to UART0)? And if yes how?

I tried `

define OBDUART Serial`

But I get no output at the Port.