FieldTalk™ Modbus Master .NET Library

MbusMasterFunctions.configureBigEndianInts Method 

Configures 32-bit int data type functions to do a word swap

[Visual Basic]
Public Sub configureBigEndianInts()
[C#]
public void configureBigEndianInts();

Remarks

Modbus is using little-endian word order for 32-bit values. The data transfer functions operating upon 32-bit int data types can be configured to do a word swap which enables them to read 32-bit data correctly from a big-endian slave.

See Also

MbusMasterFunctions Class | FieldTalk Namespace