python files: first PTS handling

This commit is contained in:
Christina Quast
2015-05-03 14:22:51 +02:00
parent cb646bc729
commit 0d98b9f53f
2 changed files with 21 additions and 4 deletions

View File

@@ -8,6 +8,9 @@ PHONE_WR = 0x4
PHONE_RD = 0x85
PHONE_INT = 0x86
# Change FIDI
CMD_CHANGE_FIDI = array('B', [0xff, 0x00, 0xff])
CHANGE_FIDI = array('B', [0xff, 0xff, 0xff, 0x00, 0xff])
CMD_SEL_ROOT = array('B', [0xA0, 0xA4, 0x00, 0x00, 0x02, 0x3F, 0x00])
CMD_SEL_FILE = array('B', [0xA0, 0xA4, 0x00, 0x00, 0x02, 0x7F, 0x20])