YoutubeFacebookTwitterLinkIn

SCL2008&SuperComm SCL Protocol

In this communication protocol, DWORD is a 4 bytes data, WORD is a 2 bytes data, BYTE is a single byte data. The storage format is little endian, namely, 4 bytes(32 bits)data is stored as: d7-d0,d15-d8, d23-d16, d31-d24; double bytes(16 bits) data is stored as: d7- d0,d15-d8.For the file format and special data format in this protocol, please refer to <>

SCL2008&SupperComm SCL Protocol : Download