不用,举个例子,要发送0x12,0x13,0x14。只需要pack.pack("b3",0x12,0x13,0x14)。详细使用方法见http://wiki.openluat.com/doc/luatApi/#pack