Hi guys i am trying to interface into a system which needs pause (wait for some time in every command). eg
signature function will do the following


send enable command

pause for some time

send signature request
pause for sometime
send signature request for another device
can i use a QTimer to create a wait inside my function? Is this possible?

baray98