summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/Advance/serialTest.py
diff options
context:
space:
mode:
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,