genericopenlibs/openenvcore/backend/inc/config.ini
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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