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

Feb 11, 2014
1.2k
0

    Yes you can use, but instead of thread sleep we can trigger handler which is used to capture data when scale get stable.

    Avikshith Aradhya
    May 31, 2016
    0

    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 .

    Dinesh Kumar
    August 01, 2014
    0