summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/30-07-2011/GSMHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/30-07-2011/GSMHandler.py')
-rw-r--r--For Weekly Test/30-07-2011/GSMHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/For Weekly Test/30-07-2011/GSMHandler.py b/For Weekly Test/30-07-2011/GSMHandler.py
index 2ad46ae..fd57e82 100644
--- a/For Weekly Test/30-07-2011/GSMHandler.py
+++ b/For Weekly Test/30-07-2011/GSMHandler.py
@@ -75,7 +75,7 @@ def initSystem():
logger.logEvent('LISTEN ON PORT: '+str(portListen))
#add this if you need it
- gsmDevice = GSMClass.serialPort(portAddress, baudRate, 60)
+ gsmDevice = GSMClass.serialPort(portAddress, baudRate, 45)
initDevice = gsmDevice.portInit()
########################################################