You can do this very easily in BrightAuthor:connected. To send a non-printing character, use the Send -- Serial byte command to send the decimal value of the non-printing character.
For example, if you need to send the serial string ESC A to turn on your display, follow these steps:
- Create an Interactive playlist in BrightAuthor:connected.
- Open the media state or event where you want to send the command.
- Click the Advanced tab.
- Use the Add Command button to add two commands.
- Set the first Command to Send and the Command Parameters to Serial byte. Enter "27", which is the decimal value for ESC.
- Set the second Command to Send and the Command Parameters to Serial string (no EOL). Enter the letter "A".
Note: The Port should be set to 0 for most standard serial devices.
,
0 Comments