Xinyuan-LilyGO / T-Display-S3

MIT License
762 stars 183 forks source link

T-DISPLAY-S3 PlatformIO and framework ESP-IDF monitor doesn't work #266

Closed BullT closed 1 month ago

BullT commented 1 month ago

Hi,

I'm using the LILYGO T-DISPLAY-S3 with PlatformIO and framework ESP-IDF.

When I upload and monitor, the monitor doesn't work.

Do you know why?

image

teastainGit commented 1 month ago

Did you 'Enable' USB CDC on Boot?

BullT commented 1 month ago

Hi,

I don't know how do it :)

teastainGit commented 1 month ago

build_flags = -D ARDUINO_USB_MODE=1 -D ARDUINO_USB_CDC_ON_BOOT=1

BullT commented 1 month ago

Hi and thank you,

But it doesn't work. I'm using framework ESP-IDF not Arduino.

image
teastainGit commented 1 month ago

Your Issue was T-DISPLAY-S3 PlatformIO... so I googled T-DISPLAY-S3 PlatformIO and I found this... T-DISPLAY-S3 PlatformIO You should close this Issue here on the LilyGO T-Display S3 LilyGO GitHub repository and goto an ESP-IDF forum? This is not a LilyGO T-Display S3 issue.

BullT commented 1 month ago

Hi,

I'm going to move it.

Thank you

BullT commented 1 month ago

Hi,

I found the concern. It was on menuconfing, I had selected Default: UART0, after change to USB CDC it start to works:

image
teastainGit commented 1 month ago

Very good news, thanks for getting back, I will add it to my experience.