espressif / vscode-esp-idf-extension

Visual Studio Code extension for ESP-IDF projects
Apache License 2.0
1.05k stars 305 forks source link

[Feature Request]: Support flashing and monitor through rfc2217 (VSC-1121) #987

Closed Andrysky closed 1 year ago

Andrysky commented 1 year ago

Hello, in esptool https://github.com/espressif/esptool/commit/c018eb4c48518bc3ee02dbe41355b07d9b0484eb the ability to flash via rfc2217 has been added, please add support in the parameters ?"idf.portWin"/"idf.port"? set the URL like "rfc2217://:" for uploading firmware and monitoring via rfc2217

brianignacio5 commented 1 year ago

Have you tried manually setting the value in your settings.json's idf.port and using the flashing command?

brianignacio5 commented 1 year ago

Closing this issue for lack of response. Comments here if you still have issues.