'VB I/O Port' è una DLL che ho sviluppato in C per porre rimedio alla mancanza in MS Visual Basic di strumenti per la gestione delle porte di Input/Output dei Personal Computer. Un impiego tipico di questo pacchetto è la realizzazione in MS Visual Basic di routine software per il
controllo di circuiti elettronici sperimentali collegati alla porta parallela.
La versione attuale di VBIOport può essere utilizzata solo da applicazioni a 16 bit (scritte ad esempio con MS Visual Basic 3) che potranno comunque funzionare tranquillamente con sistemi operativi a 32 bit come Windows 95 e 98.
Recentemente ho scritto una versione a 32 bit di questa DLL; per maggiori informazioni potete seguire questo link.
VBIOport può essere scaricata dalla sezione Download seguendo questo link.

Scompattare il file 'VBIOport.zip' in una directory temporanea; copiare
il file 'Ioport.dll' nella directory 'Windows\System' o nella directory
contenente l'eseguibile MS Visual Basic che dovrà far uso di 'VB
I/O Port'.
Aprire i progetti d'esempio (scritti in MS Visual Basic versioni 3
e 4) contenenuti nel file 'VBIOport.zip' per avere dettagli sull'uso della
DLL.
© 2000 Giuseppe Bordoni
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.