I'm using Cinder 0.8.6 on mac OSX 10.10. I am pulling in serial data via usb from an Arduino. The data is showing up fine in Arduino's serial monitor, but the Cinder SerialCommunication example is giving me:
Device: cu.usbmodem1451
Device: tty.usbmodem1451
Device: cu.Bluetooth-Incoming-Port
Device: tty.Bluetooth-Incoming-Port
Device: cu.Bluetooth-Modem
Device: tty.Bluetooth-Modem
There was an error initializing the serial device!
I'm wondering what next steps to take in order to troubleshoot this so that Cinder can collect the serial data coming in from the Arduino.
UPDATE I've found that if I close the arduino serial monitor, the Cinder SerialCommunication app loads, takes over the port, and I don't get the error, but it hangs immediately. The data coming in from the Arduino looks like this:
E2: D=3 V=13
E2: D=2 V=15
E2: D=3 V=18
E2: D=3 V=21
E3: D=-1 V=-1
E3: D=1 V=0
E3: D=-1 V=-1
E3: D=1 V=0
E3: D=-1 V=-1
E1: D=3 V=3
E1: D=3 V=6
E1: D=4 V=10
E1: D=4 V=14
E1: D=5 V=19
E1: D=6 V=25