Checks if the controller is connected and initialized.
planetcnc.hw_isinit()
#! /usr/bin/env python import planetcnc result = planetcnc.hw_isinit() print("Controller initialized:", result)