mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
doc uart timings
This commit is contained in:
parent
b173f73c81
commit
5c9c4637d8
1 changed files with 4 additions and 4 deletions
|
@ -72,10 +72,10 @@ typedef struct {
|
||||||
|
|
||||||
// Receiving from USART need more than 30ms as we used on USB
|
// Receiving from USART need more than 30ms as we used on USB
|
||||||
// else we get errors about partial packet reception
|
// else we get errors about partial packet reception
|
||||||
// Now we're using 100ms
|
// FTDI 9600 hw status -> we need 20ms
|
||||||
// FTDI 9600 hw status -> we need 20ms
|
// FTDI 115200 hw status -> we need 50ms
|
||||||
// FTDI 115200 hw status -> we need 50ms
|
// FTDI 460800 hw status -> we need 30ms
|
||||||
// FTDI 460800 hw status -> we need 30ms
|
// BT 115200 hf mf fchk 1 dic -> we need 140ms
|
||||||
struct timeval timeout = {
|
struct timeval timeout = {
|
||||||
.tv_sec = 0, // 0 second
|
.tv_sec = 0, // 0 second
|
||||||
.tv_usec = 200000 // 200 000 micro seconds
|
.tv_usec = 200000 // 200 000 micro seconds
|
||||||
|
|
Loading…
Reference in a new issue