telephonyserverplugins/attestltsy/config/modifycommdb.pl
branchAT_Test_LTSY
changeset 84 e8b449273975
parent 10 4d82aaca4452
--- a/telephonyserverplugins/attestltsy/config/modifycommdb.pl	Tue Jul 27 16:01:31 2010 +0100
+++ b/telephonyserverplugins/attestltsy/config/modifycommdb.pl	Fri Oct 29 18:24:44 2010 +0100
@@ -25,7 +25,7 @@
 print "What COMM port is the modem on?\n(Note: Symbian COMM ports are 1 less than windows)\n\tCOMM::";
 chomp ($com = <>);
 
-print "What is the baud rate of the modem?\n(Wavecomm default is 9600, Telit default is 152000)\n\tBaud=";
+print "What is the baud rate of the modem?\n(Wavecomm default is 9600, Telit default is 115200)\n\tBaud=";
 chomp ($baud = <>);
 
 #print "\nComm::$com Baud=$baud\n";