mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
chg: write serial port in window title (plot/slider)
This commit is contained in:
parent
60b444d5d8
commit
996b41dce7
5 changed files with 28 additions and 2 deletions
|
@ -44,6 +44,7 @@ typedef enum {
|
|||
FPGA_MEM,
|
||||
} DeviceMemType_t;
|
||||
|
||||
|
||||
typedef struct {
|
||||
bool run; // If TRUE, continue running the uart_communication thread
|
||||
bool block_after_ACK; // if true, block after receiving an ACK package
|
||||
|
@ -60,6 +61,8 @@ typedef struct {
|
|||
|
||||
extern communication_arg_t conn;
|
||||
|
||||
extern uint8_t gui_serial_port_name[FILE_PATH_SIZE];
|
||||
|
||||
void *uart_receiver(void *targ);
|
||||
void SendCommandBL(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void *data, size_t len);
|
||||
void SendCommandOLD(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void *data, size_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue