Foros del Web » Soporte técnico » Hardware »

Puerto Paralelo Visual Basic Y Xp

Estas en el tema de Puerto Paralelo Visual Basic Y Xp en el foro de Hardware en Foros del Web. Hola... Tengo un problema, nose como utilizar el puerto paralelo en Visual Basic 6 corriendo en windows XP... tengo entendido que necesito librerias como ser ...
  #1 (permalink)  
Antiguo 20/05/2004, 06:52
 
Fecha de Ingreso: febrero-2004
Mensajes: 16
Antigüedad: 20 años, 2 meses
Puntos: 0
Puerto Paralelo Visual Basic Y Xp

Hola...

Tengo un problema, nose como utilizar el puerto paralelo en Visual Basic 6 corriendo en windows XP... tengo entendido que necesito librerias como ser winio.dll io.dll, etc

Teneis algun ejemplo en VB de como utilizar estas librerias?

Agradeceria su ayuda!
  #2 (permalink)  
Antiguo 20/05/2004, 09:54
Avatar de cleptomano  
Fecha de Ingreso: abril-2004
Ubicación: Mexico
Mensajes: 129
Antigüedad: 20 años
Puntos: 0
Si, lo que necesitas es la librería io.dll, yo tengo un programa muy practico el cual te puede servir si lo quieres ponte en contactó.


[email protected]

'PortOut - Outputs a byte to the specified port.

'PortWordOut - Outputs a word (16-bits) to the specified port.

'PortDWordOut - Outputs a double word (32-bits) to the specified port.

'PortIn - Reads a byte from the specified port.

'PortWordIn - Reads a word (16-bits) from the specified port.

'PortDWordIn - Reads a double word (32-bits) from the specified port.

'SetPortBit - Sets the bit of the specified port.

'ClrPortBit - Clears the bit of the specified port.

'NotPortBit - Nots (inverts) the bit of the specified port.

'GetPortBit - Returns the state of the specified bit.

'RightPortShift - Shifts the specified port to the right. The LSB is
' returned, and the value passed becomes the MSB.

'LeftPortShift - Shifts the specified port to the left. The MSB is
' returned, and the value passed becomes the LSB.

'IsDriverInstalled - Returns non-zero if io.dll is installed and
' functioning. The primary purpose of this function
' is to ensure that the kernel mode driver for
' NT/2000/XP has been installed and is accessible.

Última edición por cleptomano; 20/05/2004 a las 12:25
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 10:42.