mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Minor iclass sam comms tweaks
1- Removed timeout on client side to allow the sam to be slow in responding 2- Increased SIM_WAIT_DELAY to allow for bigger sam responses
This commit is contained in:
parent
2ca43e0e2d
commit
0378d91595
3 changed files with 4 additions and 7 deletions
|
@ -36,7 +36,7 @@
|
|||
// 8051 speaks with smart card.
|
||||
// 1000*50*3.07 = 153.5ms
|
||||
// 1 byte transfer == 1ms with max frame being 256 bytes
|
||||
#define SIM_WAIT_DELAY 88000 // about 270ms delay // 109773 -- about 337.7ms delay
|
||||
#define SIM_WAIT_DELAY 150000 // about 270ms delay // 109773 -- about 337.7ms delay
|
||||
|
||||
|
||||
void I2C_recovery(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue