コード例 #1
0
ファイル: iscp.py プロジェクト: blaedd/onkyo_serial
def command_to_packet(cmd):
    return str(core.eISCPPacket('!1{}\x1a'.format(cmd)))