Dmx512 Rs232 support (#256)

* Started work on DMX512 rs232 device
cloned from sedu - no actual changes yet

* Implemented DMX protocol
Added baudrate debugging to ProviderRs232

* Added support for multiple DMX fixture types
This commit is contained in:
penfold42
2016-09-27 01:50:11 +10:00
committed by redPanther
parent d1e165a753
commit d095b355b1
8 changed files with 160 additions and 3 deletions

View File

@@ -130,6 +130,7 @@ bool ProviderRs232::tryOpen(const int delayAfterConnect_ms)
}
return false;
}
Debug(_log, "Setting baud rate to %d", _baudRate_Hz);
_rs232Port.setBaudRate(_baudRate_Hz);
_stateChanged = true;
}