Read/write programs without a RCM2000 development kit???

I am looking for a way to read the flash and copy the running program from a rcm2200 board to then copy it to another. To do this, I’ve read that I need a rcm2000 development kit - but I cannot find one anywhere. Is it possible to perform this one task any other way? I am trying to extend the life of a product my company uses where there original manufacturer is no longer in business. Thanks

As long as you have a way to provide power to the RCM2200, you should be able to extract a copy of the firmware on the module using Samples/extract_flash.c from Dynamic C 9:

https://github.com/digidotcom/DCRabbit_9/blob/master/Samples/extract_flash.c

Follow the instructions inside the opening comments of the sample.

If you aren’t familiar with Dynamic C, you need to install Dynamic C 9.62A: https://hub.digi.com/support/products/dynamic-c/?path=/support/asset/dynamic-c-962a-new-release/

And you’ll need a programming cable to connect to the 10-pin programming header: https://www.digi.com/products/models/20-101-1201

Dynamic C should work correctly in Windows Vista, 7, 8, 10 and 11.