PM3 Commands Reference (Iceman Firmware):

Updated: January 2025

Main Help


Up One Level


Current command:
smart pcsc --help


Make pm3 available to host OS smartcard driver via vpcd to enable use with other software such as GlobalPlatform Pro

usage:
    smart pcsc [-p <int>]

options:
    -h, --help                     This help
    --host <str>                   vpcd socket host (default: localhost)
    -p, --port <int>               vpcd socket port (default: 35963)
    -v, --verbose                  display APDU transactions between OS and card
    -a                             use ISO 14443A contactless interface
    -b                             use ISO 14443B contactless interface
    -c                             use ISO 7816 contact interface

examples/notes:
    Requires the virtual smartcard daemon to be installed and running
    see https://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html
    note:
    `-v` shows APDU transactions between OS and card