I found this by chance today when working on another project and found my own local webserver failing to start if Picoscope 7 was running first.
Checking netstat (I am on Windows 10) I can see that the port is sat listening but I cannot find documentation regarding this?
Code: Select all
>netstat -aon | findstr "8000"
TCP 0.0.0.0:8000 0.0.0.0:0 LISTENING 4
TCP [::]:8000 [::]:0 LISTENING 4
Incidentally if I already have my webserver running and then run Picoscope both work quite happily, so I assume Picoscope uses another port if 8000 is already taken.