summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/Advance/serialTest.py
diff options
context:
space:
mode:
authorTriatmoko2011-10-29 02:46:13 +0200
committerTriatmoko2011-10-29 02:46:13 +0200
commitc618628d15eb5646900861cff90198ed96a5cc8d (patch)
tree86db5ab76d760832fbc9ef6280e897b8735959df /For Weekly Test/Advance/serialTest.py
parentChange code (diff)
downloadgsm-selftest-c618628d15eb5646900861cff90198ed96a5cc8d.tar.gz
gsm-selftest-c618628d15eb5646900861cff90198ed96a5cc8d.tar.xz
gsm-selftest-c618628d15eb5646900861cff90198ed96a5cc8d.zip
add new test result, 801 and 802 for device not work
Diffstat (limited to 'For Weekly Test/Advance/serialTest.py')
-rwxr-xr-xFor Weekly Test/Advance/serialTest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/For Weekly Test/Advance/serialTest.py b/For Weekly Test/Advance/serialTest.py
index c39c80d..2838961 100755
--- a/For Weekly Test/Advance/serialTest.py
+++ b/For Weekly Test/Advance/serialTest.py
@@ -3,7 +3,7 @@ from serial import *
# configure the serial connections (the parameters differs on the device you are connecting to)
ser = Serial(
- port='/dev/ttyUSB1',
+ port='/dev/ttyu0',
baudrate=19200,
bytesize=EIGHTBITS,
parity=PARITY_NONE,