예제 #1
0
파일: iscp.py 프로젝트: blaedd/onkyo_serial
def command_to_packet(cmd):
    return str(core.eISCPPacket('!1{}\x1a'.format(cmd)))