arkypita / LaserGRBL

Laser optimized GUI for GRBL
http://lasergrbl.com
Other
1.23k stars 487 forks source link

5.7.0 cannot connect #2179

Open phischy opened 8 months ago

phischy commented 8 months ago

Describe the bug Laser GRBL will try for a long time to connect and then give a generic "Error connecting to your machine" message. The com port shows up when the machine is plugged into the USB port. Reinstalling the CH340 driver does not fix the problem. Restarting LaserGRBL and the machine also fail to make a difference. The machine was connecting without issue using the previous version.

Hardware and software configuration (please complete the following information):

arkypita commented 8 months ago

Hi, thank you for your bug report. Please open LaserGRBL, go to menu "?" And click on "show session log". Scroll down to the last line and see if there are any error message (copy and paste all the file content here, so I can read it too).

It is useful also to record a full com log (menu ?, enable extended log) and then try to connect to the engraver

phischy commented 8 months ago

Here is the log. The only error I am seeing is connection timeout.

12/01/2024 18:03:40.753 Program ------- LaserGRBL v5.4.0 [64bit] START ------- 12/01/2024 18:03:40.744 Program ------- LaserGRBL v5.4.0 [64bit] START ------- 12/01/2024 18:03:46.446 Update DB Material DB is up to date 12/01/2024 18:04:06.027 Program ---------------- PROGRAM STOP -----------------

12/01/2024 18:04:32.155 Program ---------------- PROGRAM STOP -----------------

12/01/2024 18:04:40.594 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 12/01/2024 18:04:44.223 Update DB Material DB is up to date 12/01/2024 18:04:47.404 SetStatus Machine status [Connecting] 12/01/2024 18:04:47.446 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:04:47.466 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:04:53.791 CloseCom Close COM8 [USER] 12/01/2024 18:04:53.795 SetStatus Machine status [Disconnected] 12/01/2024 18:05:02.507 SetStatus Machine status [Connecting] 12/01/2024 18:05:02.508 OpenCom Open COM7 @ 115200 baud (UsbSerial) 12/01/2024 18:05:07.696 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:05:07.698 SetStatus Machine status [Disconnected] 12/01/2024 18:05:09.951 SetStatus Machine status [Connecting] 12/01/2024 18:05:09.952 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:05:09.953 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:05:11.007 CloseCom Close COM8 [USER] 12/01/2024 18:05:11.008 SetStatus Machine status [Disconnected] 12/01/2024 18:05:28.215 SetStatus Machine status [Connecting] 12/01/2024 18:05:28.215 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:05:28.216 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:05:36.170 SetStatus Machine status [Disconnected] 12/01/2024 18:05:45.447 SetStatus Machine status [Connecting] 12/01/2024 18:05:45.448 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:05:45.450 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:05:55.448 OpenCom Connection timeout! 12/01/2024 18:05:55.448 CloseCom Close COM8 [CORE] 12/01/2024 18:05:55.451 SetStatus Machine status [Disconnected] 12/01/2024 18:06:56.370 SetStatus Machine status [Connecting] 12/01/2024 18:06:56.371 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:06:56.374 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:06:59.689 CloseCom Close COM8 [USER] 12/01/2024 18:06:59.689 SetStatus Machine status [Disconnected] 12/01/2024 18:07:52.605 Program ---------------- PROGRAM STOP -----------------

12/01/2024 18:07:57.663 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 12/01/2024 18:08:03.395 SetStatus Machine status [Connecting] 12/01/2024 18:08:03.402 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:08:03.407 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:08:13.399 OpenCom Connection timeout! 12/01/2024 18:08:13.400 CloseCom Close COM8 [CORE] 12/01/2024 18:08:13.408 SetStatus Machine status [Disconnected] 12/01/2024 18:08:43.842 SetStatus Machine status [Connecting] 12/01/2024 18:08:43.843 OpenCom Open COM8 @ 57600 baud (UsbSerial) 12/01/2024 18:08:43.846 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:08:49.459 CloseCom Close COM8 [USER] 12/01/2024 18:08:49.460 SetStatus Machine status [Disconnected] 12/01/2024 18:08:54.982 SetStatus Machine status [Connecting] 12/01/2024 18:08:54.983 OpenCom Open COM3 @ 115200 baud (UsbSerial) 12/01/2024 18:08:54.984 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:08:56.338 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:08:56.338 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:08:56.338 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:08:56.338 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:08:56.338 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:08:57.440 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:08:57.440 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:08:57.440 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:08:57.440 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:08:57.440 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:08:57.950 CloseCom Close COM3 [USER] 12/01/2024 18:08:57.951 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:08:57.951 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:08:57.951 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:08:57.951 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:08:57.951 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:08:57.951 SetStatus Machine status [Disconnected] 12/01/2024 18:09:03.500 SetStatus Machine status [Connecting] 12/01/2024 18:09:03.501 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:09:03.503 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:09:13.503 OpenCom Connection timeout! 12/01/2024 18:09:13.503 CloseCom Close COM8 [CORE] 12/01/2024 18:09:13.506 SetStatus Machine status [Disconnected] 12/01/2024 18:10:36.631 SetStatus Machine status [Connecting] 12/01/2024 18:10:36.632 OpenCom Open COM7 @ 115200 baud (UsbSerial) 12/01/2024 18:10:41.819 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:10:41.820 SetStatus Machine status [Disconnected] 12/01/2024 18:10:44.830 SetStatus Machine status [Connecting] 12/01/2024 18:10:44.831 OpenCom Open COM7 @ 115200 baud (UsbSerial) 12/01/2024 18:10:50.016 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:10:50.120 CloseCom System.Threading.ThreadStateException: Thread has not been started. 12/01/2024 18:10:50.120 CloseCom at System.Threading.Thread.JoinInternal(Int32 millisecondsTimeout) 12/01/2024 18:10:50.120 CloseCom at Tools.ThreadClass.Stop() in E:\LaserGRBL\LaserGRBL\Tools\ThreadClass.cs:line 130 12/01/2024 18:10:50.120 CloseCom at LaserGRBL.GrblCore.CloseCom(Boolean user) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1421 12/01/2024 18:10:50.120 SetStatus Machine status [Disconnected] 12/01/2024 18:12:22.086 SetStatus Machine status [Connecting] 12/01/2024 18:12:22.087 OpenCom Open COM7 @ 115200 baud (UsbSerial) 12/01/2024 18:12:27.274 SetStatus Machine status [Disconnected] 12/01/2024 18:16:06.608 SetStatus Machine status [Connecting] 12/01/2024 18:16:06.609 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:17:58.675 OpenFile Open C:\Users\tubap\Pictures\Toy Patters\Cousins frame.png 12/01/2024 18:25:58.718 CloseCom Close COM8 [USER] 12/01/2024 18:25:58.719 SetStatus Machine status [Disconnected] 12/01/2024 18:26:03.581 SetStatus Machine status [Connecting] 12/01/2024 18:26:03.581 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:30:56.339 CloseCom Close COM8 [USER] 12/01/2024 18:30:56.340 SetStatus Machine status [Disconnected] 12/01/2024 18:31:02.582 Program ---------------- PROGRAM STOP -----------------

12/01/2024 18:35:04.447 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 12/01/2024 18:35:09.847 SetStatus Machine status [Connecting] 12/01/2024 18:35:09.853 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:35:09.858 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:35:19.852 OpenCom Connection timeout! 12/01/2024 18:35:19.852 CloseCom Close COM8 [CORE] 12/01/2024 18:35:19.854 SetStatus Machine status [Disconnected] 12/01/2024 18:36:01.966 OpenFile Open C:\Users\tubap\Pictures\Toy Patters\Cousins frame.png 12/01/2024 18:37:23.814 SetStatus Machine status [Connecting] 12/01/2024 18:37:23.815 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:37:23.817 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:37:33.817 OpenCom Connection timeout! 12/01/2024 18:37:33.817 CloseCom Close COM8 [CORE] 12/01/2024 18:37:33.819 SetStatus Machine status [Disconnected] 12/01/2024 18:37:46.014 Program ---------------- PROGRAM STOP -----------------

12/01/2024 18:46:22.280 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 12/01/2024 18:46:42.521 SetStatus Machine status [Connecting] 12/01/2024 18:46:42.525 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:46:42.530 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:46:52.523 OpenCom Connection timeout! 12/01/2024 18:46:52.524 CloseCom Close COM8 [CORE] 12/01/2024 18:46:52.534 SetStatus Machine status [Disconnected] 12/01/2024 18:47:19.634 SetStatus Machine status [Connecting] 12/01/2024 18:47:19.635 OpenCom Open COM8 @ 115200 baud (UsbSerial) 12/01/2024 18:47:19.637 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:47:29.636 OpenCom Connection timeout! 12/01/2024 18:47:29.636 CloseCom Close COM8 [CORE] 12/01/2024 18:47:29.639 SetStatus Machine status [Disconnected] 12/01/2024 18:47:40.087 SetStatus Machine status [Connecting] 12/01/2024 18:47:40.088 OpenCom Open COM3 @ 115200 baud (UsbSerial) 12/01/2024 18:47:40.089 SendImmediate Send Immediate Command [0x18] 12/01/2024 18:47:41.209 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:41.209 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:41.209 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:41.209 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:41.209 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:42.310 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:42.310 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:42.310 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:42.310 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:42.310 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:43.662 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:43.662 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:43.662 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:43.662 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:43.662 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:44.763 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:44.763 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:44.763 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:44.763 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:44.763 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:45.866 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:45.866 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:45.866 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:45.866 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:45.866 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:46.969 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:46.969 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:46.969 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:46.969 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:46.969 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:48.071 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:48.071 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:48.071 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:48.071 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:48.071 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:49.173 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:49.173 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:49.173 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:49.173 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:49.173 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:50.276 SendImmediate System.TimeoutException: The write timed out. 12/01/2024 18:47:50.276 SendImmediate at System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 12/01/2024 18:47:50.276 SendImmediate at System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 12/01/2024 18:47:50.276 SendImmediate at LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) in E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:line 126 12/01/2024 18:47:50.276 SendImmediate at LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) in E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:line 1516 12/01/2024 18:47:50.277 OpenCom Connection timeout! 12/01/2024 18:47:50.277 CloseCom Close COM3 [CORE] 12/01/2024 18:47:50.279 SetStatus Machine status [Disconnected] 12/01/2024 18:49:23.213 Program ---------------- PROGRAM STOP -----------------

13/01/2024 20:52:09.978 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 13/01/2024 20:52:15.652 Update DB Material DB is up to date

Here is today's session with the extended log. Between 21:04 and 21:06 I tried reinstalling the CH430 Driver

13/01/2024 20:52:09.978 Program ------- LaserGRBL v5.7.0 [64bit] START ------- 13/01/2024 20:52:15.652 Update DB Material DB is up to date 13/01/2024 21:01:59.901 ComLog Recording session started @ 13/01/2024 21:01:59.900 - Session ID [d294922d] 13/01/2024 21:04:45.777 SetStatus Machine status [Connecting] 13/01/2024 21:04:45.830 OpenCom Open COM8 @ 115200 baud (UsbSerial) 13/01/2024 21:04:45.907 SendImmediate Send Immediate Command [0x18] 13/01/2024 21:04:55.789 OpenCom Connection timeout! 13/01/2024 21:04:55.789 CloseCom Close COM8 [CORE] 13/01/2024 21:04:55.820 CloseCom Close COM8 [CORE] 13/01/2024 21:04:55.876 SetStatus Machine status [Disconnected] 13/01/2024 21:06:23.225 SetStatus Machine status [Connecting] 13/01/2024 21:06:23.227 OpenCom Open COM8 @ 115200 baud (UsbSerial) 13/01/2024 21:06:23.230 SendImmediate Send Immediate Command [0x18] 13/01/2024 21:06:33.228 OpenCom Connection timeout! 13/01/2024 21:06:33.230 CloseCom Close COM8 [CORE] 13/01/2024 21:06:33.233 SetStatus Machine status [Disconnected]

arkypita commented 8 months ago

Could you please upload here the comlog.txt file that it was created with the last test? Drag-drop it in GitHub web page, do not reply to the email because it doesn't work

phischy commented 8 months ago

comlog.txt

arkypita commented 8 months ago

Given the log you sent, look like the machine doesn't respond at all to LaserGRBL inputs. This not depends on LaserGRBL version, or at least it is very very strange if it does.

I suggest to check LaserGRBL settings soft reset and hard reset on connect, try switching them on.

image

eliuth1686 commented 7 months ago

buenas tardes mi lasser funcionaba correctamente pero después ya no quiso conectarse ya intente los puertos com y sigue sin funcionar esto es lo que esta en el historial

02/02/2024 17:20:58.449 SetStatus Machine status [Connecting] 02/02/2024 17:20:58.451 OpenCom Open COM5 @ 115200 baud DTR, RTS, Ctrl-X (UsbSerial) 02/02/2024 17:20:58.456 SendImmediate Send Immediate Command [0x18] 02/02/2024 17:20:58.794 SetStatus Machine status [Disconnected] 02/02/2024 17:22:31.191 SetStatus Machine status [Connecting] 02/02/2024 17:22:31.193 OpenCom Open COM5 @ 115200 baud DTR, RTS, Ctrl-X (UsbSerial) 02/02/2024 17:22:31.197 SendImmediate Send Immediate Command [0x18] 02/02/2024 17:22:31.446 VersionInfo Detected Grbl v1.1h 02/02/2024 17:22:31.527 SetStatus Machine status [Disconnected] 02/02/2024 17:38:13.580 SetStatus Machine status [Connecting] 02/02/2024 17:38:13.582 OpenCom Open COM5 @ 115200 baud DTR, RTS, Ctrl-X (UsbSerial) 02/02/2024 17:38:13.585 SendImmediate Send Immediate Command [0x18] 02/02/2024 17:38:13.838 SendImmediate System.IO.IOException: Uno de los dispositivos conectados al sistema no funciona. 02/02/2024 17:38:13.838 SendImmediate
02/02/2024 17:38:13.838 SendImmediate en System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str) 02/02/2024 17:38:13.838 SendImmediate en System.IO.Ports.SerialStream.EndWrite(IAsyncResult asyncResult) 02/02/2024 17:38:13.838 SendImmediate en System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 02/02/2024 17:38:13.838 SendImmediate en System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 02/02/2024 17:38:13.838 SendImmediate en LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) en E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:línea 126 02/02/2024 17:38:13.838 SendImmediate en LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) en E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:línea 1516 02/02/2024 17:38:13.901 SetStatus Machine status [Disconnected] 02/02/2024 17:40:10.840 SetStatus Machine status [Connecting] 02/02/2024 17:40:10.841 OpenCom Open COM5 @ 115200 baud DTR, RTS, Ctrl-X (UsbSerial) 02/02/2024 17:40:10.845 SendImmediate Send Immediate Command [0x18] 02/02/2024 17:40:11.148 SendImmediate System.IO.IOException: Se ha especificado un dispositivo que no existe. 02/02/2024 17:40:11.148 SendImmediate
02/02/2024 17:40:11.148 SendImmediate en System.IO.Ports.InternalResources.WinIOError(Int32 errorCode, String str) 02/02/2024 17:40:11.148 SendImmediate en System.IO.Ports.SerialStream.EndWrite(IAsyncResult asyncResult) 02/02/2024 17:40:11.148 SendImmediate en System.IO.Ports.SerialStream.Write(Byte[] array, Int32 offset, Int32 count, Int32 timeout) 02/02/2024 17:40:11.148 SendImmediate en System.IO.Ports.SerialPort.Write(Byte[] buffer, Int32 offset, Int32 count) 02/02/2024 17:40:11.148 SendImmediate en LaserGRBL.ComWrapper.UsbSerial.Write(Byte b) en E:\LaserGRBL\LaserGRBL\ComWrapper\UsbSerial.cs:línea 126 02/02/2024 17:40:11.148 SendImmediate en LaserGRBL.GrblCore.SendImmediate(Byte b, Boolean mute) en E:\LaserGRBL\LaserGRBL\Core\GrblCore.cs:línea 1516 02/02/2024 17:40:11.169 SetStatus Machine status [Disconnected] 02/02/2024 18:27:01.919 Issue detector System sleep/hibernation detected (85s)

arkypita commented 7 months ago

@eliuth1686 this could be a cable issue or a PC issue, could you please try with a different PC?

eliuth1686 commented 7 months ago

Ya lo intente con cables diferentes y con PC diferente y sigue igual sin conectarse

Obtener Outlook para Androidhttps://aka.ms/AAb9ysg


From: arkypita @.> Sent: Saturday, February 3, 2024 8:43:46 AM To: arkypita/LaserGRBL @.> Cc: eliuth1686 @.>; Mention @.> Subject: Re: [arkypita/LaserGRBL] 5.7.0 cannot connect (Issue #2179)

@eliuth1686https://github.com/eliuth1686 this could be a cable issue or a PC issue, could you please try with a different PC?

— Reply to this email directly, view it on GitHubhttps://github.com/arkypita/LaserGRBL/issues/2179#issuecomment-1925347103, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BFX2QAK6UGPRPSUKU4OBVILYRZEKFAVCNFSM6AAAAABBY43T76VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRVGM2DOMJQGM. You are receiving this because you were mentioned.Message ID: @.***>

MinPD291 commented 7 months ago

hi i have the same issue and tried the hard and soft reset but issue still presist. help :(

Akaisikjh commented 6 months ago

2024-02-20_18-59-36

добрый вечер у меня такая проблем не как не реагирует

Akaisikjh commented 6 months ago

2024-02-20_19-02-39

arkypita commented 6 months ago

@Akaisikjh your machine has issue, continuously reset itself.

Akaisikjh commented 6 months ago

Безымянный Ошибка при подключении что может быть??::

Akaisikjh commented 6 months ago

лазер подключен горить лампочка, но не как не реагирует на команды

Akaisikjh commented 6 months ago

20240225_120600 у меня почему то конфигурация GRBL пустой

10ANT commented 6 months ago

I found the solution: more than likely emergency button is clicked turn it clockwise or just try to unlock it. image