Home

Awesome

HB-UNI-DMX-MASTER

simple DMX MASTER

Code Anpassungen

#define MSG_START_CHR  0x56
#define MSG_END_CHR    0x57

uint8_t G_DMX_ON_COMMAND [] = {MSG_START_CHR, 0x01, 0xff, 0x02, 0xff, 0x03, 0xff, MSG_END_CHR};
uint8_t G_DMX_OFF_COMMAND[] = {MSG_START_CHR, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, MSG_END_CHR};

Status und Bedienung

ccu_status

Programm

ccu_programm

Konverter

Dezimal-zu-Hex-Konverter: https://www.binaryhexconverter.com/decimal-to-hex-converter <br> Hex-zu-Dezimal-Konverter: https://www.binaryhexconverter.com/hex-to-decimal-converter