simtrace.py: Sleep a sec after changing the config

This commit is contained in:
Christina Quast 2015-04-09 13:39:38 +02:00
parent 20a6814c46
commit 362a4da94a
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,7 @@ import hashlib
import os
import random
import re
import time
cmd1 = {0x00, 0x10, 0x00, 0x00}
cmd2 = {0x00, 0x20, 0x00, 0x00, 0x02}
@ -71,6 +72,8 @@ def main():
#FIXME: Change means to find devices
dev = find_dev()
dev.set_configuration(args.conf)
# Give pcsclite time to find the device
time.sleep(1)
if args.read_bin is True:
ccid.pySim_read()