projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
contrib: LF Programming script
[proxmark3-svn]
/
client
/
cmdlfgproxii.c
diff --git
a/client/cmdlfgproxii.c
b/client/cmdlfgproxii.c
index 06bd53eb11ecee5ecc326a26618652200ecef08f..1657f7618a78113d5a857b6e36bf2f3f5803942e 100644
(file)
--- a/
client/cmdlfgproxii.c
+++ b/
client/cmdlfgproxii.c
@@
-5,6
+5,7
@@
// the license.
//-----------------------------------------------------------------------------
// Low frequency G Prox II tag commands
// the license.
//-----------------------------------------------------------------------------
// Low frequency G Prox II tag commands
+// Biphase, rf/ , 96 bits (unknown key calc + some bits)
//-----------------------------------------------------------------------------
#include <stdio.h>
#include <string.h>
//-----------------------------------------------------------------------------
#include <stdio.h>
#include <string.h>
@@
-89,9
+90,7
@@
int CmdG_Prox_II_Demod(const char *Cmd)
//see ASKDemod for what args are accepted
int CmdG_Prox_II_Read(const char *Cmd) {
// read lf silently
//see ASKDemod for what args are accepted
int CmdG_Prox_II_Read(const char *Cmd) {
// read lf silently
- CmdLFRead("s");
- // get samples silently
- getSamples("10000",false);
+ lf_read(true, 10000);
// demod and output viking ID
return CmdG_Prox_II_Demod(Cmd);
}
// demod and output viking ID
return CmdG_Prox_II_Demod(Cmd);
}
Impressum
,
Datenschutz