yoelk / instrumentino

Instrumentino is an open-source modular graphical user interface framework for controlling Arduino based experimental instruments
GNU General Public License v3.0
137 stars 59 forks source link

V2 support more means of communication with controllers (other than USB) #24

Open yoelk opened 8 years ago

yoelk commented 8 years ago

Add the possibility to communicate with controllers using TCP/IP as well as serial (USB). This will be necessary for mobile devices running Instrumentino because they mostly don't have a USB port, or they do but it takes all the fun away if your tablet or phone have to be physically connected to the instrument, instead of using WiFi :)


Add BlueTooth support as well! This might be even more important than TCP/IP