M5Dial Serial Monitor
-
Gents Happy new Year!
Looking for help because I have issues to debug my M5Dial with the serial monitor (in VS Code and PlatformIO) with my Mac.
According the examples, I'm using Serial.println("myText"); to send data to the Arduino or VS Monitor via USB. But no data is coming in.
Is that the right way ? Or do I have to configure the serial output in the M5Dial different ?
-
for the records: using USBSerial instead of Serial and it works.
-
Same problem, Same solution (with Platformio)