Essentially, what you are asking is if you can clone a board. For cloning to work you need a cloning board available from Digi at this link
http://store.digi.com/index.cfm?currentpage=2&fuseaction=category.display&category_id=639&CFID=10922406&CFTOKEN=63984336. You also need to have had cloning enabled in software at the time of compiling the original program. You enable cloning by changing the following macro to 1:
#define ENABLE_CLONING 0 // Set to 1 to enable cloning.
This macro can be found in various libraries depending on which version of Dynamic C you are using. The macro always has the same name, so just do a search for it. In DC9.62 it is in cloneconfig.lib.
Last updated:
Jan 01, 2024