Click here to Skip to main content
15,921,548 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i need to perform a communication in the forms of data. for example(i need to connect a temperature sensor in one of the site it has a static ip and in want to connect with sensor and read & save the data in my pc)
to solve this what is the step i need to take and if it is possible please send me any sample coding or instructions to demonstrate this function.
Posted
Comments
bbirajdar 21-Sep-12 2:29am    
So what have you done till now? Any efforts ?

1 solution

Consult the SDK or manual for the temperature sensor and see how you can communicate with it to read values.

If it is a TCP/IP device then you can use TcpClient class in the .net framework to send data over the network and read values.
 
Share this answer
 

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