connect_to_port
Open a serial connection to a CNC controller for remote control and monitoring of GRBL-based CNC machines. Specify port, baud rate, and controller type to establish communication.
Instructions
Open a serial connection to a CNC controller
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | Serial port path (e.g., /dev/cu.usbmodem14201) | |
| baudrate | No | Baud rate (default 115200) | |
| controllerType | No | Controller type (default Grbl) | Grbl |