Device explorer is unable to find a connected device in VS 2022 version 17.5.4 #1279
-
ToolVisual Studio extension DescriptionDevice explorer is unable to find a connected device. Output in VS Device is visible in device manager (no errors) on Win10. nanoff can view the device details with no issue. nanoff --serialport COM6 --devicedetails Using COM6 @ 1500000 baud to connect to ESP32. Connected to: How to reproduceNo response Expected behaviourNo response ScreenshotsNo response Aditional contextVS 2022 version 17.5.4 It worked previously in VS 2022 VS version 17.5.3 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Can you please give it a try with |
Beta Was this translation helpful? Give feedback.
-
I did this procedure and it still doesn't show in Device Explorer. My Visual Studio is in version 17.6.2 and when it was in version 17.5.3 it worked too. |
Beta Was this translation helpful? Give feedback.
-
One thing that has worked for me, when I have strange problems, is to erase flash on the the device Using https://github.com/espressif/esptool (of course this will depend on what board you have, so take care!)
And then install again via nanoff. Make sure you restart VS before you do this, just to be sure. |
Beta Was this translation helpful? Give feedback.
-
In my case I need to press the download mode button during the scan. |
Beta Was this translation helpful? Give feedback.
Can you please give it a try with
nanoff --update --platform esp32 --serialport COM6
?Then unplug and plug it again.