Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hello everyone, I am new to c#. I would like to create a connection between my pc and a device called Spectrum analyzer. I have the IP address of this device and I would like the devices to communicate in TCP Ip.

What I have tried:

Hello everyone, I am new to c#. I would like to create a connection between my pc and a device called Spectrum analyzer. I have the IP address of this device and I would like the devices to communicate in TCP Ip.
Posted
Updated 25-Apr-22 4:40am

1 solution

The first thing you need to do is to consult the documentation for the device to see what messages you need to exchange with it. You can see the general idea from the code at Synchronous Client Socket Example - .NET Framework | Microsoft Docs[^].
 
Share this answer
 
v2
Comments
CPallini 26-Apr-22 2:05am    
5.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900