mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-24 01:08:32 +03:00
phone.py: send ATR on rst
This commit is contained in:
@@ -45,8 +45,7 @@ def find_eps(dev):
|
|||||||
print(ep_out)
|
print(ep_out)
|
||||||
return (ep_in, ep_out)
|
return (ep_in, ep_out)
|
||||||
|
|
||||||
# main code
|
def emulate_sim():
|
||||||
def main():
|
|
||||||
dev = find_dev()
|
dev = find_dev()
|
||||||
# (epi, epo) = find_eps(dev)
|
# (epi, epo) = find_eps(dev)
|
||||||
|
|
||||||
@@ -71,5 +70,3 @@ def main():
|
|||||||
except:
|
except:
|
||||||
print("Timeout")
|
print("Timeout")
|
||||||
# print(ep_in.read(1, 5000));
|
# print(ep_in.read(1, 5000));
|
||||||
|
|
||||||
main()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user