From abb347789ec6bbef3704c3fb7db96d25015b6487 Mon Sep 17 00:00:00 2001 From: Jérémy Dufour Date: Mon, 18 May 2009 13:03:55 +0200 Subject: * tools/trace: - find template using script path, - use ttyUSB (dev2) rather than ttyACM (dev), - decode all printf sequence (rather than just %d). --- tools/trace/tinter/thost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/trace/tinter/thost.py') diff --git a/tools/trace/tinter/thost.py b/tools/trace/tinter/thost.py index 885fbbb3..cdaef554 100644 --- a/tools/trace/tinter/thost.py +++ b/tools/trace/tinter/thost.py @@ -19,7 +19,7 @@ def log (x): class THost: """Class to connect to the flash memory.""" def __init__(self): - self.__proto = Proto (serial.Serial ('/dev/ttyACM0'), time.time, 0.1) + self.__proto = Proto (serial.Serial ('/dev/ttyUSB0'), time.time, 0.1) self.__memory = list() self.__traces = [] -- cgit v1.2.3