X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/125a98a1102cc27cefeba77f6d37542c1c475c52..660d641a03456e99ea83c68dbd3d03bae2b64573:/client/flasher.c diff --git a/client/flasher.c b/client/flasher.c index f2a8e7c8..d494810a 100644 --- a/client/flasher.c +++ b/client/flasher.c @@ -67,6 +67,8 @@ void CloseProxmark() { int OpenProxmark(size_t i) { sp = uart_open(serial_port_name); if (sp == INVALID_SERIAL_PORT) { + //poll once a second + msleep(100); return 0; } return 1;