Any way to use HTML as an interface to a C/C++ program?

前端 未结 7 1667
旧时难觅i
旧时难觅i 2020-12-11 01:51

I\'m developing a product that is interfaced over USB. I want to write a control app for it, but I cannot program a GUI for poo, so I came up with the idea of using a web pa

7条回答
  •  萌比男神i
    2020-12-11 02:34

    The closest thing I can think of is writing a Firefox/Chrome/IE/Safari plugin and have the user install it on his/her browser to run your GUI to control your device.

提交回复
热议问题