Writing a binary file to an SRAM PCMCIA card?

Just starting out? Need help? Post your questions and find answers here.
User avatar
matalog
Enthusiast
Enthusiast
Posts: 322
Joined: Tue Sep 05, 2017 10:07 am

Writing a binary file to an SRAM PCMCIA card?

Post by matalog »

Would it be possible to get an old version of Purebasic to compile for Windows XP and write a binary image to an SRAM PCMCIA card?
User avatar
mk-soft
Always Here
Always Here
Posts: 6607
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Writing a binary file to an SRAM PCMCIA card?

Post by mk-soft »

If you have a license, you can download an old version of PureBasic from the museum.

Latest version for Windows XP is PB v6.04 LTS
My Projects EventDesigner V3 / ThreadToGUI / OOP-BaseClass / Windows: Module ActiveScript
PB v3.30 / v5.75 - OS Mac Mini - VM Window Pro / Linux Ubuntu
Downloads on my OneDrive
infratec
Always Here
Always Here
Posts: 7835
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: Writing a binary file to an SRAM PCMCIA card?

Post by infratec »

When there is a drive letter, you can write a normal file.

If not you need to use the API of the driver.
Post Reply