Hi to all, I´m using a grbl controller to run the Arduino Uno b using the Openbuilds CONTROL software v1.0.321 to send the command orders. The software works great with the grbl and the movements are accurate with the proper configuration. Thank you in advance for all this, it is extremely helpful. Using this known and working configuration, I tried to disconnect the Openbuilds CONTROL and send the movement commands by using the Putty serial communication. I successfully connect with the Arduino using the serial configuration 115200-N-1 and received the ok confirmation from the Arduino. I even get the response of other commands, like the $$ status and others. But, I am not getting any movement response when introducing the movement command codes, that are supposed to be working, like moving on just one axis, for example, like $J=G91G21X10F375. I would like to get some ideas about the reason behind this, to understand why is working when using the command terminal in the Openbuilds CONTROL interface, and why is not working when using the Putty serial communication with the same movement instruction, even if the comm is well established. I added 2 images to help with this issue. Thank you guys for your help and comments.
Thank you for the reply, I try the CRLF, CR, and LF, and didn't work really, but then I change the Line discipline config from auto to Force on, and then it works. Looks like it is better to send the code line together by using the Force on option (for further details see https://documentation.help/PuTTY/documentation.pdf) Thanks again for the help David.