06-17-2020 01:07 PM
I am trying to develop a driver for the ezOutlet3 ethernet controlled power outlet.
The web interface works. I can connect and control the unit from my web browser.
Attached is my 1st try. Note that there are two methods in the tech note and I have tried to implement both of them in my driver.
Below are two screenshots of the two methods.
HTTP get Method
TCP Method
Where do I go from here. I want to get both methods working.
Norm
06-20-2020 11:50 AM
I got the HTTP get method to work. It was all in the correct syntax for the cgi arguments.
Still looking to get the TCP method to work.