Hello,
I am new to Phidget. My os in ubuntu 20.04. I have installed libusb-1.0-0-dev and all the other libraries. My problem is When I run the 'Helloworld.c' it stuck and shows these three lines:
''Opening...
Phidget Simple Playground (plug and unplug managers)
Press Enter to end anytime...''
I tried with the web interface, Did not work. Although I install all the packages. And in the control panel, my Humidity sensor seems to work.
I just noticed the thread title- If you're trying to access Phidgets connected to the PhidgetSBC from your linux machine, it means you'd be opening remotely (and helloworld.c just lists local Phidgets). You can modify helloworld.c by adding code as described on the Network Server page and starting the network server though the SBC's admin page.