read
Read data from Modbus server
Syntax
Description
moddata = read(m,target,address,count,serverId)serverId, which is the address of the server
            to send the read command to.
moddata = read(m,target,address,count,precision)precision, which is the data format of the
            register being read.
moddata = read(m,target,address,count,serverId,precision)