Autopatch Send string
jackygross
Posts: 10
Is there any way to send just a string to control input, output selection and volume?
Without incorporating the module, etc, etc.......:)
Thanx for any help
send_string dvAUTOPATCH, "'xxxxxxxxxxxxxx'"
Thank you
Without incorporating the module, etc, etc.......:)
Thanx for any help
send_string dvAUTOPATCH, "'xxxxxxxxxxxxxx'"
Thank you
0
Comments
Of course, and it's exactly what you listed above.
Now, if you are asking what the commands it accepts are, it's all available in the documentation for the particular switcher you have. But you are going to have to build the string for every possible combination of commands, and then you will have to do it again and again for every program that you ever write that uses one. It's well worth your while to learn how to incorporate the module and save yourself the trouble. A module is far easier to use in a program than to re-write all this code every time.