How To | Formating commands from Barco Alchemy to the JSD60
Learn how to convert commands used in Barco Alchemy displays to the JSD60.
Procedure
The string format for commands in Barco Alchemy is literal ASCII with the escape character of '\' for hex:
\xy where xy = is the hex value.
In the case of sending commands found in Appendix B of the JSD-60 user manual, all \t and \r would be substituted with \09 and \0D respectively.
For example, the string for mute would be:
jsd60.sys.mute\091\0D