I have a scanner (BCD396T) that I am trying to get to work with its programming software (UASD) running under wine. The software runs and operates correctly, but I cannot establish a connection to the scanner. This computer has only USB ports, so I have a USB-to-serial cable. The scannner uses its own USB to serial cable, with its own specialized connector. The software has only COM1, etc. options available; no /dev/ttyUSB#.
lsusb gives the following information about the cable:
Bus 002 Device 003: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
I tried just plugging everything in,. and of course nothing happens. The software cannot see the scanner.
So I guess what I really need to know is how to set up this cable to work with as a COM# port in wine.
lsusb gives the following information about the cable:
Bus 002 Device 003: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port
I tried just plugging everything in,. and of course nothing happens. The software cannot see the scanner.
So I guess what I really need to know is how to set up this cable to work with as a COM# port in wine.
Comment