Click here to Skip to main content
15,886,810 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
now days i am working on weighbridge software but problem are
i am not getting accurate data some time i get xxxxxx like this but in com port terminal i am getting data like this .+00006001D. it is good in terminal any body can tell me what it mean .+0000(60)01D 60 is actually weight but other digits what shows??
some time in c# application which i have made i receive data in truncated form why i getting data in this form?
Posted
Comments
Patrice T 8-Sep-15 6:17am    
What about reading the documentation or asking maker ?

1 solution

You should read carefully the documentation (if available) in order to understand the protocol details.
On the other hand, if the documentation is not available then you have to perform some guesswork on the protocol itself. You might for instance use different inputs and compare outputs (also with expected 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