@dc42 Well that's a bummer, just when I thought I was making progress. It occurred to me that on PORT 80, the duet was acting as a server and basically sent the entire DWC interface to my client over tcp/ip for display in my browser. I've done that for another project, but don't remeber all the details, mostly just the concepts.
Then thinking about you comment regarding telnet, and that PORT 23 was where telnet messages are sent and received on, I added that into my config.g. I then put that in OpenPNP and viola, I get an error message:
In YAT, I am successfully sending G-Code back and forth on PORT 23, this is confusing. I realize a huge amount of work goes into this, so I don't want to sound ungrateful either with duet or OpenPNP.
Then tried again in OpenPNP and it sorta works, but there is a 15+ second delay in response. If I go to gcodedriver set up tcp, setup url to 192.168.1.111 PORT 23 (not the actual URL on my network) and go to the console tab it will take g-gode commands, I only get "OK" back, probably a regex issue. Some progress, it is still a bit confusing.