mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -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
|
@ -279,7 +279,7 @@ int sam_get_version(bool info) {
|
|||
if (g_dbglevel >= DBG_INFO || info) {
|
||||
DbpString(_BLUE_("-- SAM Information --"));
|
||||
Dbprintf(_YELLOW_("Firmware version: ")"%X.%X", sam_version_an[2], sam_version_an[3]);
|
||||
Dbprintf(_YELLOW_("Firmware ID : "));
|
||||
Dbprintf(_YELLOW_("Firmware ID: "));
|
||||
Dbhexdump(sam_build_an[1], sam_build_an + 2, false);
|
||||
}
|
||||
goto out;
|
||||
|
@ -348,7 +348,7 @@ int sam_get_serial_number(void) {
|
|||
goto error;
|
||||
}
|
||||
|
||||
Dbprintf(_YELLOW_("Sam Serial Number: "));
|
||||
Dbprintf(_YELLOW_("Serial Number: "));
|
||||
Dbhexdump(sam_response_an[1],sam_serial_an, false);
|
||||
|
||||
goto out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue