diff -r 2a8729f72b74 -r e8b449273975 telephonyserverplugins/attestltsy/config/modifycommdb.pl --- 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";