Hello, On my computer, I connected with wifi to a Wireless VINT Hub (With the 192.168.100.1 ip address). I created a simple HTML page with the following script : <html> <body onload="load()"> <script src="phidget22.min.js"></script> </body> <script> async function load() { const ...