******************************************************* * gotc.bat : batch file for use TC 2.0 * gomsc.bat : batch file for use MSC 5.0/6.0 * 7000tot.prj : project file for TC++3.0 or BC++ 3.1 ******************************************************* 7000TOT.C for 7000 TimeOut count Test (USE COM2, RS-485) When use function ReceiveResponseFrom7000() need a parameter ltimeout, it means that the function check COM port input buffer for the response at max ltimeout times, if it check ltimeout times and has not get the response(there is no input from COM port) it will return error code TimeOut(-5). 7000TOT is use to determine the check times for 7000 modeules under the specified comunication baudrate. User need prepare a input file for the test, the format is as follow: baudrate=xxxx ;for example:9600 checksum=0 or 1 ;0:OFF, 1:ON addr=xx ;address number in HEX 00,01 - FF name=70xxD ;7060,7060D cmd=@01 ;test command count=xxxxx ;test count( 1-65534) ** The example input file for 7060 is 7060.in please download 7000tot.exe and 7060.in to Ram-disk, and run "7000tot 7060.in" from ram-disk B: (must connect a 7060 to COM2 of 7188) ** The example input file for 7053 is 7053.in please download 7000tot.exe and 7053.in to Ram-disk, and run "7000tot 7053.in" from ram-disk B: (must connect a 7053 to COM2 of 7188) The program will report the test result for max,min,average of check times.