Electronic – Connect fingerprint sensor to serial PC

serial

I just ordered an Fingerprint sensor I followed the schematics and made it work with my Arduino.Now I want to connect it directly to my computer, the device has ( GND, RX, TX, 5V ) I have a prolific USB cable witch has outputs (RX,TX,GND) .

Is it possible to connect the USB Prolific cable with the device ?

I know that USB outputs 5V but how can I get power if the prolific cable does not have such output?

Best Answer

If I understand correctly, you are using a USB to serial cable to connect your fingerprint sensor to the PC.
If the cable is using the +5V USB (PC side) supply (to drive it's MAX232/FTDI IC or whatever it's using), then for it to receive data from the sensor, it only needs the TX/RX and ground anyway, so it should work just fine as long as the two have a common ground (i.e. the cable ground and sensor ground are connected)

If I have misunderstood things, it would help if you could provide a link to your cable/datasheet.