I am sending the correct bytes because as you see pictured here and following the correct format
I constantly keep receiving dmx packets as if it is on 'send always'
Evidenced because I print out the receiving header using pyserial from python
Question is what else can I be missing? I am sending the status byte of 1 with the data length of 1 with the appropriate label of 0x08 and prepending and appending it with the correct delimiter. It doesn't make much sense why the changes are not reflected such that I will be expecting packet of label 0x09 and get a dmx data byte array. Any thoughts are appreciated!
1 Comment
A
Artjom Panasenko
said
2 days ago
Its way easier to use Send always mode and handle the data on the software side. BTW you need to send Receive on DMX change request every 0.5 second to keep getting the data.
Edwin
I am using the DMX USB PRO API document: Microsoft Word - 70304_DMX USB Pro - API.docx
I am sending the correct bytes because as you see pictured here and following the correct format
I constantly keep receiving dmx packets as if it is on 'send always'
Evidenced because I print out the receiving header using pyserial from python
Question is what else can I be missing? I am sending the status byte of 1 with the data length of 1 with the appropriate label of 0x08 and prepending and appending it with the correct delimiter. It doesn't make much sense why the changes are not reflected such that I will be expecting packet of label 0x09 and get a dmx data byte array. Any thoughts are appreciated!