Abdullah Varıcı

Results 4 comments of Abdullah Varıcı

I have investigated the issue and I guess I found the root cause. We have two consecutive serial write command in 'capture_aes_fvsr_key_batch()' function in 'capture.py' script: ``` ot.target.simpleserial_write("s", capture_cfg["batch_prng_seed"].to_bytes(4, "little"))...

Thanks @colinoflynn! I will try this and create a PR.

In my opinion, adding `ot.target.simpleserial_wait_ack()` would make it more stable but also the capture rate will drop.

I am not sure if we can estimate it. Maybe we can try and see :) I agree with you. We may not have a problem when we didn't add...