I am writing small weighing scale software(com1) in that i have caught data after scale gets stable.
so can i use sleep method in the thread till scale gets stable?
2
Answers
I am writing small weighing scale software(com1) in that i have caught data after scale gets stable.
so can i use sleep method in the thread till scale gets stable?
yes you have to sleep thread for a time . most of time weighing machine does not return correct weight.
also you have to calibrate weighing machine before start weight checking .