Click here to Skip to main content
15,905,558 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

Please tell me how to read data from a remote device using asp.net.
the device is connected in LAN.

IP and port number is given.

Please need your suggestions.

Thank you
Posted
Comments
Sergey Alexandrovich Kryukov 17-Feb-15 2:00am    
ASP.NET? Are you going to weight something on server side? :-)
—SA
Black_Rose 17-Feb-15 2:06am    
Yes.Exactly.
actually i am having weighing scale.

1 solution

Contact the device's manufacturer for further information regarding their API, we cannot help you with the information you have provided.

EDIT:
If you are using telnet like functionality try this : Quick tool : A minimalistic Telnet library[^]
 
Share this answer
 
v2
Comments
Black_Rose 17-Feb-15 1:01am    
The thing is i want the data of the scale to my IP.
when i am sending ctrl+e command in hyperterminal in windows, it's giving me the data.so that data i want to display in an asp.net page.
Mehdi Gholam 17-Feb-15 1:05am    
See the updated solution.
Black_Rose 17-Feb-15 3:11am    
This is not what i m looking...

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