Company
Envoy Data
Categories
Other Peripherals
Model
Envoy Data CD-300
Description
Drivers
Operating Systems
MS-Dos-Windows 3.x
Size Driver
807Kb
File Name
pnpdos.zip
Info
For thoes who needs functions of binary reading/writting memory card(SRAM or
Flash) or booting from memory card(SRAM or FLASH), this release note descripes
how to use these functions which are not stated in the User's Guide.
Note: For boot function, the package you have must include a
BOOT ROM on the ISA bus interface card.
For using Flash card , the package you have must include Flash File
System II(FFS2)or FTL in the software installation diskette.
For Binary Reading/Writting functions, this pagkage support some utilities .
The utilities are located in the \UTILITY subdirectory on supplied diskette.
IMERASE.EXE--Erase memory card
==============================
IMERASE.EXE is invoked by a command of the following form:
IMERASE /SIZE=card size /S=socket number /TYPE=card type
size of memory card: 64K,128K,256K,512K,1MB,2MB,4MB,8MB,10MB,16MB,20M,40M
socket Number : 0,1
card type : SRAM,FLASH
Example : IMERASE /SIZE=1MB /S=0 /TYPE=FLASH
IMWRITE.EXE--Write binary file to memory card
=============================================
IMWRITE.EXE is invoked by a command of the following form:
IMWRITE /SIZE=card size /S=socket number /TYPE=card type /F=filename
size of memory card: 64K,128K,256K,512K,1MB,2MB,4MB,8MB,10MB,16MB,20M,40M
socket number : 0,1
card type : SRAM,FLASH
file name : path\filename (default value = card.dat)
Example : IMWRITE /SIZE=1MB /S=0 /Type=FLASH /F=card.dat
IMREAD.EXE-- Read memory card as binary file
============================================
IMREAD.EXE is invoked by a command of the following form:
IMREAD /SIZE=card size /S=socket number /F=filename
size of memory card: 64K,128K,256K,512K,1MB,2MB,4MB,8MB,10MB,16MB,20M,40M
socket No : 0,1
file name : path\filename (default value = card.dat)
Example : IMREAD /SIZE=1MB /S=0 /F=card.dat
After preparing a SRAM card for booting, insert this SRAM card to the
Second socket, then reset your PC (Please let your PC booting from A:
drive firstly by setting up CMOS), system will boot from SRAM card, and
your SRAM card will install as following :
The first socket is installed as C: (If there is no C: drive)
The second socket is installed as A:
Drive A is read only , that means you can't copy files into drive A. If you
need store data, you can use another memory(Flash or SRAM) or ATA card in the
first socket.