bAddStart = "100" bNoOfBytes = "94" MeterId = 1 Data = Chr(MeterId) + Chr(3) + Chr(Val(bAddStart) \ 256) + Chr(Val(bAddStart) Mod 256) + Chr(0) + Chr(Val(bNoOfBytes))
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)