In LaserGRBL you tried to connect to COM5. In the next screenshot you show the device manager listing the laser on COM6. Did you make sure that you selected the correct one?
The issue is that your laser is connected, but LightBurn is communicating at the wrong baud rate, which is why you’re seeing random symbols in the Console.
Here’s how to fix it:
Go to Devices in LightBurn.
Select your laser and click Edit.
Set the baud rate to 115200 (this is the most common for GRBL).
If that doesn’t work, try 921600 or 57600.
Click OK and restart LightBurn.
Power cycle your laser (turn it off and on).
Back in LightBurn, go to Devices > Find My Laser and let it scan.
If it finds your device, let it auto-create it.
If not, manually create it again, but test each COM port one by one.
Also double-check:
In Edit > Device Settings, make sure the G-code flavor is set to GRBL.
Make sure “Enable Z axis” is turned off unless you’re using a Z-axis motor.
If you’re still getting gibberish after all that, try swapping your USB cable—some low-quality cables cause interference and corrupt data.
Once the right port and baud rate are set, you should see a clean GRBL version number (like Grbl 1.1f) in the Console instead of random symbols.