I have a Processing sketch getting the necessary data from a sensor conntected via serial port. Now I want to build a wireless system. So what could be the best solution?
The sensor could be connected to ESP8266 and then send the data via WiFi to my Computer. But how does it work? Can I create something like a "virtual serial port" for the processing software? Or can the processing software work with data from the internet?
Thanks for your help!