Returns the serial number of the controller.
planetcnc.hw_serial()
#! /usr/bin/env python import planetcnc serial = planetcnc.hw_serial() print("Serial number:", serial)