Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have an ohaus scale that has ethernet connectivity. I need to read values from it and write a zeroing command to it using ascii. Can anyone give me a clue on what it will take to program this via C# .net 4.0. Thanks in advance
Posted
Comments
[no name] 13-Aug-14 18:24pm    
You would need to use a TCP class to communicate to your scale, read the documentation for your scale and contact the scale manufacturer customer support people for instructions or they might even have sample code with their SDK.
Sergey Alexandrovich Kryukov 13-Aug-14 18:35pm    
...and I explained what it "TCP class" might be in my answer; your comment it of course credited.
—SA
rndtech 14-Aug-14 15:32pm    
THe problem is the manufacturer does not have an SDK and was no help in solving the connectivity to the scale.
PIEBALDconsult 13-Aug-14 18:40pm    
I'm thinking you'll need to open a socket to the scale.

I expect you'll need an http://msdn.microsoft.com/en-us/library/system.net.sockets.socket(v=vs.110).aspx

1 solution

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