重置GRBL命令在arduino IDE串行监视器中不起作用

问题描述 投票:0回答:1

我正在用Arduino Uno测试Grbl CNC Shield。除了ctrl-x命令外,一切都在工作。我试过在Arduino IDE的串行显示器上,但它似乎不认识。

有谁知道如何解决这个问题?

I Tried:Holding Ctrl with x and nothing happend.sending ^X or ^x but the console responded "Error. Excepted command Letter "sending 0x1818: Excepted command Letter "发送0x18在控制台,它响应 "Error: 错误的数字格式"

当复位命令被触发,并且它在报警锁中,它应该复位grbl并再次显示该消息。如果grbl正常运行,也会出现这种情况。

arduino-uno arduino-ide cnc
1个回答
0
投票
cnc_ard = serial.Serial('COM11',115200)
y= "\n" #(ctrl-x)
cnc_ard.write(y.encode())

enter image description here

这里是我用Python做的。打开cmd从那里只是按ctrl + x.它将在那里^X。输入后,它会显示有 。从那里复制这个笔记+里面。它将会出现 "CAN "这样的字样。复制后在Serial monitor里输入这个。请看下面的图片。

enter image description here

最新问题
© www.soinside.com 2019 - 2024. All rights reserved.