FreeCalypso > hg > tcs211-c139
view gpf/BIN/emw_env.ini @ 48:616f63f3e501 default tip
fixed bug in etm_pkt_send() dealing with max-sized packets:
this fix is needed for fc-fsio cpout command to work like it does
with Pirelli's firmware (they must have made the same fix)
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Fri, 13 Nov 2015 19:11:07 +0000 |
parents | 509db1a7b7b8 |
children |
line wrap: on
line source
# Initialization values for the Engineering mode Window Environment [EMW] #"AT" or "PCO" or "AT_SIMU" EMW_INTERFACE=PCO #Sleep time per AT command cycle in MilliSeconds INTERVAL_SLEEP_TIME=1000 #Print answers to AT commands to History window (also answers via PCO) #TRUE or FALSE LOG_AT_COMMANDS=TRUE # only necessary in case EMW_INTERFACE=PCO: [PCO] PCO_DIR="." PCO_COMPORT_NUM=COM1 PCO_COMPORT_BAUDRATE=115200 # only necessary in case EMW_INTERFACE=AT: [COMPORT] TI_PHONE_COMPORT=COM5 REFERENCE_PHONE_COMPORT=COM1 BAUDRATE = 115200 BYTESIZE = 8 #PARITY: NOPARITY, ODDPARITY, EVENPARITY, MARKPARITY, SPACEPARITY PARITY = NOPARITY #STOPBITS: ONESTOPBIT, ONE5STOPBITS, TWOSTOPBITS STOPBITS = ONESTOPBIT #FLOWCONTROL: NONE, HARDWARE, XONXOFF FLOWCONTROL = HARDWARE