; -------------------------------------------------------------------------------- ; @Title: Accessing TRACE32 from Python scripts via TRACE32 Remote API - README ; @Description: - ; @Keywords: python ; @Author: HLG ; @Copyright: (C) 1989-2015 Lauterbach GmbH, licensed for use with TRACE32(R) only ; -------------------------------------------------------------------------------- ; $Id: readme.txt 61767 2015-03-25 14:57:42Z mobermeir $ TRACE32 can be controlled with other applications via TRACE32 Remote API. This enables you to control TRACE32 directly from your Python script. This folder contains - examples, which demonstrate, how to control TRACE32 via a Python script - the required shared libraries for Windows and Linux (both 32- and 64-bit) Scripts: t32api.py Very simple python example using the TRACE32 Remote API t32apicmd.py TRACE32 Remote API that use T32_Cmd() and T32_GetMessage() t32rem.py Python script, which sends a single command to TRACE32 t32remotedo.py Python script sending all commands of a PRACTICE script to TRACE32 t32apimenu.py Python example demonstrating various functions of the TRACE32 remote API t32remtest.py Python example demonstrating various functions of the TRACE32 remote API Libraries: t32api.dll Shared library for a 32-bit version of Python running on MS Windows t32api64.dll Shared library for a 64-bit version of Python running on MS Windows t32api.so Shared library for a 32-bit version of Python running on Linux t32api64.so Shared library for a 64-bit version of Python running on Linux