ot-sca
ot-sca copied to clipboard
[uJSON] Delay between commands
Currently, a small timeout (time.sleep(0.01)
) between uJSON commands are needed to prevent that the receive buffers overflow and the message gets lost.
To speed up capture rate, we should get rid of this problem.