Rev10 of the Arduino DMX Receiver Code Released

New in this Release:

  • Cleaned up and improved code commenting.
  • Adjusted HardwareSerial.cpp (included) so the code will compile on Arduino software release 0015. If you’re still using 0014 or 0013, you’ll replace wiring_serial.c instead (also included).
  • Replaced manual register configuration of the USART with the Arduino function Serial.Begin(250000), which apparently works just as well and reduces the number of Atmega168-specific register calls considerably.
  • Moved the action() loop (what you want the Arduino to do with the received values) to its own tab, to make the code easier to use.

I’ve updated the instructions, or you can download the updated code directly here.

As always, let me know how works for you, or doesn’t.


One Response to “Rev10 of the Arduino DMX Receiver Code Released”

  • thanh lam Says:

    Dear sir/madam,

    I need dmx receiver code in asm 8051. So, I search and find here.

    Your support is my happy in my work.

    Thank you.

    Thanh Lam

Leave a Reply