s = TCPSocket.new("10.106.208.204", 4001) s.write [0x01050007,0x00007C0B].pack('L>L>') s.close
这样二进制转换成功了,也没提示报错,但是 socket 就是没下发成功