pyserial: wait for execute

Grant Edwards grant.b.edwards at gmail.com
Sun Oct 16 10:08:46 EDT 2016


On 2016-10-16, Michael Okuntsov <okuntsov.mikhail at yandex.ru> wrote:

> is there a way, other than time.sleep(), to be sure that the command
> sent through a serial port has been fully executed?

If the remote device doesn't send a response telling you it's done
executing the command, then there is no way to know when that has
happened.

-- 
Grant





More information about the Python-list mailing list