// send a command to the card, rca will be filled in by driver...
sd_cmd.sd_cmd = 13;
sd_cmd.sd_arg[0] = sd_cmd.sd_arg[1] = sd_cmd.sd_arg[2] = sd_cmd.sd_arg[3] = 0x00;
sd_cmd.sd_cmd_flags = 0x02;
sd_cmd.sd_data_dir = sd_cmd.sd_data_len = 0;
sd_cmd.sd_response = 1;
sd_cmd.sd_response_len = 6;
ioresult = DeviceIoControl(vdrive, W32_SD_CMD_MMC_SEND_CMD,
buffer, 512,
NULL, 0,
&bytesreturned,
NULL) ;
if (ioresult == 0) {
// Handle error here ....
}
else {
// and now get the resonse from the card ...
ioresult = DeviceIoControl( vdrive, W32_SD_CMD_MMC_GET_RESPONSE,
NULL, 0,
buffer, 4096,
&bytesreturned,
NULL) ;
}
}
6.4.5 Voraussetzungen
Folgende Voraussetzugen gelten für die Nutzung der Serialisierung:
– High-Speed CopyStation Hardware
– High-Speed CopyStation Application mit zusätzlicher Lizenz "Serialisierung"
– Microsoft Windows 2000 oder XP
– SD Cards oder MultiMediaCards, die den aktuellen Standards entsprechen
Handbuch High-Speed CopyStation 6.2
32
7. Technische Daten
der High-Speed CopyStation
Hardware Kopiermodul
– Interface:
IDE
– Slots pro CardBox:
20 Steckplätze bzw. Kartenmulden
– einsetzbare Speichermedien:
CompactFlash, microSD & microSDHC, Trans-
Flash, miniSD & miniSDHC, SD & SDHC Card,
MMC, RS-MMC, OTP SD, OTP MMC, Memory
Stick PRO Duo, Memory Stick PRO
– Gehäuse:
Interner 5.25" Standard-Einschub mit aus-
wechselbaren CardBoxen
Transfer
– Transfergeschwindigkeit (Beispiel): 20 SD Cards à 512 MB in ca. 4 min. (Ultra
Version) bzw. unter 6 Minuten (normale
Version); abhängig auch vom Kartentyp
Software
– kompatibel zu:
Windows 2000 und XP
– mitgeliefertes Betriebssystem:
Windows XP Professional
Umgebungsbedingungen
– Temperatur:
+10° bis +35°C (operating)
–40° bis +65°C (non-operating)
– Luftfeuchtigkeit:
10% bis 90%, nicht kondensierend
Elektrik
– Spannungsversorgung:
5 Volt ±5%
Zubehör
Software Parallel Verification
– 31AL2001
– 31AL2002
Software Short Image Files
– 31AL2004
Software-Schnittstelle
Serialisierung
– 31AL2005
Software OTP Support
– 31AL2006
Software Write Protect für SD/MMC
für z.B. externe
33
Handbuch High-Speed CopyStation 6.2