1
0
Fork
You've already forked ExtronControl
0
Amiga program to control a Extron DSC 301 HD via Serial or USB
Pascal 95.9%
Makefile 2.6%
REXX 1.5%
Find a file
2020年06月06日 15:51:58 +02:00
amiga Initial checkin 2018年10月27日 14:02:34 +02:00
mos Initial checkin 2018年10月27日 14:02:34 +02:00
rexx REXX scripts and readme with latest options copy rexx to lha 2018年10月31日 23:22:47 +01:00
.gitignore icon for folder and readme 2018年11月02日 21:08:55 +01:00
ExtronControl.info icon for folder and readme 2018年11月02日 21:08:55 +01:00
ExtronControl.pas Makefile copies the icon, Rexx port with input and ouput commands 2018年10月31日 23:01:34 +01:00
ExtronMOS.info renamed icon to make space for the folder icon later 2018年11月02日 20:59:13 +01:00
LICENSE Create LICENSE 2020年06月06日 15:50:01 +02:00
Makefile icon for folder and readme 2018年11月02日 21:08:55 +01:00
Readme.txt how to connect USB to readme 2018年11月03日 18:25:21 +01:00
Readme.txt.info Bugfix for missing tooltypes, icon path fixed for multiview 2018年11月03日 17:29:02 +01:00
serialunit.pas ToolTypes for Device, unit, baud and hiding GUI Parts 2018年10月31日 18:40:12 +00:00
Window1Unit.pas Bugfix for missing tooltypes, icon path fixed for multiview 2018年11月03日 17:29:02 +01:00

ExtronControl 0.1
-----------------
Extron DSC 301 HD control program for Amiga68k and MorphOS.
Tested with Firmware Version 1.25
currently supported (ordered by GUI Lines):
- Switch Input
- Output Resolution chooser
- Auto Input Switch and Auto align picture
- Test images
- Lock device front panel
- Temperature
default Settings: Baud 9600
Amiga68k: serial.device unit 0 (device is connected via serial port at backside)
MorphOS: usbmodem.device unit 0 (device is connected via USB at from panel)
You can change the settings in the icons Tooltypes:
e.g.
DEVICE=usbmodem.device
UNIT=0
BAUD=9600
The text on the input switch buttons you can set using Tooltypes:
NAME1=input1Name
NAME2=input2Name
NAME3=input3Name
if not given or empty the type of input is given (Composite, VGA, HDMI)
you can also hide parts of the GUI with the Tooltypes:
HIDESWITCH - hide input switch buttons
HIDERESOLUTION - Hide Resolution Settings
HIDEAUTO - hide Auto input and Autoadjust settings
HIDETEST - hide Testpatterns settings
HIDELOCK - hide device Front Lock
The AREXX port is named "EXTRON.1" and know two commands:
Switch to the input number 1-3:
input INPUTNUM/N
e.g.
input 1 /* switch to input 1 */
choose output resolution and frequency 10-92:
output OUTRESFREQ/N
e.g.
output 73 /* set output to 720p 60Hz */
output 84 /* set output to 1080p 60Hz */
Check the Figure 17. SIS Command EDID Table in "DSC 301 HD User Guide" p.25
for the needed number
example script are included in the rexx folder.
Requirements
Extron DSC 301 HD
Amiga: 68020+ and OS3.0+ AmigaOS MUI 3.8
MorphOS: 3.8+
Free USB or serial port.
if connected via USB and does not automatically connect
you have to force the the 0th endpoint (Class 2 Abstract Control(Modem)) to cdcacm.class
and then use usbmodem.device for connection
Source included, GUI created used MUIIDE and MUIClass
Licence: CC0