README: Mention the necessary wait_for_card

This commit is contained in:
Holger Hans Peter Freyther 2011-07-27 08:55:18 +02:00
parent 3156d9073f
commit 50e7c03816
1 changed files with 2 additions and 0 deletions

2
README
View File

@ -29,6 +29,8 @@ from pySim.commands import SimCardCommands
sl = SerialSimLink(device='/dev/ttyUSB0', baudrate=9600)
sc = SimCardCommands(sl)
sl.wait_for_card()
# Print IMSI
print sc.read_binary(['3f00', '7f20', '6f07'])