Seitenhierarchie

  Wiki Navigation

    Loading...


 Recently Updated


 Latest Releases

 MediaPortal 1.32
            Releasenews | Download
 MediaPortal 2.5
            Releasenews | Download


Overview

This command allows you to send a serial message via a COM-port.

Configuration

  • Command - Enter the command text here.
    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.
    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)
  • 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.

Links

Command-SourceCode

Config-SourceCode

   

 

  • Keine Stichwörter

This page has no comments.