I have a GRBL v1.1z based ATMEGA328 Arduino that uses a “Bachinmaker” Nano 3axis controller. I manually created the device with GRBL-M3 as the controller.
Through my Arduino IDE I can get a GRBL prompt and dump the configuration using $$ after connecting through wchusbserial1420 at 115200 baud. However, in Lightburn, when I go Edit->Machine Settings it reports “communication with controller failed.”
I also tried GRBL (no M3) and the same result occured. What’s a good way to diagnose and resolve this problem?
Looks like Bachinmaker offers nothing new; I found a page by them on how to flash with GRBL too.
I have a mac so I had to follow the GRBL instructions (e.g. use the Arduino IDE) along with your suggestion to use GRBL only (not M3).
After flashing with GRBL 1.1h, I can get data back after running $$, the greeting prompt says GRBL 1.1h and the Machine Settings dialog returns control configuration data. Thanks!