DMXSerial
DMXSerial copied to clipboard
An Arduino library for sending and receiving DMX packets.
Hi, please I have used this DMX module below years ago with DMX Simple library and a converter. But nowadays this DMX module does not operates anymore and the factory...
I have been looking at this library to provide an interface between 2 channels of DMX and I2C. I have written the very simple sketch as below, based on the...
Hello! I have discovered a bug with this library. It seems that on the Arduino Uno, the internal pullup resistor on pin 2 does not work when this library is...
I had conflicts using DMXserial with other libraries and read about the `#define DMX_USE_PORT1`, which helped me developing on an Arduino MEGA 256. So I uncommented the line in the...
What is the purpose of this equation in the channel const I the DmxSerialRecv.ino example line 29? `const int startChannel = 0 * 3 + 1;` Doesn't this just get...
Hey, I am building a project with the Arduino Uno with Midi and DMX. Now I have the problem that I can only use one serial at a time. To...
As documented on page 150 of the [ATMEGA8 datasheet](https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2486-8-bit-AVR-microcontroller-ATmega8_L_datasheet.pdf), bit 7 of the UCSRC register must be set to 1 in order to write to register UCSRC; otherwise, writes are...