Plain English

Sets the print speed. The value is a single character representing the speed level: A (slowest) through F or higher depending on the printer model. Slower speeds generally produce better print quality.

When to use

When you need to balance print speed and quality. Slow down for barcodes that must scan perfectly.

Syntax

<STX>Sn

Parameters

ParameterDescription
nSpeed code: A (1.0 ips), B (2.0 ips), C (3.0 ips), D (4.0 ips), E (5.0 ips), F (6.0 ips)

Example

<STX>SD

Set print speed to D (4.0 inches per second)

Try it in the playground View all DPL commands