Hi
I am using an Atmega2560 to read my vacuum gauges and to turn on the lights for the cameras and control the solenoid valves etc.
I have to write the code for this so I want to keep it as simple as possible.
I have been looking at the the Gcode driver examples and the wiki but I think I am missing the just of the story.
So a couple of questions to try and get my head around this thing.
1) Can I specify my own M codes for my controller?
2) Must it be M or G codes or can I use any other code of my choice? Like and "S" or anything else.
3) I am using a serial command parser that needs a space between command and parameters. Is this a problem?
Any information of links that will help me understand will be welcome.