Hello, I'm developing a .net application with c# for win ce 6.0. What do I need to use the barcode scanner as a simple keyboard emulation? The typical use will be to fill simple text-boxes reading barcode labels. Do I need something like the Motorola DataWedge?
Thanks!
Out of the box, we wedge barcode data by default, so any control with focus should receive the barcode data.
Or, if you want to implement something of your own, you can use our Mobile Devices SDK. Follow the following link to our latest version: http://community.psion.com/downloads/developer_sdkhdk/m/mobile_devices_sdk/32745.aspx
For .NET users, here's a little primer for you: http://community.psion.com/downloads/developer_sdkhdk/m/mobile_devices_sdk/15871.aspx
Most importantly, here is a link to our Samples and Demo projects: http://community.psion.com/downloads/developer_sdkhdk/m/sample__demo_code/?GalleryPostSort=PostDate&PageIndex=1&SortOrder=Descending
There's plenty of code samples there for getting you started.