We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
Does anybody know if it is possible to run a simulation, with all its functionality, but without the IDE being launched? (No GUI)
The aim here is to debug the windows application that communicates with this simulated device, and not the device code itself.
If possible, can it be done using the demo version, or do I need to purchase a full software license for it?
Many thanks in advance! Shahar.
In that case, might it not be simpler to just compile your embedded code into some kind of PC format for the purpose of testing the Win App?
I have actually considered what you proposed.
The thing is, I have ~150K of Embedded C code that naturally contains many target-specific elements.
Migrating this code base so it can be run as some "Intex-Windows process" sounds to me like a lot of work.
If you are aware of any tools / technic that can help me in this direction, please let me know.
Thanks!
Actually, building an AGSI DLL and all the simulation scripts sounds like a lot of work to me...!