rjsdotorg
Well-known member
I was using Arduino IDE and then switched to VS Code. I "closed" Arduino/Teensduino but several Arduino processes were still left running.
I did a PS script:
which gives a nice list of IDs and ports
I did a PS script:
Bash:
Get-CimInstance Win32_Process | Where-Object { $_.ProcessId -in 7708,4544,9920,13008 } | Select-Object ProcessId,Name,CommandLine | Format-List
ProcessId : 4544
Name : python.exe
CommandLine : C:\Users\rjs\.platformio\penv\Scripts\python.exe -m platformio -c
vscode home --port 45966 --host 127.0.0.1 --session-id
9b96a3507036d6ba53ba6848a066397c064de2d8 --shutdown-timeout 3600
--no-open
...