espressif / idf-eclipse-plugin

Espressif-IDE (based on Eclipse CDT) for ESP-IDF CMake based projects 4.x and above
Eclipse Public License 2.0
307 stars 121 forks source link

Can't type any input in a terminal when Open a Terminal with "ESP-IDF Serial Monitor" to connect to an ESP32 board (IEP-489) #322

Closed erusyd closed 2 years ago

erusyd commented 3 years ago

Describe the bug In Eclispe CDT 2021-6 under Ubuntu 20.04, when 'Open a Terminal' and select 'ESP-IDF Serial Monitor' to connect to an ESP32-PICO-Kit board, I can't type any command in the terminal.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Open a Termianl' -> Choose terminal -> select 'ESP-IDF Serial Monitor'
  2. Select proper project in 'Project name'
  3. Select correct 'Serial port'
  4. Click OK

Screenshots image

Environment Information: Ubuntu 20.04 x86-64, Eclipse Embedded CDT 2021-6, openjdk 16.0.1 2021-04-20, Python 3.8.10, Espressif IDF Plugin for Eclipse uses Stable releases: https://dl.espressif.com/dl/idf-eclipse-plugin/updates/latest/

ESP-IDF Tools Information:

IDF Eclipse Plugin Version: Espressif IDF Plugins for Eclipse 2.1.2.202106231127 com.espressif.idf.feature.feature.group ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD

kolipakakondal commented 2 years ago

Hello, This issue got fixed with the IEP v2.4.0 release, could you please get the latest changes and verify. Thank you.

erusyd commented 2 years ago

Hello, This issue got fixed with the IEP v2.4.0 release, could you please get the latest changes and verify. Thank you.

I verified it in the newly released Espressif IDE. Thanks for your guys' work!