Code Monkey home page Code Monkey logo

marantz_receiver's Introduction

marantz_receiver

Simple python API to connect to Marantz receivers through the RS232 interface. For the RS232 interface use the MarantzReceiver class.

Note that the RS232 interface is only tested with the Marantz SR6004.

The supported commands can easily be extended for receivers which support more commands.

For more information see the official documentation

Usage:

receiver = MarantzReceiver(serial_port)  # e.g. /dev/ttyUSB0

receiver.main_volume(':', '1')  #  will increase volume with 1 and return new value
receiver.main_volume(':', '2')  #  will decrease volume with 1 and return new value
receiver.main_volume(':', '-20')  # specify dB, will return new value
print(receiver.main_volume(':', '?'))  # will return current value


supported commands with supported operators for the RS232 interface

  • main_volume [ : ]
  • main_mute [ : ]
  • main_power [ : ]
  • main_source [ : ]

marantz_receiver's People

Contributors

andrewpc avatar bramstroker avatar joopert avatar robhuls avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.