mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 09:39:16 +08:00
doc timings
This commit is contained in:
parent
ba0c2d7592
commit
06cb40afbd
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@ struct timeval timeout = {
|
||||||
Add automatically some communication delay in the WaitForResponseTimeout timeout
|
Add automatically some communication delay in the WaitForResponseTimeout timeout
|
||||||
Only when using FPC, timeout = 2* empirically measured delay (FTDI cable)
|
Only when using FPC, timeout = 2* empirically measured delay (FTDI cable)
|
||||||
Empirically measured delay (FTDI cable) with "hw pingng 512" :
|
Empirically measured delay (FTDI cable) with "hw pingng 512" :
|
||||||
usb -> 6..32ms
|
usb -> 6.. 32ms
|
||||||
460800 -> 40..70ms
|
460800 -> 40.. 70ms
|
||||||
9600 -> 1100..1150ms
|
9600 -> 1100..1150ms
|
||||||
(client/comms.c)
|
(client/comms.c)
|
||||||
static size_t communication_delay(void) {
|
static size_t communication_delay(void) {
|
||||||
|
|
Loading…
Reference in a new issue