I cannot connect lightburn to comgrow z1

I am new to both lightburn and laser engravers
I am using MacBook (Intel Chip) with Lighburn firmware V2.3 driver (COMGO Z1 Laser Engraver.lbdev)
Running ls /dev/usb I get the output: /dev/cu.usbserial-1440 /dev/tty.usbserial-1440

In the laser tab, I have devices cu.usbserial-1420 COMGO Z1 Laser
In device settings I have:
S-value max 1000,
Baud Rate: 230,400 (In have also tried 155,200 and 19,200)
On the ComGrow I have the red power light (solid on) and green light (flashing)

The command window says: “Port failed to open - already in use?” followed by waiting for connection.

The standard baud rates are the following: 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600.

115200 is a very common one. Try it.
Also, screen capture the console window and paste it here.



Hi here is an image of the console with baud rate 115200


Hi,
Thanks for your assistance.
I have tried all the baud rate settings. Nothing affects the waiting status.
I have used chmod 777 on usbserial in case it was a Mac auth issue. My user account is an admin one.

One other point is - in Finder the usb is not shown as a location. Not sure if this is relevant .

Suggest you follow @MikeyH advise of using 115,200 for a baud rate.

You should check your device list for your machine to ensure the laser is being seen by the os.

Lightburn will attempt to connect and right-click on the device button will cause it to retry.

If some other machine is using the target port, it will not be able to connect. If you have multiple devices via usb, might want to turn them off until this is resolved or at least when you’re working with it.

Sometimes just not plugging it in until the Mac is up and running will cure some of these… this is why I’m not a usb fan :man_shrugging:

Another are is some of the Macs are using USB 3.0 and don’t function plugged into a USB 2.0 type. Don’t remember the fix, it was an adapter that forced the machine to use USB 2.0 protocol.

Maybe doesn’t apply to your Mac, not sure…

:smile_cat:

1 Like

Hi Jack,

I have tried 115,200. This was the 1st one I tried following the comment by @MikeyH .
I have run the command ls /dev/usb based on a search of issues getting lightburn to work on a Mac. This returns /dev/cu.usbserial-1410 /dev/tty.usbserial-1410. I think this suggests the Mac can see COMGROW Z1.
I have 4 USB ports; three of them are 3.1 ones, and the other is thunderbolt USB4. I am using a mac type A to type C converter on the end of the USB cable that came with the laser so I can plug it into the Mac. I will have a search for a USB 2.0 converter.
I also have a FusionB Windows pad. Would it be better to try Lightburn on this instead of the Mac?

It should work on either. I think the issue is the 3.0 → 2.0 usb


Do you have the option to pick the USB port?

I think you can run it on either platform with the same credentials.

:smile_cat:

No I dont think there is an option to choose the USB port.

I can choose which port I plug the USB into.

After some searching I think I need to find a usb 2 I can put between the COMGROW usb cable and the macbook

Hi I have tried using a hub that has a USB 2.0 connection and also with a Windows tablet. Neither is able to connect to the laser with the same message in the console.

If the Comgrow z1 will not work from either windows or Mac laptop does this mean the laser is faulty ?

Hi - I have been through the instructions again:

  1. Check for CH340 Driver
    Command sudo find /System/Library/Extensions/ -iname “usbserial” returns
    /System/Library/Extensions//AppleUSBSerial.kext

Command sudo find /Library/Extensions/ -iname “usbserial” returns an empty line
Command ~/Library/Extensions/ -iname “usbserial” returns No such file or directory
So the Apply apply one is used
2) Check computer and laser connected
ls /dev/*usb* returns /dev/cu.usbserial-240 /dev/tty.usbserial-240

Lightburn devices row has cu.usbserial-240. grbl COMGO Z1 Laser Engraver
Console says waiting for connection

I have downloaded the APP and the cutter works to engrave but the iOS app does not have a cut option. The issue is therefore linked to the connection from MacBook to the laser.

This tells me it’s probably not a Lightburn problem. Have you tried a different USB cable?

Did you see these threads?

Hi,

  1. I am using a USB with a USB 2 port so the cable from laser is plugged into the usb 2 connector and hub plugged into mac usb C port.
  2. I have enabled DTR signal
  3. To check the baud rates I have tried from 115,200 up until 921,600 none seem to work

My next step will be to try the driver suggested by @JohnJohn

Do you have access to a PC to try and connect? That will help determine if it’s a Mac issue or the laser.

I have ordered a Windows laptop that is due to arrive on Tuesday.
I have also installed the WCH driver. This does not help.