[resolved] send hexa frame with RS485–protocol lib

something like that

if (i == 4 and msg[i]< 0x80) {
          msg[4]|= 0x80; // bitwise OR
        }