I have to flash single output files one by one to mpc controller, instead of using the GUI i am trying to do it automatically via command prompt, i have searched and i found this link controlling lauterbach through command line i tried to use the demo in C:\T32\demo\api\capi\test\t32rem.exe like the answer says but i can not find the t32rem.exe specified in the answer Can anyone please help me ?
相关问题
- How to Properly Use Realtime Priority
- What exactly is RTSJ, the Real-Time Specification
- Check in Trace 32 on which CPU breakpoint stopped
- WASAPI: Identify non-active channels on loopback r
- How to plot real time data from text file in MATLA
相关文章
- How to simultaneously read audio samples while rec
- Socket IO fails to connect within corporate networ
- C# Charting - Reasonble Large Data Set and Real-ti
- Grabbing data from MySQL using PHP realtime?
- central control timer using php any jquery or WebS
- Qt Research/Academic/Journal Papers/Articles
- Instagram API real-time limit
- In which way is akka real-time?
t32rem.exe should be located at C:\T32\bin\windows\t32rem.exe
However for your goal of programming a flash without the GUI, I would recommend to use a PRACTICE script (*.cmm file) instead of using the remote API. Pass your PRACTICE script to your TRACE32 executable on start with
-s <file>
E.g.
In your script use the
FLASH
commands and close TRACE32 withQUIT <returncode>