controlling lauterbach through command line

▼魔方 西西 提交于 2019-12-02 05:11:21

You can remote-control trace32 via a UDP port using the t32rem command. t32rem is typically installed in C:\T32\bin\windows64\

Your t32 configuration file (config.t32) must have "RCL=NETASSIST" in it. And you need to enable the API port, either via the t32start options or in your custom xxx.ts2 (configuration file).

Out of the box you should then be able to run any t32 command. E.g.:

C:\T32\bin\windows64\t32rem.exe localhost port=20000 data.dump 100000

Replace "data.dump 100000" with anything T32 understands, e.g. "do pgm_my_flash.cmm"

You can also use telnet to remote control the debugger. NETASSIST must be set.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!