1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/openenvcore/backend/inc/config.ini Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,26 @@
1.4 +[STDIO]
1.5 +STDIN = MEDIA3
1.6 +STDOUT = MEDIA3
1.7 +
1.8 +[MEDIA1]
1.9 +type = file
1.10 +path = C:\system\data\in.txt
1.11 +max size = 100
1.12 +
1.13 +[MEDIA2]
1.14 +type = serial
1.15 +baud = 214
1.16 +port = COMM::10
1.17 +
1.18 +[MEDIA3]
1.19 +type = console
1.20 +width = -1
1.21 +height = -1
1.22 +
1.23 +[MEDIA4]
1.24 +type = file
1.25 +path = c:\system\data\out.txt
1.26 +max size = 1000
1.27 +
1.28 +[MEDIA5]
1.29 +type = nulldevice