Comms refactor (prerequisite of libproxmark work) (#371)

* Refactor the comms code only from PR#346, without comms_globals.h.
* OSX: Add note for example serial port
This commit is contained in:
Michael Farrell 2017-10-27 06:54:27 +11:00 committed by pwpiwi
parent e17660d5f7
commit afdcb8c159
19 changed files with 540 additions and 334 deletions

View file

@ -212,7 +212,7 @@ typedef struct{
#define CMD_HF_SNIFFER 0x0800
#define CMD_UNKNOWN 0xFFFF
#define CMD_ANY 0xFFFFFFFFFFFFFFFF
//Mifare simulation flags
#define FLAG_INTERACTIVE 0x01