I will be using MS Access to control the process as I also need to print labels.
What I am having problems figuring out is what software to use that I can send a command line to that would send a simple Gcode to the grbl. Just need to tell it where to send the X to.
I have forgotten most of what I knew about Windows (it was XP then) but you could easily write a short Python program to send text (GCode) to an Arduino.
Alternatively I think there is a GCode sender program somewhere - maybe Google could find it?
I know I'm not the only one who is annoyed when threads are abandoned without any reply to the people who had tried to help. This thread sure seems very similar to the earlier thread.
Edit: I looks like the two threads have been merged.
Thanks, that is good info.
I have been doing tutorials on the "receiving" or Arduino side.
I feel I have enough info to do that end.
My issue is finding resources on the sending side.
That is, Sending to com port from VBA in MS Access.
This is my holy grail
Receiving status would be nice but not the end if I cant get it.
I have found all sorts of info on VB.net but the syntax wont work in VBA in Access.