mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-04 03:58:08 +08:00
baudrate 230400 works good on PM3 device communicating with BT add-on (Blue Shark)
This commit is contained in:
parent
687f7f3697
commit
fb7ac7b0ea
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
//#define USART_BAUD_RATE 9600
|
//#define USART_BAUD_RATE 9600
|
||||||
#define USART_BAUD_RATE 115200
|
#define USART_BAUD_RATE 115200
|
||||||
|
//#define USART_BAUD_RATE 230400
|
||||||
//#define USART_BAUD_RATE 460800
|
//#define USART_BAUD_RATE 460800
|
||||||
extern uint32_t usart_baudrate;
|
extern uint32_t usart_baudrate;
|
||||||
#define USART_PARITY 'N'
|
#define USART_PARITY 'N'
|
||||||
|
|
Loading…
Reference in a new issue