Checks if the controller has available buffer for commands.
Returns the available buffer count.
planetcnc.hw_buffavail()
#! /usr/bin/env python import planetcnc buffer_available = planetcnc.hw_buffavail() print("Available command buffer:", buffer_available)