Hi,
I want to use a cnc router to automatized a process. This router will come with UCCNC and UC100 as software and controller.
I want to write a Python script that will drive the router and some other devices in the process.
The movement I have to make are all linear and simple.
1. I'm wondering if there is a API for UCCNC ? So I can control UCCNC with Python script ?
2. I'm wondering if there is an API for UC100 ? So I can drive the UC100 controller directly with Python sending command line over the USB port ?
Thank you,