Tagged Questions

1
vote
2answers
481 views

reading from barcode scanner

I need to read data from barcode scanner in a web page. I agree that a usb scanner or a scanner equipped with keyboard wedge driver could get the data to a text field in the web page. I'm curious to ...
0
votes
1answer
28 views

Capturing input from a serial port into a MySQL database

Using two barcode readers connected to one machine, I have a need to store the barcode value, reader ID and datetime values in a MySQL database. The readers are USB but are using serial port ...
0
votes
2answers
100 views

c# communicating with an usb port

I'm trying to contact an usb barcode scanner as a serial port, using his virtual COM port name and the Serial Port class. The reason I'm trying to do it this way is to avoid using the scanner as a ...
0
votes
0answers
72 views

Send information via Parallel Port

I have a BarCode-Scanner and I need to get some information about it, such as Serial Number. The problem is that it communicates with the host via parallel port (like a keyboard). I need to know how ...
0
votes
1answer
155 views

Wrong gem being required with require 'serialport'

I've moved my original question to the bottom as its no longer fully relavent to the problem. I am unable to locate serialport.so which I am able to require like this: $ rvmree@global $ irb > ...
0
votes
4answers
375 views

Why the barcode did not respond to image capture Command

I am working on write a program that reads and writes from the barcode my problem when writing (send command to barcode) I read in pdf manufacturer barcode that the command of capturing the image is ...