Skip to content

CD: Configured drivers

FAST Serial Protocol: Overview & First Steps

This documentation section is about the FAST Serial Protocol (FSP) commands, which are the low-level commands a host computer sends to a FAST board. Most FAST Pinball makers do not need to know about these details, since the pinball game framework (such as the Mission Pinball Framework) handles this communication for you.

If you're writing your own game framework, we have a series of programming guides. Also, be sure to read the overview of how FSP works and how to connect first.

The CD command returns the current driver configurations for the FAST hardware. This is meant to be a human-readable list which is useful if you're troubleshooting a driver configuration issue. (If you want a machine parsable list, use the DL:L command instead.)`

CD:<CR>

Returns:

CD:<CR>
Drivers Configuration:  WD=FFFFFFFF
Driver Active    Control  SwID Mode          SW1    SW2    P1 P2 P3 P4 P5
DL:00  Enabled   Auto     00   Pulse         True   True   20 FF 00 00 30
DL:01  Enabled   Auto     00   Latched       True   True   20 FF FF 00 00
DL:02  Enabled   Auto     02   Pulse         True   True   20 FF 00 00 30
DL:03  Enabled   Auto     02   Latched       True   True   20 FF FF 00 00
DL:04  Enabled   Auto     04   Pulse         True   True   20 AA FF 00 30
DL:05  Enabled   Auto     01   Pulse         True   True   20 AA FF 00 30
DL:06  Enabled   Auto     06   Delayed       True   True   AA 30 20 00 30
DL:07  Enabled   Auto     07   Delayed       True   True   AA 30 20 00 30
DL:08  Enabled   Auto     2C   Pulse         True   True   20 FF 00 00 30
DL:09  Enabled   Auto     2B   Pulse         True   True   20 FF 00 00 30
DL:0A  Enabled   Auto     2D   Pulse         True   True   20 FF 00 00 30
DL:0B  Disabled  Auto     00   Driver Off    True   True   00 00 00 00 00
DL:0C  Disabled  Auto     00   Driver Off    True   True   00 00 00 00 00
DL:0D  Disabled  Auto     00   Driver Off    True   True   00 00 00 00 00
DL:0E  Disabled  Auto     00   Driver Off    True   True   00 00 00 00 00
DL:0F  Disabled  Auto     00   Driver Off    True   True   00 00 00 00 00

N or > jump the next page, P or < for previous, search with S or ?