Hello, i have the following question
is there a way to control mach2 or 3 from a serial line.
What i need is that, if another computer that sends something like X200 Y200 over a serial line
mach has to move it's axes to that position and then send a reply-string "IP" and asci 13,10
The second part is possible with the sendserial command, but continiously scanning the serial port or waiting for an event wich
announces serial data, is something else
I could use the 'getportbyte' functions, but i'm hoping if there is a simpler way (less critical)
I can also set a port an use an oemtrigger to put mach in this 'scanning or waiting' state.
Has anyone had experience with something like this?
Thanks in advance.