EncodingModbus Term
Little-Endian (DC BA / DCBA)
The least significant byte is in the lowest address — reversed from network order.
Definition
In little-endian byte order (DC-BA), both registers and bytes are reversed. The least significant word occupies the lower register address, and within each register the least significant byte is in the high position. Example: FLOAT32 200.0 becomes Reg0=0x0000 Reg1=0x4843. This order is least common in industrial devices but does appear in some PLCs.
Quick Facts
Related Terms
Was this definition helpful?