DMXSerial icon indicating copy to clipboard operation
DMXSerial copied to clipboard

An Arduino library for sending and receiving DMX packets.

Results 27 DMXSerial issues
Sort by recently updated
recently updated
newest added

Hi, The prototype for void _DMX_setMode should be moved down a few lines and be changed to: `void _DMX_setMode(DMXUARTMode);` Thanks for making this library available! Working on Arduino Micro with...

Added the required definition for RXCn for the Atmega 8 as it was missing, which caused a compilation error. This change solves the error.

In version 1.5.3 and the DmxSerialSend application there is a frame error on the last 2 dmx slots (31/32). When changing the dmxmaxChannel to 64, the frame error is on...

Would be nice if you can include the DMXMODEPIN in the documentation. I searched like hell why pin 2 wouldn't work 😄. Never the less. Great work done, thanks.

typecasting the returned unsigned long shows that it returns an overflown unsigned long it seems that the calculation in the function is interrupted and this is resulting to cause the...

I tried to read DMX512 frame @ 40 FPS (frame per second) by mega2560 board. I couldn't get a stable reading. The target data value appears but just drift around.(not...

Is there a possibility to set an Start-DMX-Channel perhaps at 500 by using 4 Channels without wasting Memory for 499 channels? Maybe a counter-Variable and before the start-Channel the data...

enhancement

Hi, I've already had working program for the UNO, which the LEDs were connected to pin 12, which worked fine. I've changed to MEGA 2560 16U2 recently, (file to big...

Would it be possible to port this over to work on an attiny 1604 chip, and if so how would I go about implementing that?

enhancement

hi, i've made a LED TUBE sketch, and found that if i call `DMXSerial.init(DMXController,Direction);` twice wenn mode is already in this mode `DMXController` the Output stops! after calling `DMXSerial.init(DMXController,Direction);` again...

bug