changed select command to one supported by simcard
diff --git a/usb_application/ccid_select.py b/usb_application/ccid_select.py
index 5889a60..443381c 100755
--- a/usb_application/ccid_select.py
+++ b/usb_application/ccid_select.py
@@ -3,8 +3,7 @@
 from smartcard.scard import *
 import smartcard.util
 
-SELECT = [0x00, 0xA4, 0x04, 0x00, 0x0A, 0xA0, 0x00, 0x00, 0x00, 0x62,
-    0x03, 0x01, 0x0C, 0x06, 0x01]
+SELECT = [0xA0, 0xA4, 0x00, 0x00, 0x02, 0x3F, 0x00]
 COMMAND = [0x00, 0x00, 0x00, 0x00]
 
 def select():