Good morning (o;
Have a grblHAL board here I would like to talk to and control it or shows its parameters and positions.
Now grbl uses the character “?” to display actual position besides other information.
Now when I use:
SerialConnection1.Write("?")
The DataReceived event is never fired…
Also adding after a
SerialConnection1.Flush
Doesn’t trigger it.
Am I missing something simple here? (o;
11 posts - 4 participants