Many customers don’t use our hahan RAW protocol to send data to SL04 box for development, so for the convenience of customers, we encapsulate complex things into a function:
DMXSendUniverse(char *ip, unsigned char universe, unsigned char* buf);
In your code you just need to include our SL04.h header file, and then call DMXSendUniverse(char *ip, unsigned char universe, unsigned char* buf); You can complete the secondary development, and you can refer to the VC and CBC project source code provided by us for specific use, or you can open the header file to see the instructions.
The SDK provides x32 and x64 versions, and the project source code can be switched for compilation.