Skip to content
Discussion options

You must be logged in to vote

I tested the current DiscChanger.NET using ASP.NET Core Runtime 5.0.3 and .NET 5.0.3 runtime on my Raspberry Pi 4 and can confirm it works for me. I use in my boot.config:

enable_uart=1
dtoverlay=uart2,ctsrts=on

This is the serial port /dev/ttyAMA1. I am not sure how UART numbers map to tty numbers, but it is what it is.
Be careful hooking it all up with the wires to the serial port adapter. I assume you use a proper adapter chip from Raspberry Pi to RS232 DB9.

I wrote some scripts that can help you ascertain the RS232 connection is good before attempting to use DiscChanger.NET (see attached zip file as well).

broadcast.sh:
#!/bin/bash
MODE=${1:-2} #ONLY use 0, 1 or 2 for cx777es
SP=${2:-…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hugo-lyppens
Comment options

You must be logged in to vote
1 reply
@hugo-lyppens
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants