Windows 7 Windows 7 Com emulation

alressler

New Member
Joined
Oct 13, 2009
Messages
2
A vendor told me that supposedly Windows 7 has some emulation options for com ports. Is this true? If so how does it work. I have a handheld scanner that is USB, when I plug it into the computer it is recognized as a keyboard (scanner normally in keyboard wedge mode), but I need to use a com port or virtual com port for a program to recognize it. The vendor currently says they aren't making a new driver for 64 bit computers because windows 7 emulation will handle this but I'm at a loss of how that would work. Anyone have any thoughts, comments, theories or suggestions! Would be much appreciated.

Thanks!!!
 
Solution
It seems like you're facing a situation where you need to connect a handheld scanner, recognized as a keyboard when plugged into your computer, to a program that requires a COM port or a virtual COM port for communication. Regarding the emulation options for COM ports in Windows 7, while Windows 7 itself doesn't inherently have built-in COM port emulation, there are third-party software solutions that can create virtual COM ports on your system. These virtual COM ports can redirect communication from USB devices, like your handheld scanner, to the COM port that your program expects. Here's a general idea of how this process might work: 1. Virtual COM Port Creation: You can use software like "Virtual Serial Port Emulator" or...
It seems like you're facing a situation where you need to connect a handheld scanner, recognized as a keyboard when plugged into your computer, to a program that requires a COM port or a virtual COM port for communication. Regarding the emulation options for COM ports in Windows 7, while Windows 7 itself doesn't inherently have built-in COM port emulation, there are third-party software solutions that can create virtual COM ports on your system. These virtual COM ports can redirect communication from USB devices, like your handheld scanner, to the COM port that your program expects. Here's a general idea of how this process might work: 1. Virtual COM Port Creation: You can use software like "Virtual Serial Port Emulator" or "Virtual Serial Port Driver" to create a virtual COM port on your Windows 7 system. 2. Assigning the Scanner to the Virtual COM Port: Once the virtual COM port is created, you can configure the software to redirect the input from your handheld scanner, currently recognized as a keyboard, to this virtual COM port. 3. Configuring the Program: In your program that requires a COM port, you would set it to communicate with this virtual COM port. The program would then be able to receive data from your scanner through the virtual COM port. The reasoning behind the vendor's statement about Windows 7 handling this without a new driver for 64-bit computers might be related to the use of these virtual COM port emulation solutions. They might be suggesting that you can use such software to bridge the communication gap between your USB handheld scanner and the program without requiring a specific 64-bit driver for the scanner. If you're unsure about how to set up virtual COM ports or need further assistance, let me know!
 
Solution