mathertel / DmxSerial2

An Arduino library for sending and receiving DMX RDM packets.
BSD 3-Clause "New" or "Revised" License
99 stars 30 forks source link

Made _saveEEPRom public and bugfix for timeout #2

Closed Drachenkaetzchen closed 10 years ago

Drachenkaetzchen commented 10 years ago

Hi,

I have made _saveEEPRom public, so that a developer can dynamically set the device name and store it in the EEPROM.

Also I have had an issue where I was receiving occasional timeouts. I flipped the order of setting the baud rate and enabling transmission; this seems to fix the issue.

Drachenkaetzchen commented 10 years ago

I also added a bugfix where the response for SET DEVICE LABEL was invalid due to missing packet length.