1 #include "../LumiverseCoreConfig.h"
31 const unsigned char APIKey[] = {0x17, 0xE1, 0x3A, 0x32};
33 #define SET_PORT_ASSIGNMENT_LABEL 209
34 #define SEND_DMX_PORT2 150
35 #define RECEIVE_DMX_PORT2 194
36 #define SEND_MIDI_PORT 228
37 #define RECEIVE_MIDI_PORT 214
42 #define GET_WIDGET_PARAMS 3
43 #define GET_WIDGET_PARAMS_REPLY 3
44 #define SET_WIDGET_PARAMS 4
45 #define RECEIVE_DMX_PORT1 5
46 #define SEND_DMX_PORT1 6
47 #define SEND_DMX_RDM_TX 7
48 #define RECEIVE_DMX_ON_CHANGE 8
49 #define RECEIVED_DMX_COS_TYPE 9
50 #define GET_WIDGET_SN 10
51 #define SET_API_KEY_LABEL 13
52 #define HARDWARE_VERSION_LABEL 14
56 #define DMX_START_CODE 0x7E
57 #define DMX_END_CODE 0xE7
59 #define DMX_HEADER_LENGTH 4
61 #define HEADER_RDM_LABEL 5
63 #define DMX_PACKET_SIZE 512
65 #define RX_BUFFER_SIZE 40960
66 #define TX_BUFFER_SIZE 40960
70 unsigned char FirmwareLSB;
71 unsigned char FirmwareMSB;
72 unsigned char BreakTime;
73 unsigned char MaBTime;
74 unsigned char RefreshRate;
78 unsigned char UserSizeLSB;
79 unsigned char UserSizeMSB;
80 unsigned char BreakTime;
81 unsigned char MaBTime;
82 unsigned char RefreshRate;
88 unsigned char start_changed_byte_number;
89 unsigned char changed_byte_array[5];
90 unsigned char changed_byte_data[40];
Definition: pro_driver.h:77
Definition: pro_driver.h:86
Definition: pro_driver.h:69