PM3 Commands Reference (Iceman Firmware):

Main Help


Current command:
hw timeout --help


Set the communication timeout on the client side

usage:
    hw timeout [-h] [-m <ms>]

options:
    -h, --help                     This help
    -m, --ms <ms>                  timeout in micro seconds

examples/notes:
    hw timeout                     -> Show current timeout
    hw timeout -m 20               -> Set the timeout to 20ms
    hw timeout --ms 500            -> Set the timeout to 500ms