0
votes

I am testing Grbl CNC Shield with my Arduino Uno. Everything is working except for the ctrl-x command. I tried on the Arduino IDE serial monitor but it appears that it dont recognize.

Does anyone how to solve this? Any help would be appreciated.

I Tried: Holding Ctrl with x and nothing happend. sending ^X or ^x but the console responded "Error: Excepted command Letter" sending 0x18 on the console and it responded "Error: Bad Number Format"

When the reset command is triggered and it's in the Alarm lock it should reset the grbl and show that message again. This would happen too if the grbl is running normally

1

1 Answers

0
votes
cnc_ard = serial.Serial('COM11',115200)
y= "\n" #(ctrl-x)
cnc_ard.write(y.encode())

enter image description here

Here is what I did with Python. Open cmd from there just press ctrl + x. It will come there^X. After entering it will show there . From there copy this inside note+. It will come there "CAN" like this. Copy that and enter this in Serial monitor. Please check these pictures attached below.

enter image description here