Tagged Questions
1
vote
2answers
2k views
Set prefix/suffix to a Barcode Scanner programmatically
I want to create an application, where I can set, what prefix or suffix i want to send to the Barcode reader. The barcode reader may connect to the PC with USB or RS-232 ports. I mean if I have a ...
1
vote
2answers
3k views
How to read a EAN-13 bar-code from an image in C?
I would like to read a EAN-13 bar-code from an image in C.
I found the OpenCV library that should help me to compute the image as well as an article about an iPhone App that can read Sudoku.
But in ...
0
votes
1answer
156 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
> ...