TCP Port 8000 usage

Post any questions related to the new PicoScope 7 software
Post Reply
PhilV
Newbie
Posts: 0
Joined: Thu May 11, 2023 11:09 am

TCP Port 8000 usage

Post by PhilV »

What does Picoscope use TCP port 8000 for?
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
If I close Picoscope the port allocation disappears and then I am able to run my local webserver no problem.
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.

Post Reply