Have you tried something simple, to make sure the commands actually work?This should start recording, wait five seconds, then stop recording.Code:
import timesend_command("Record1stChoice")time.sleep(5)send_command("Stop")
If it works, it means the commands work, so you just have a scheduling problem. If it doesn't work it means it's broken and will never work, or you've misinterpreted something.
Statistics: Posted by Henrik Gill — Wed Feb 28, 2024 2:51 pm