Documentation for inpout32.zip
 
contains a DLL that enables direct reading and writing to I/O ports in 32-bit Visual-Basic programs running under Windows 95.


1. Copy inpout32.dll to one of these locations: your default Windows directory (usually \Windows), your Windows system directory (usually \Windows\system), or your application's working directory. In the VB programming environment, the working directory is the default VB directory. 
 

How to use inpout32 in your programs: 

1. Copy inpout32.dll to your default Windows directory (or other directory as described above).

2. Add inpout32.bas to your Visual-Basic project (File menu, Add File). 

3. Use this syntax to write to a port: 
   Out PortAddress, ValueToWrite 

   Example:
   Out &h378, &h55 

   Use this syntax to read a port: 
   ValueRead = Inp(PortAddress) 

   Example: 
   ValueRead = Inp(&h378) 
 
==============

I provided a sample code  from my Automated Bell System (school Time Scheduling) 
 

just serve as your reference for the inpout32.dll

please , reply for the results of your project and post something about this project..

thank you and Hope my project will help you..

Gudluck Automation Endeavor


emond
dark_raditz0825@yahoo.com

