Python Hardware

Blackchirp can drive a hardware device through a user-supplied Python script instead of a compiled C++ driver. A Python driver is selected per profile, the same way a built-in driver is, and each Python-backed hardware type ships with a template script that runs out of the box against the Virtual communication protocol. The Hardware Profiles page covers profile creation in general; this chapter covers the parts specific to Python drivers.

In this chapter