hti/PC_Tools/DataGateway/INI/serialplugin.ini
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 ### Parameters for serial connection
       
     2 #init string
       
     3 #INIT_STRING = 115200,n,8,1
       
     4 #INIT_STRING = 9600,n,8,1
       
     5 
       
     6 #comm port
       
     7 COMPORT = COM1
       
     8 
       
     9 #timeout for communication operations, in ms
       
    10 #default value is 40000
       
    11 #TIMEOUT=60000
       
    12 
       
    13 #enable hw flow control
       
    14 #should be "1" to enable
       
    15 #disabled by default
       
    16 #HW_FLOWCONTROL=1
       
    17 
       
    18 #make pause after sending over serial, in ms
       
    19 #can be used to avoid overflow problem
       
    20 # default value is 0
       
    21 #SEND_PAUSE=1000
       
    22 
       
    23 #set the size for output buffer
       
    24 # can be set smaller to avoid overrun
       
    25 #SEND_SIZE=1000