Using Visual Basic 2010 Express to access tcp port 5200

Post Reply
dmpease
New User
Posts: 1
Joined: Wed Jun 17, 2015 5:55 am

Using Visual Basic 2010 Express to access tcp port 5200

Post by dmpease »

I'm trying to use Visual Basic 2010 Express on Windows 7 to access tcp port 5200 port using IP 127.0.0.1. I have a short test to access the port and it returns "An attempt was made to access a socket in a way forbidden by its access permissions". I've opened up the Windows 7 firewall for "CPU temperature and system information utility". When I run the test program without the Core Temp application running, the port access doesn't return, indicating to me that my code is accessing the Core Temp port.
I've got an environment temperature program that accesses temperature sensors in our facility and I want to add a CPU temperature from multiple systems on a site's intranet.

Do you have a sample where I can access the socket port from visual basic?
What is returned where a system has multiple cores?

Thanks.

Post Reply

Return to “Programming Help”