Category: Tutorial

  • Super simple and Cheap Android Touch Interface Part 1

    Super simple and Cheap Android Touch Interface Part 1

    As some of you might know there is a build in web server in V-Control that lets one create graphical user interfaces for V-Control. But to do this, HTML and JavaScript knowledge is necessary. In this article, I will describe a simple solution using an Android device, a cheap Bluetooth serial port and a V-IO […]

  • Touch GUIs with WebSockets

    Touch GUIs with WebSockets

    One of the new features of V-Control 3.7.14 is the ability of the build in web server to handle WebSockets. This allows us to establish a stable, bidirectional connection between a web application and V-Control. The benefit of a bidirectional connection is, that our web application does not have to poll the V-Control web server […]