Reply by larwe July 18, 20072007-07-18
On Jul 17, 12:08 pm, Wim Godden <w...@godden.net> wrote:
> I'm looking for a way to read data from a PCMCIA PC SRAM card while > it's in a device.
You can use a RAM emulator. If you open the card, you will probably find that it uses standard SRAM chips. Desolder the chips, adapt the card to your RAM emulator, and you're in business.
Reply by Wim Godden July 17, 20072007-07-17
I'm looking for a way to read data from a PCMCIA PC SRAM card while
it's in a device.
This might sound extremely weird, but basically, the device writes
data to the card, but we'd like to read it without using the device's
protocol.

Is there any way to do this ? Or can we replicate the writes to a
different card that we can read ?

Any help is appreciated !

Wim