2
Reply

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?

Mariappan V

Mariappan V

10y
1.2k
0
Reply

    Yes you can use, but instead of thread sleep we can trigger handler which is used to capture data when scale get 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 .