Hello all,
I am trying to circumvent using a usb connection to our DMD by using an HDMI connection coupled with a python script that, based on an ascii input from Labview, cycles through our binary images. What I desire to know is how to modify the byte train to have the DMD start in HDMI mode. 
As far as I know,
[02]{01} - [host write] {begin of data}
[01]{00} [01]{00} - [current display mode] {contains full data?}
[02]{00} - HDMI mode? {contains full data?}.
0007 -checksum
am i correct in this interpretation? as it the labeview code is unable to operate on the input byte train as stated. Any help on this would be appreciated