Table of contents
No headers
On 20 Sep 2010, chefkoch suggested that this page or content is incomplete and needs to be expanded or rewritten.

This is the Serial Command configuration window.
Command Enter the command text here, using escape codes for special characters as follows:
- \a = Alert (ascii 7)
- \b = Backspace (ascii 8)
- \f = Form Feed (ascii 12)
- \n = Line Feed (ascii 10)
- \r = Carriage Return (ascii 13)
- \t = Tab (ascii 9)
- \v = Vertical Tab (ascii 11)
- \x = Hex Value (\x0Fh = ascii char 15, \x8h = ascii char 8)
- \0 = Null (ascii 0)
You can use normal text inside the command, and if it is for an external channel change there are additional parameters that can be discovered by clicking the "?" button. The above escape codes let you put in special characters that can't be typed. For example, if your STB (or whatever you're connecting) needs the ascii code for escape you would use \x1Bh where 1B (27 decimal) is hex for the ascii code for the escape button.
- Com port
- Choose the COM port to use.
- Baud rate
- Choose the baud rate to use.
- Parity
- Choose the parity to use.
- Data bits
- Choose the data bits setting to use.
- Stop bits
- Choose the stop bits setting to use.
- Wait for response
- Wait until the device responds to your Serial Command before closing the communications port.
- Test
- Click Test to try your serial command out.
- OK
- Click OK to save your Serial Command and return.
- Cancel
- Click Cancel to discard your changes and return.