___________________________________________________________________ Elan Digital Systems Limited. ___________________________________________________________________ HD717 Card Family Last Update : 22/12/2003 Latest Release : V1-03 ------------------------------------------------------------------- INSTALLATION NOTES ------------------ Additional Information ---------------------- Installed to sub-directory ElanPCCard\cards\hd717 () are : DIRECTORY FILES \doc Documentation for HD717 card hd717ug.pdf, Documentation for DLL/DRIVER \drv hd717lib.dll and hd717drv.sys files + Registry patch files + pccardgo driver/lib files \dll_src source files for hd717lib.dll \drv_src source files for hd717drv.sys \test_c source files for BC++ 5-02 test program \vb6 header file for use with VB6 application Installation Notes for HD717 drivers ------------------------------------ For Elan PCI fitting PCMCIA adapter hardware: 1. Install P-Series driver software (CD). 2. Install hardware adapter. 3. Install Card Centre Pro (CD). -this installs pccgo32.dll pccgocls.sys & pccardgo.sys drivers. -documentation about HD717 hardware/software registers provided here. 4. Provide information to introduce dll & driver to system. Run file HDNT4.reg on NT4 system and copy driver hd717drv.sys into \winnt\system32\drivers. For Windows 2000/XP use HDW2000.reg and copy hd717drv.sys into \windows\system32\drivers. 5. Copy hd717lib.dll to the windows directory unless it is in the directory that you will be running your application from. 6. Re-boot the PC. Steps 1. & 2. should not be required on laptops, or on desktops using ISA PCMCIA Adapters NT4,2000,XP ----------- Directories ----------- pccgo32.dll to windows\system or same directory as application .exe hd717drv.dll in windows\system or same directory as application .exe pccgocls.sys to winnt\system32\drivers pccardgo.sys to winnt\system32\drivers hd717drv.sys in winnt\system32\drivers Registry -------- Make Registry Key:- \HKEY_LOCAL_MACHINE\System\CurrrentControlSet\Services\HD717drv & set the following values (Strings in quotes, all DWORDS for raw data):- NAME VALUE Default DisplayName "HD717drv" ErrorControl 0x00000000 ImagePath "\SystemRoot\System32\Drivers\HD717drv.sys" Start 0x00000002 Type 0x00000001 W2000 & XP require Unicode text files. -------------------------------------------------------------------- REVISION NOTES/HISTORY: -------------------------------------------------------------------- Beta release Notes June 25th 2002 --------------------------------- hd717drv : ---------- Driver works, error conditions may not be fully reliable Driver developed using Microsoft Developers Network DDK, Microsoft Visual C V6.0 & Application Studio V6.0. Header files provided only for beta release. Source files to be provided for 1st issue release. hd717lib.dll : driver developed using Borland C++ 5.02 -------------- All library functions defined - most are as seen in DOS library. Socket number is passed in to most function calls. Currently driver will only support one HD717 card per PC. This may change but for now one card only is allowed. bc++ 5.02 project : hd717tst.exe ------------------- This project shows primitive setup and TX/RX of data from files txfile.bin & to rxfile.bin. To send more/less Tx data use larger/smaller file named txfile.bin & place in the same directory as executable.