Translations:Modbus RTU в виде custom protocol/14/en

Материал из WebHMI Wiki
Перейти к: навигация, поиск

function GetHiByte(c)

                                  DEBUG("Going to get high byte from "..c)
  return bit.rshift(c,8)

end