Sending GCode through serial
Hello,
I`m working on a project on which I need to synchronize my 3D printer movements with an external mechanism, and for that I am trying to develop a simple sketch where I can send GCode directly to the printer one line at a time and get feedback through the Serial Port.
I set up the connection port and the baud rate right, but when I send code (i.e. G28; or G28\n) the printer doesn't move and I get no response. Is it supposed to work like that? How can I make it work?
Thanks
Comments