tambien / oscuino

[MOVED] OSC implementation for the Arduino Platform
https://github.com/CNMAT/OSC
22 stars 15 forks source link

OSC via Serial Problems on UNO #20

Closed cobtob closed 10 years ago

cobtob commented 10 years ago

I´m trying to get the oscuino-Script to run on my Arduino UNO, but it´s been givin me quite some headache here.. Im using the oscuinoSerial-script from the arduino-examples (v. 1.05) on the UNO. I have the latest CNMAT-Bundle and all necessary Arduino-Libs. Arduino is connected via USB serial, baud-rate is 9600 on both sides.

But the oscuino-script seems to not at all respond to the OSC-messages that are send from the oscuinoSerial.maxpat. Althogh the onboard Rx-LED is blinking, indicating received data... No oscuino-reaction at all: Neither I can read any Inputs nor set Output-Pins..

The slipOsc-example (in basics-folder) runs without issues, I receive the test-messages in Max 6.1, and i have no problem receiving OSCslip-data sent from my own scripts running on UNO.

Is there anything i have to edit to get oscuino running on UNO? Maybe you could give me a hint - would be great to get this running.

Thanks a lot for your great work on this, jacob

EDIT: Issue Solved. I was using some old files..