Plain English

Generic Bluetooth configuration dispatcher. The first word after BT picks the sub-action — NAME sets the device name visible to pairing hosts, PIN sets the legacy-pairing PIN. Not in the 2009 TSPL2 PG: Bluetooth is an optional module on later TSC models (TX/TE/MH-series and Alpha-series with optional BT) and the commands are documented in per-model BT setup addenda. Engine-recognised but not rendered — labels with BT configure the printer hardware rather than producing label content.

When to use

When configuring a BT-equipped TSC printer's Bluetooth radio in-band as part of a label setup script. Refer to the target model's BT setup guide for the supported sub-keyword set on that firmware revision.

Syntax

BT <sub-action> <args>

Parameters

ParameterDescription
sub-action
The Bluetooth setting to configure (case-insensitive).
  • NAME - Bluetooth friendly-name advertised over GAP
  • PIN - Bluetooth legacy-pairing PIN (BT 2.1+EDR; no-op on SSP-only firmware)
args
Sub-action-specific arguments — see the BT NAME and BT PIN entries

Example

BT NAME "TSC-Printer-01"
BT PIN "1234"

Set the Bluetooth device name and pairing PIN

Try it in the playground View all TSPL commands