Actually, grbl is the code that is running on the Arduino. What you are attempting to do is to communicate with the Arduino (running grbl) from your USB port on the computer.
If you have the Arduino IDE installed on your machine you can get a little closer to the actual hardware if you try testing with the Arduino IDE serial monitor.
Take a look at this thread to see if you want to try that:
@LarryM - Thanks for all your help so far. I really appreciate it.
Iāve sent the commands, and Iām receiving back āokā so I know theyāve been received, but still no movement. Iām back to thinking somethingās up with the g-shield itself.
Iāve triple checked my wiring, and Iām able to get the automatic spindle control to kick on, but the motors just arenāt activating. Iām going to take a breather for the rest of the day and wait to hear back from inventables support.
If you want to test your arduino, you can detach it from the gshield and load a simple blink sketch onto it and test the voltage coming off each of the pins (or connect each to an led, and watch them blink).
That would verify that the pins are functional on the Arduino.
Once done, you can just reflash GRBL to it.
EDIT: donāt know why this is tagged as responding to Larry
Iāve ruled out the arduino as the problem. I tested every pin just to make sure.
If I have to take a guess, itās the stepper drivers. I know power is being supplied to them and control signals are being received, but for one reason or another theyāre not activating the motors.
Thanks everybody for your help, but Iām putting my faith in inventables support now.
I have the same problem as you, commands are received but no motors movement. I tested the motors using the shield with a basic arduino code and they work fine, but when I try to control them with UGS they donāt move. Tested everything with 2 types of drivers(A4988 and DRV8255). I tried to control a SG90 Servo connected to the shield with UGS and it works. I donāt know what to do anymore. Is the shield broken?