hti/PC_Tools/HTIGateway/HtiGateway/ini/HtiGateway.ini
changeset 0 a03f92240627
equal deleted inserted replaced
-1:000000000000 0:a03f92240627
       
     1 ### HtiGateway parameters
       
     2 # TCP/IP port number
       
     3 TCPIP_PORT = 2000
       
     4 
       
     5 # TCP/IP receive buffer size in bytes (dec)
       
     6 TCPIP_RECV_BUFFER_SIZE = 8192
       
     7 
       
     8 # Default communication channel plugin
       
     9 DEFAULT_COMM_CHANNEL_PLUGIN = SERIAL
       
    10 #DEFAULT_COMM_CHANNEL_PLUGIN = IPCOMM
       
    11 
       
    12 # Maximum time in milliseconds to wait shutdown
       
    13 # NOTE: 0 means no waiting. This may cause
       
    14 #       undefined behaviour.
       
    15 MAXIMUM_SHUTDOWN_WAITTIME = 3000