Our company is considering using hand-held bar code scanners as a part of our inventory management process and I have some technical questions about how they actually integrate with an existing system. To clarify, I'm talking about the hand-held wireless bar code scanners with screens and keypads on them that are actually mini-computers. The ones that connect to a network over 802.11g and interact with a database in real time.
I know this is a broad question which is somewhat dependant on device, but the Internet seems to be lacking a good source of technically detailed information on the subject. The kind of information a software developer would want to know before buying one of these devices to be sure it will actually work in a specific situation.
I've found places selling them and basic sales sheets, but what I'm looking for is a detailed description of how these devices are actually programmed and how they talk to a back-end application.
Specifically, do you program them with a widely used language like C? Or do they use some obscure proprietary language? Is it scripted or compiled?
Do you need to install special software on a desktop PC to load your application onto the scanner?
A lot of them say they're running Windows Mobile or Windows CE. Does that mean you need a Windows desktop machine to program them? To interact with them? Or can they be programmed from a Linux desktop and interact with Linux servers?
How do they actually talk to the back-end application? Does it send XML over HTTP, for example?
Coming from a web development background, I'm imagining the gun running a "thin client" software sort of like javascript, which makes AJAX-like calls over http (through wifi) to the server. Do they or can they work like that?
What I'd really like is a guide called, "programming your first bar code scanner" that teaches you to create a "hello world" program step by step. Does such a thing exist?
Thanks in advance!