mstrens / grbl_controller_esp32

grbl controller for esp32
177 stars 80 forks source link

Serial2 causes reboot #45

Open PetrOdst opened 2 years ago

PetrOdst commented 2 years ago

Sorry I probably missed something, but Serial2 communication keeps restarting my ESP. I use Arduino CNC shield (on GRBL side) so I use logic level shifter, I tried several of them , I tried various power sources. I tried UART com between PC and shield, without conflict. Any thoughts? The Idea is brilliant, execution great so I love to make it work.

QGB commented 2 years ago

esp32c3

note: suggested alternative: 'Serial1'
     Serial2.println("Serial2.println setup 115200")
     ^~~~~~~

exit status 1
'Serial2' was not declared in this scope