Search Results

by bmoon
Mon Jul 31, 2017 2:15 pm
Forum: Java
Topic: Error in setDeviceSerialNumber
Replies: 0
Views: 22562

Error in setDeviceSerialNumber

According to the API, you can leave the device serial number "unset" and it will attach to "any". In the documentation for Phidget, there's also a constant defined: ANY_SERIAL_NUMBER that says it will also allow you to attach to any serial number. I've used this sort of feature o...
by bmoon
Mon Jul 31, 2017 1:54 pm
Forum: Java
Topic: Setting sensorType keeps sensor from functioning
Replies: 1
Views: 15335

Setting sensorType keeps sensor from functioning

OS/X, can confirm my 8/8/8 with a 1103 on channel 0 works via the native os/x application. If I download the sample VoltageRationInputExample and configure it to listen to the sensor WITHOUT setting the sensor type, I get readings from 0 to 1 that vary as I move my hand up/down in front of the senso...
by bmoon
Mon Jul 31, 2017 1:30 pm
Forum: Java
Topic: HelloWorld not working
Replies: 0
Views: 22707

HelloWorld not working

I'm on a mac. The native os/x app show's my devices. I've used phidgets21 in the past. Trying phidgets22 now. The basic HelloWorld never detects devices!!! I tried adding a debug line as follows: /* Phidgets HelloWorld example for all devices */ import com.phidget22.*; public class HelloWorldExample...