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 settings and so are connected via COM port. Initially I intended to capture the data via a simple web form, but needing two readers connected at the same time prevents this (due to risk of input clashes).
Firstly, does this seem feasible? If this is feasible, which language is best for me to write this in?