A document on the Lauterbach site (to wit, http://www.lauterbach.com/tutorial.pdf) says "The tutorial assumes that the development system is already installed. You shouldhave basic knowledge of the C-programming language in order to be able to follow the example code found in this tutorial." Another document notes...

"Before any communication between TRACE 32 and the Debugger is possible, the TRACE32 host driver program delivered from Lauterbach GmbH must be loaded. For communication with the TRACE32 system, the Debugger uses the Application Programming Interface (API) delivered from Lauterbach GmbH. This interface (API) communicates via a socket interface with the TRACE32 host driver program. The TRACE32 host driver program just routes the API requests to the TRACE32 system. This can be done with an Ethernet, parallel or optical interface."

Both were found by searching for "Lauterbach 'Trace32.'

If C is the language for their illustrations, it's likely that a combination of Inline::C, Perl and buying the API (yes, it's apparently proprietary) in Lauterbach's documentation would make your project possible.

Please come back and update your question once you've read the tool's documentation and you have written some Perl code that's giving you a problem.


In reply to Re: Is theer a perl api to talk to lauterbach trace32 software by ww
in thread Is theer a perl api to talk to lauterbach trace32 software by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.