-
Notifications
You must be signed in to change notification settings - Fork 2
Extron SIS Driver
The Extron SIS driver can control any device using the Extron SIS protocol over RS-232 or Ethernet. You will need a USB-to-RS232 adapter or cable, or a network connection.
This is the most straight forward setup. Simply connect your USB-to-RS232 adapter's USB connector into the Raspbery Pi and it's RS-232 connector into the switch.
The driver does not support password protected switches. For security, it is best to directly connect the switch and the Raspberry Pi together via a CAT5 or better cable, and set the static address for the Ethernet interface, and reset the Extron switch to factory condition.
The best way to set a static IP address is to use the DHCP Client Daemon (dhcpcd) method and give your eth0
port an IP address in the range of 192.168.254.10
to 192.168.254.100
. See this forum post on the Raspberry Pi forum for more information.
Using this method may also require configuring Avahi to ignore the eth0
interface if you are using multicast DNS/zeroconf for the connecting to your Raspberry Pi using its hostname. See the Avahi configuration man page for information on using deny-interfaces
.