Hi,
I had written a program in Power Basic for DOS that used to control scientific instrumentation using the 25 pin parrallel port. Most lapyots etc don't have these ports available anymore so I have started writing a new program using PB 7.0.
I have found a company called Transdigital.net that sells PCMCIA cards with a 25 pin port on the end for using a printer port on laptops etc.
They say: Add-on Standard Parallel Port for Notebook PCs to connect printers and other parallel devices ( JTAG chip programers, data acquisition, machine proces control, scientific measurement systems and software protection dongles).
:Installs as a fully featured bi-directional I/O mapped parallel port as LPT1, LPT2 or LPT3
They supply a driver for all the Windows versions and I was wondering if I can still access all of the 25 pins as I did under MS-DOS or up until Windows98 which still worked ok using the DOS program.
Has anyone had any experience in accessing DLL's or something that I could use to communicate with such a device?
Are DLL's easy to access under PB Win 7.0 or later?
Does anyone have any example code at all.
I have contacted the company and I am waiting for a reply.
Cheers
Alan
I had written a program in Power Basic for DOS that used to control scientific instrumentation using the 25 pin parrallel port. Most lapyots etc don't have these ports available anymore so I have started writing a new program using PB 7.0.
I have found a company called Transdigital.net that sells PCMCIA cards with a 25 pin port on the end for using a printer port on laptops etc.
They say: Add-on Standard Parallel Port for Notebook PCs to connect printers and other parallel devices ( JTAG chip programers, data acquisition, machine proces control, scientific measurement systems and software protection dongles).
:Installs as a fully featured bi-directional I/O mapped parallel port as LPT1, LPT2 or LPT3
They supply a driver for all the Windows versions and I was wondering if I can still access all of the 25 pins as I did under MS-DOS or up until Windows98 which still worked ok using the DOS program.
Has anyone had any experience in accessing DLL's or something that I could use to communicate with such a device?
Are DLL's easy to access under PB Win 7.0 or later?
Does anyone have any example code at all.
I have contacted the company and I am waiting for a reply.
Cheers
Alan
Comment