I am attempting to read a RS232/USB input from a Gcode script. Is it possible to perform this from GCode or am I going to have to wrap it in python or something?
For reference, my algorithm is essentially:
-Perform some CNC movements
-Read/store/record variable from RS232 peripheral
-Repeat a bunch of times in marginally different ways