Receiving DMX

853 views
Skip to first unread message

Ed

unread,
Jan 9, 2010, 5:38:06 PM1/9/10
to DmxSimple
The are lots of solutions to transmitting DMX.
Does any have a solution like Dmxsimple for Transmitting DMX?

I have tried http://blog.wingedvictorydesign.com/2009/03/20/receive-dmx-512-with-an-arduino/

but not with any success.

Peter Knight

unread,
Jan 11, 2010, 5:45:14 AM1/11/10
to DmxSimple
On Jan 9, 10:38 pm, Ed <edwindo...@shaw.ca> wrote:
> The are lots of solutions to transmitting DMX.
> Does any have a solution like Dmxsimple for Transmitting DMX?

DmxSimple _does_ transmit DMX. DmxSimple does not, however, receive
DMX - which is what I suspect you meant.

> I have triedhttp://blog.wingedvictorydesign.com/2009/03/20/receive-dmx-512-with-a...


>
> but not with any success.

Receiving DMX is tricky on Arduino, as it is pretty much impossible
without altering the Arduino internal libraries. The problem is that
receiving DMX needs a dedicated serial port (software serial solutions
aren't fast enough), but the Arduino libraries take control of the
only serial port themselves. The Winged Victory Design system makes
alterations to the Arduino libraries to get around this.

You have already discovered the best solution out there, which many
people are using successfully.

If the Arduino group allow libraries access to the serial port
interrupt vectors, there is a good chance an easy to use DMX receiving
library will appear shortly afterwards.


Peter

Reply all
Reply to author
Forward
0 new messages