Plain English

⚠️ Credential — appears in label source; do NOT commit to public repositories. Sets the Bluetooth legacy-pairing PIN (BT 2.1+EDR), typically a 4-digit numeric string. Modern Bluetooth SSP (Simple Secure Pairing) doesn't use a static PIN — on SSP-only firmware this command may document as a no-op. Not in the 2009 TSPL2 PG; refer to the target model's BT setup addendum.

When to use

When provisioning a BT-equipped TSC printer that uses legacy pairing and you need to set a non-default PIN. Treat the PIN as a credential: keep label sources containing it out of version control or commit-time secret scanners.

Syntax

BT PIN "<pin>"

Parameters

ParameterDescription
pin
Quoted PIN string. Typically 4-digit numeric per BT 2.1+EDR legacy pairing.

Example

BT PIN "1234"

Set the legacy-pairing PIN to "1234"

Try it in the playground View all TSPL commands