comparison gpf/BIN/debug/emw_env.ini @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1 # Initialization values for the Engineering mode Window Environment
2
3 [EMW]
4 #"AT" or "PCO" or "AT_SIMU"
5 EMW_INTERFACE=PCO
6
7 #Sleep time per AT command cycle in MilliSeconds
8 INTERVAL_SLEEP_TIME=1000
9
10 #Print answers to AT commands to History window (also answers via PCO)
11 #TRUE or FALSE
12 LOG_AT_COMMANDS=TRUE
13
14 # only necessary in case EMW_INTERFACE=PCO:
15 [PCO]
16 PCO_DIR="."
17 PCO_COMPORT_NUM=COM1
18 PCO_COMPORT_BAUDRATE=115200
19
20 # only necessary in case EMW_INTERFACE=AT:
21 [COMPORT]
22 TI_PHONE_COMPORT=COM5
23 REFERENCE_PHONE_COMPORT=COM1
24 BAUDRATE = 115200
25 BYTESIZE = 8
26 #PARITY: NOPARITY, ODDPARITY, EVENPARITY, MARKPARITY, SPACEPARITY
27 PARITY = NOPARITY
28 #STOPBITS: ONESTOPBIT, ONE5STOPBITS, TWOSTOPBITS
29 STOPBITS = ONESTOPBIT
30 #FLOWCONTROL: NONE, HARDWARE, XONXOFF
31 FLOWCONTROL = HARDWARE