I need to add a web interface to a Windows Forms application. In fact, the application has only one form containing some standard controls (buttons, track boxes, etc.) that send commands through the serial port to the microcontroller.
Now I need to have more or less the same form, which is also available as a web interface. What is the best way to achieve this?
source
share