FIX: Another try to see if the "lf em4x 410xsim" becomes better, added the clock in the calls since the auto detection of the clock seems to be wrong. I get 67, instead of 64...
FIX: changes the transfersize from sim -> pm3, was 48, now USB_CMD_DATA_SIZE (512) Much faster!
This commit is contained in:
@@ -221,7 +221,8 @@ int CmdEM410xSim(const char *Cmd)
|
||||
|
||||
/* clear our graph */
|
||||
ClearGraph(0);
|
||||
|
||||
GraphTraceLen = 0;
|
||||
|
||||
/* write it out a few times */
|
||||
for (h = 0; h < 4; h++)
|
||||
{
|
||||
@@ -270,7 +271,7 @@ int CmdEM410xSim(const char *Cmd)
|
||||
/* booyah! */
|
||||
RepaintGraphWindow();
|
||||
|
||||
CmdLFSim("");
|
||||
CmdLFSim("64");
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -295,7 +296,7 @@ int CmdEM410xWatch(const char *Cmd)
|
||||
}
|
||||
|
||||
CmdLFRead(read_h ? "h" : "");
|
||||
CmdSamples("16000");
|
||||
CmdSamples("12000");
|
||||
|
||||
} while (
|
||||
!CmdEM410xRead("64")
|
||||
|
||||
Reference in New Issue
Block a user