mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
hc06 scripts
This commit is contained in:
parent
fe6cbfc8fd
commit
325825d4a8
3 changed files with 155 additions and 5 deletions
|
@ -114,9 +114,7 @@ The USB-UART speed is selected when a program opens the port. E.g.
|
|||
|
||||
When the BT add-on is turned off, the HC-06 dongle will not be connected and will fall back into its AT configuration mode (its LED is blinking).
|
||||
|
||||
`tools/btaddon/hc06_factory_master.py` changes several times the USB-UART baudrate and parity till it matches the HC-06 dongle settings, then changes the baudrate and parity of the dongle to a default value. (`hc06_factory.py` does more but we're only interested in baudrate in this discussion)
|
||||
|
||||
TODO tools/btaddon/hc06_factory_master.py
|
||||
`tools/btaddon/hc06_factory.py` changes several times the USB-UART baudrate and parity till it matches the HC-06 dongle settings, then changes the baudrate and parity of the dongle to a default value. (`hc06_factory.py` does more but we're only interested in baudrate in this discussion)
|
||||
|
||||
## Proxmark3 FPC USART + FTDI
|
||||
|
||||
|
@ -147,6 +145,5 @@ Add-on gets powered externally via the "battery" pin.
|
|||
|
||||
Turn BTpower switch ON, leave Battery switch OFF
|
||||
|
||||
Use e.g. `tools/btaddon/hc06_factory_slave.py`
|
||||
Use e.g. `tools/btaddon/hc06_factory.py` with `role = b'S'`
|
||||
|
||||
TODO tools/btaddon/hc06_factory_slave.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue