Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Serial connection #151

Open
cl0rm opened this issue Nov 5, 2023 · 2 comments
Open

Support Serial connection #151

cl0rm opened this issue Nov 5, 2023 · 2 comments

Comments

@cl0rm
Copy link

cl0rm commented Nov 5, 2023

The eISCP protocol can be used over serial(RS-232) and over ethernet.
Since This already wraps the ISCP commands in the eISCP frame format, it should be easy to modify this project to support the serial connection as well.

Useful for older AVRs and modern ones as well (because RS-232 works in Standby mode I think - ethernet needs a higher power level in standby, my NR-807 uses 50W+ in this standby mode.

Another option which I also consider (and might post on github) is to emulate eISCP with a WiFi module. In this case everything should work as the receiver is seen as an eISCP receiver by clients even though it communicates with ISCP over COM.

@cl0rm
Copy link
Author

cl0rm commented Nov 5, 2023

In case anyone is interested: I made an ESP8266 firmware that accomplishes exactly that.
https://github.com/cl0rm/eiscp_bridge
It should support eISCP and evem Auto-Discovery for every Onkyo/Integra AVR that comes with an RS-232 Port.

@ManiacDC
Copy link

Inspired by @cl0rm 's project, I've created an eiscp relay server. It works with the server connected directly to the receiver, or with the server connect to the receiver via a serial to ethernet server.

https://github.com/ManiacDC/eiscp-relay

I use this to connect to my Onkyo TX-SR805 from my phone using MyAV.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants