Datavideo SE-500
zerodev
Junior Member
Does anyone have experience controlling one of these devices? I just looked up the protocol and it's a bit convoluted and unclear. I was hoping someone would have the basics coded (e.g. "Select Input 1") so that I wouldn't have to spend a few hours decoding the control protocol and then playing trial-and-error with the code.
Thanks!
Thanks!
Comments
-
Does anyone have experience controlling one of these devices? I just looked up the protocol and it's a bit convoluted and unclear. I was hoping someone would have the basics coded (e.g. "Select Input 1") so that I wouldn't have to spend a few hours decoding the control protocol and then playing trial-and-error with the code.
Thanks!
Hi
Do you have the control protocol? I am having problem figuring out with the checksum -
Post the protocol.
-
If it's the same as the DN-500, this should work.
define_function char CheckSum(char _cCommand[]) { stack_var integer _nCharacterIndex stack_var integer _nBitIndex stack_var char _cCheckSum for(_nCharacterIndex = 1; _nCharacterIndex <= length_array(_cCommand); _nCharacterIndex++) { for(_nBitIndex = 0; _nBitIndex < 8; _nBitIndex++) { if(_cCommand[_nCharacterIndex] & (1 << _nBitIndex)) _cCheckSum++ } } return _cCheckSum }
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums