@moebiussurfing wrote:
Hello,
I am using ofxOscuino from @workergnome to send OSC data to and from Arduino through the USB.
I don't know if it has any sense, but when I comment/bypass the serial connection line:
serialARDUINO.setup("/dev/ttyACM0", arduinoBaud);
, it works fine: the window appears correctly.
To enable access to the 'pi' user and not to 'root' only, I added the user to this groups like this:
sudo gpasswd -a pi uucp
sudo gpasswd -a pi lock
sudo gpasswd -a pi ttyand I verified 'pi' is on there using this:
cat /etc/group | grep uucp
cat /etc/group | grep lock
cat /etc/group | grep ttyI am working on 0.9.3 on Archlinux and OSX too, where the project runs fine, sending/receiving OSC to/from Arduino.
I tried with OF_FULLSCREEN or OF_WINDOW in main.cpp and that's what it shows when staring to run the app:
Any help where can I start to check?
EDIT: BTW... the 'serialExample' is showing the window correctly...
Posts: 4
Participants: 2