Returns the software version of the controller.
planetcnc.sw_version()
#! /usr/bin/env python import planetcnc version = planetcnc.sw_version() print("Software version:", version)