1
1
Is it possible to have a server PC running a Microsoft Excel sheet to which several Thin Clients, with Barcode Scanners, will be connected via TCP/IP? The scanners should dump their data in the Excel sheet in a First Come First Served basis? At the end of the day, the Excel sheet will be saved on server PC's hard drive. The Barcode Scanners have a USB output.
And, are there any other alternatives to achieve the above requirement?
Schematic Diagram:
Barcode scaners have USB Output, and in what they are pluged in. Are they act as HIDs on some machine or they have own memory and mode to send data in other way – adopilot – 2012-05-17T09:28:35.917
@adopilot, A person will scan a barcode, whose data will be passed through USB port. Need to dump it in Excel Sheet. just as the schematic diagrams shows. – Paddy04 – 2012-05-17T10:00:19.440
1I wonder how the requirement of excel came about, without being a db admin, but having experience connecting from outside to excel sheets, this sounds like the hardest way to achieve the goal. – None – 2012-05-17T14:09:03.307
Tbh, I don't think it will work. A web front-end done in php or some other server-side language, with a smattering of JavaScript and pointing to a database would be a much better solution (providing the skill-set is there of course). – hardlywired – 2012-05-17T23:42:03.247