Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP IDF on VSCode Monitor Device bug (IDFGH-4537) #6360

Closed
araafario opened this issue Jan 5, 2021 · 2 comments
Closed

ESP IDF on VSCode Monitor Device bug (IDFGH-4537) #6360

araafario opened this issue Jan 5, 2021 · 2 comments

Comments

@araafario
Copy link

After not using ESP-IDF for a while , i cant start monitoring device anymore , i think there is something wrong with the order of quotation mark , i have no idea to solve this one. I have tried to reinstalling ESP-IDF and delete its component , meanwhile downgrading to lower version doesnt solve this problem too . . .

Windows PowerShell
PS D:\Coding\ESP32\bt_spp_initiator> $Env:Path = "
>> $Env:IDF_PATH = "
PS D:\Coding\ESP32\bt_spp_initiator> $Env:IDF_TARGET = "
>> $Env:PYTHON = "
PS D:\Coding\ESP32\bt_spp_initiator> $Env:IDF_PYTHON_ENV_PATH = "
>> cls
>> C:\Users\microsoft\.espressif\python_env\idf4.1_py3.9_env\Scripts\python.exe D:\Users\microsoft\esp\esp-idf\tools\idf.py -p COM1 monitor
>> 
@github-actions github-actions bot changed the title ESP IDF on VSCode Monitor Device bug ESP IDF on VSCode Monitor Device bug (IDFGH-4537) Jan 5, 2021
@Asteliks
Copy link

Asteliks commented Jan 5, 2021

this seems to be a duplicate of: espressif/vscode-esp-idf-extension#266

@araafario
Copy link
Author

My solve is just using command window and manually open


idf.py -p "port" monitor

If your CMD doesnt recognize idf.py , you should read this manual install https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html , just follow it all until monitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants