REKLAMA

Zlportio.zip

Jak napisać sterownik Windows do wysyłania obrazków z Paint na tablicę LED?

Zlportio - to darmowy sterownik do portu LPT, umożliwiający dostęp do portu. Można go wykorzystać do nauki pisania sterowników, wykorzystuje on API i biblioteki zawarte w DDK. Do programowania portu RS-232 przydatna jest książka Pt.: "RS-232 - praktyczne programowanie" A. Daniluk - Helion. Dobrze opisuje komunikacje za pomocą API.


Pobierz plik - link do postu
  • Zlportio.zip
    • ddkint.pas
    • Sys
      • zlportio.sys
    • ZLPORTIO Library.doc
    • Example
      • portio.res
      • portio.dof
      • zlportio.sys
      • mainform.pas
      • mainform.dfm
      • install.txt
      • portio.dpr
      • README.TXT
    • zlportio.zip
    • drvinst.zip
    • zlrdtsc.zip
    • rdtsc.html
    • portio.zip
    • zlportio.html
    • ZLPORTIO (lpt).zip
    • zlportio
      • wle3.gif
      • spstyle.css
      • portiosshot.gif
    • rdtsc
      • wle3.gif
      • spstyle.css
    • install.txt
    • zlportio.pas
    • README.TXT


Zlportio.zip > install.txt

Installation:

Copy files: zlportio.pas, ddkint.pas to your project directory
or common unit directory.


Zlportio.zip > README.TXT

PortIO example
Copyright (C) 2001 Zloba Alexander
http://www.specosoft.com
Description
-----------
This example show how tow to get direct access port input and output under
all versions of Microsoft Windows using ZlPortio library,

Terms of Use
------------

This software is provided " as is " , without any guarantee made
as to its suitability or fitness for any particular use. It may
contain bugs, so use of this tool is at your own risk. We take
no responsilbity for any damage that may unintentionally be caused
through its use.

Reporting Problems
------------------

If you encounter problems, please visit http://www.specosoft.com
and download the latest version to see if the issue has been resolved.
If not, please send a bug report to:

zal@specosoft.com


Zlportio.zip > install.txt

Installation:

Copy files: zlportio.pas, ddkint.pas to your project directory
or common unit directory.

Copy file zlportio.sys to your project directory.
It should be in the one directory with you application.


Zlportio.zip > README.TXT

ZLPortIO
Copyright (C) 2001 Zloba Alexander
http://www.specosoft.com
Description
-----------
This unit allow your application direct access port input and output under
all versions of Microsoft Windows,

Terms of Use
------------

This software is provided " as is " , without any guarantee made
as to its suitability or fitness for any particular use. It may
contain bugs, so use of this tool is at your own risk. We take
no responsilbity for any damage that may unintentionally be caused
through its use.

Reporting Problems
------------------

If you encounter problems, please visit http://www.specosoft.com
and download the latest version to see if the issue has been resolved.
If not, please send a bug report to:

zal@specosoft.com



Zlportio.zip > readme.txt

put this files to common unit directory or in project directory


Zlportio.zip > install.txt

Installation:

Copy files: ddkint.pas to your project directory
or in common unit directory.


Zlportio.zip > README.TXT

Tools for driver install\remove...
Copyright (C) 2001 Zloba Alexander
http://www.specosoft.com
Description
-----------
This application allow your to install, remove, start,stop kernel
drivers for Microsoft Windows NT/2000,
Full source code included.

Terms of Use
------------

This software is provided " as is " , without any guarantee made
as to its suitability or fitness for any particular use. It may
contain bugs, so use of this tool is at your own risk. We take
no responsilbity for any damage that may unintentionally be caused
through its use.

Reporting Problems
------------------

If you encounter problems, please visit http://www.specosoft.com
and download the latest version to see if the issue has been resolved.
If not, please send a bug report to:

zal@specosoft.com



Zlportio.zip > install.txt

Installation:

Copy file rdtsc.pas to your project directory
or common unit directory.


Zlportio.zip > README.TXT

RDTSC

Copyright (C) 2001 Zloba Alexander
http://www.specosoft.com
Description
-----------
This unit a wrapper under RDTSC pentium processor istruction.
It is very easy to use.

Terms of Use
------------

This software is provided " as is " , without any guarantee made
as to its suitability or fitness for any particular use. It may
contain bugs, so use of this tool is at your own risk. We take
no responsilbity for any damage that may unintentionally be caused
through its use.

Reporting Problems
------------------

If you encounter problems, please visit http://www.specosoft.com
and download the latest version to see if the issue has been resolved.
If not, please send a bug report to:

zloba@specosoft.com