[PD] Digital outputs, Arduino Mega 2560 Pduino = problems

2013-08-14 Thread Ezequiel AbregĂș
Hello: I wanted to ask a question. I'm using a arduino mega 2560 board with pduino (http://at.or.at/hans/pd/objects.html). My problems is... 1) The digital outputs 24 to 36 do not work. 2) digital outputs that work do not respond when I give you a message LOW. For example, [digital 53 0 ( NOT

Re: [PD] Digital outputs, Arduino Mega 2560 Pduino = problems

2013-08-14 Thread Tyler Leavitt
If you attach the patch that is in question I would take a look at it. I never had a problem with my digital outputs on my 2560. Tyler On Wed, Aug 14, 2013 at 2:32 AM, Ezequiel AbregĂș ezequielabr...@gmail.comwrote: Hello: I wanted to ask a question. I'm using a arduino mega 2560 board with

Re: [PD] Digital outputs, Arduino Mega 2560 Pduino = problems

2013-08-14 Thread Epic Jefferson
I had this exact same problem with pd and the arduino mega. In the end, the problem has not been solved. use [comport] on the pd side and Serial.read() on the arduino side instead of pduino. On Wed, Aug 14, 2013 at 4:27 PM, Tyler Leavitt thecryofl...@gmail.comwrote: If you attach the patch