PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hw connect --help


Connects to a Proxmark3 device via specified serial port.
Baudrate here is only for physical UART or UART-BT, NOT for USB-CDC or blue shark add-on

usage:
    hw connect [-h] [-p <string>] [-b <dec>]

options:
    -h, --help                     This help
    -p, --port <string>            Serial port to connect to, else retry the last used one
    -b, --baud <dec>               Baudrate

examples/notes:
    hw connect -p /dev/ttyACM0
    hw connect -p /dev/ttyACM0 -b 115200