CHeighlund
Programmer
I've been requested to work on a program designed for use with a set of handheld barcode scanners. As part of this, the end user has requested that I look into finding a way to use the system USB ports as an interface instead of the Comm ports that the scanners currently use. On the hardware side this isn't a problem, as I have seen several adaptor variants for Comm -> USB setups. The problem lies on the software side.
The program I am working with calls another program, which to the best of my knowledge and ability to investigate came with the original scanners. It expects a Comm port value to be passed to it in the command line (or it will use the value stored in an associated .ini file if no commandline port parameter).
I may be misthinking or overthinking this, but I am unsure how to get the scanner program to recognize the USB slot being used for input as a Comm port. If someone has any advice regarding a good place to start looking into this, I would be grateful.
The program I am working with calls another program, which to the best of my knowledge and ability to investigate came with the original scanners. It expects a Comm port value to be passed to it in the command line (or it will use the value stored in an associated .ini file if no commandline port parameter).
I may be misthinking or overthinking this, but I am unsure how to get the scanner program to recognize the USB slot being used for input as a Comm port. If someone has any advice regarding a good place to start looking into this, I would be grateful.