From c618628d15eb5646900861cff90198ed96a5cc8d Mon Sep 17 00:00:00 2001 From: Triatmoko Date: Sat, 29 Oct 2011 02:46:13 +0200 Subject: add new test result, 801 and 802 for device not work --- For Weekly Test/Advance/serialTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'For Weekly Test/Advance/serialTest.py') 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, -- cgit v1.2.3-55-g7522