Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY 1.1.2-clear-route.1

This is a prerelease version of Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY.
dotnet add package Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY --version 1.1.2-clear-route.1
                    
NuGet\Install-Package Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY -Version 1.1.2-clear-route.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY" Version="1.1.2-clear-route.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY" Version="1.1.2-clear-route.1" />
                    
Directory.Packages.props
<PackageReference Include="Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY --version 1.1.2-clear-route.1
                    
#r "nuget: Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY, 1.1.2-clear-route.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY@1.1.2-clear-route.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY&version=1.1.2-clear-route.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Pepperdash.Essentials.Plugins.AVProEdge.ACMXYxY&version=1.1.2-clear-route.1&prerelease
                    
Install as a Cake Tool

PepperDash Essentials Pluign Logo

Essentials Plugin for AVProEdge ACMX Series Matrix Switchers (c) 2025

License

Provided under MIT license

Overview

Provides routing control for the AVProEdge ACMX Series Matrix Switchers via RS232 or TCP.

AVProEdge ACMX-88 User Manual

AVProEdge ACMX-1616 User Manual

Communication Methods

RS-232

Default Baud: 57600

"control": {
    "method": "com",
    "controlPortDevKey": "processor",
    "controlPortNumber": 1,
    "comParams": {
        "protocol": "RS232",
        "baudRate": 57600,
        "dataBits": 8,
        "stopBits": 1,
        "parity": "None",
        "softwareHandshake": "None",
        "hardwareHandshake": "None",
        "pacing": 500
    }
}

Telnet

"control": {
    "method": "tcpIp",
    "tcpSshProperties": {
        "address": "0.0.0.0",
        "port": 23,
        "username": "",
        "password": "",
        "autoReconnect": true,
        "autoReconnectIntervalMs": 5000
    }
}

Device Configuration

{
    "key": "switcher-1",
    "name": "AVPro Edge AC-MX-88",
    "type": "acmx8x8",
    "group": "switcher",
    "properties": {
        "control": {
            "method": "tcpIp",            
            "tcpSshProperties": {
                "address": "0.0.0.0",
                "port": 23,
                "username": "",
                "password": "",
                "autoReconnect": true,
                "autoReconnectIntervalMs": 5000
            }
        },
        "pollTime": 60000,
        "noRouteText": "None",
        "inputNames": {
            "1": "Input 1",
            "2": "Input 2",
            "3": "Input 3",
            "4": "Input 4",
            "5": "Input 5",
            "6": "Input 6",
            "7": "Input 7",
            "8": "Input 8"
        },
        "outputNames": {
            "1": "Output 1",
            "2": "Output 2",
            "3": "Output 3",
            "4": "Output 4",
            "5": "Output 5",
            "6": "Output 6",
            "7": "Output 7",
            "8": "Output 8"
        }
    }
}
Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.2-clear-route.1 175 11/6/2025
1.1.1 243 11/6/2025
1.1.1-routing-keys.15 184 11/6/2025
1.1.1-routing-keys.14 180 11/5/2025
1.1.1-routing-keys.13 177 11/5/2025
1.1.1-routing-keys.12 180 11/5/2025
1.1.1-routing-keys.11 180 11/5/2025
1.1.1-routing-keys.10 173 11/5/2025
1.1.1-routing-keys.9 178 11/5/2025
1.1.1-routing-keys.8 168 11/5/2025
1.1.1-routing-keys.7 177 11/5/2025
1.1.1-routing-keys.6 176 11/5/2025
1.1.1-routing-keys.5 176 11/5/2025
1.1.1-routing-keys.4 185 11/5/2025
1.1.1-routing-keys.3 175 11/4/2025
1.1.1-routing-keys.2 177 11/4/2025
1.1.1-routing-keys.1 171 11/4/2025
1.1.0 214 11/4/2025
1.1.0-manual-routing-updates.8 179 11/4/2025
1.1.0-manual-routing-updates.7 172 11/4/2025
Loading failed