Hi James, I have also tried to use Luup code to send hexcode stream to VOX.
local socket = require("socket")
host = "192.168.1.12"
c = assert(socket.connect(host, 1000))
c:send(string.char(251,16,00,00,18,75,02,01,01))
c:close()
The result is same as before, you can see attach screen.