Returns the controller version number.
planetcnc.hw_version()
#! /usr/bin/env python import planetcnc version = planetcnc.hw_version() print("Controller version:", version)