Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi. I'm writing a program that should read bar codes. I would like to use a scanner as virtual COM port but the producer has only got a driver for 32-bit OS. When I try install the driver, I get the message "You must run a 64-bit version of program DPinst.exe. Please contact with supplier of package". I must use this as virtual COM. What can I do?
Posted
Updated 8-Jul-10 0:19am
v2

If the supplier has not a driver for 64 bit Windows 7 systems there is nothing else you can do: 64 bit versions of Windows 7 (and Windows Vista) could only use drivers that are been specifically designed for 64 bit systems, and they accept only digitally signed drivers.

You can only wait until the manufacturer of your hardware releases a driver specific for your operating system or move to another device which is provided with such a driver.
 
Share this answer
 
Here's a novel idea:

Try 'Please contact with supplier of package'
 
Share this answer
 
A supplier wrote "We have not USB-COM driver for Window 7 64bit version."
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900