Hallo zusammen,
ich glaube Kjion hat doch schon erklärt was man machen muss um seinen ISP-Programmer zum laufen zu bringen...
...muss man einen "give_io" Treiber installieren, ansonsten kommt man nicht an den Port...
MfG Kjion
also ganz einfach, unter google den Treiber suchen in das Windows Verzeichnis kopieren und fertig. Alternative kann man auch bei www.rowalt.de den TwinAVR (http://www.rowalt.de/mc/avr/avrtools/twinavr.zip) herunterladen und das ganze mal kurz entpacken. In dem Zip befindet sich zu einem ein kleines Tool zum brennen von AVR's (habe es aber noch nicht getestet) und zum anderen ein Verzeichnis Names NT_Driver. Schaut mal da rein. Um euch noch einen kurzen Überblick zu geben poste ich auch noch den Inhalt des readme's:
Code:
userport.sys by Tomas Franzon (available with source code)
Windows NT 3.x/4.x/Win2000/XP driver for direct I/O port access
userport.sys is a driver which enables direct hardware I/O port
access. Because TwinAVR uses direct hardware access for speed
reasons, the program doesn't work under NT systems without a
special driver such as userport.sys.
userport.sys was tested successsfull under both Windows XP with SP1
and SP2. If You don't get success it might be You forgot to push
the button "Update" after changes before pushing "start".
Note that under Windows 3.x (yes, TwinAVR can run under Windows 3.1),
Windows 9x and ME you don't need a special driver. Under these
systems the direct hardware port access is not restricted in any way.
How to use userport.sys:
1. Copy UserPort.sys to %windir%\system32\drivers
2. Run UserPort.exe to set the port range you wish to open.
Standard LPT addresses are:
LPT1: $378 ($378 - $37A)
LPT2: $278 ($278 - $27A)
LPT3: $3BC ($3BC - $3BE)
2b. Push "Update" button once if You made changes
3. Push "Start" button
4. Now You can run TwinAVR
5. If You like You can now push "Stop" in UserPort.exe
The only drawback is that you are opening a security hole on your
system that could be exploited by malicious programs. Therefore, open
the I/O port range only that you need access to. With LPT ports only
there should be no security risk.
The full userport package including sources You will find under:
http://www.embeddedtronics.com/publi...t/UserPort.zip
and with Google when using the keywords +"userport" +"Tomas Franzon".
ich hoffe euch damit weitergeholfen zu haben...
gruss Siggi
Ach und bevor ich es vergesse, ich programmiere via parallel unter Win XP Pro SP2, und bei mir funktioniert es mit dem userport.sys
Lesezeichen