summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/19-08-2011/GSMHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/19-08-2011/GSMHandler.py')
-rw-r--r--For Weekly Test/19-08-2011/GSMHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/For Weekly Test/19-08-2011/GSMHandler.py b/For Weekly Test/19-08-2011/GSMHandler.py
index a5b61c3..d701d94 100644
--- a/For Weekly Test/19-08-2011/GSMHandler.py
+++ b/For Weekly Test/19-08-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, 45)
+ gsmDevice = GSMClass.serialPort(portAddress, baudRate, 35)
initDevice = gsmDevice.portInit()
########################################################