os/ossrv/genericopenlibs/openenvcore/backend/inc/config.ini
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 [STDIO]
     2 STDIN = MEDIA3
     3 STDOUT = MEDIA3
     4 
     5 [MEDIA1]
     6 type = file
     7 path = C:\system\data\in.txt
     8 max size = 100
     9 
    10 [MEDIA2]
    11 type = serial
    12 baud = 214
    13 port = COMM::10
    14 
    15 [MEDIA3]
    16 type = console
    17 width = -1
    18 height = -1
    19 
    20 [MEDIA4]
    21 type = file
    22 path = c:\system\data\out.txt
    23 max size = 1000
    24 
    25 [MEDIA5]
    26 type = nulldevice