I've a GCX device. I want to develop a class for barcode scanning. Can you please suggest how do i start with and if possible show me a sample of how to begin with
I want to use .Net Framework 2003, C# for this purpose.
Barcode scanners typically perform all the work of converting a barcode to ASCII text. All your class will need to do is to wait for serial or keyboard data (depending on the type of scanner you are using) and to process it accordingly. CF 2.0 includes serial driver classes.
Let us know if there is more to your question that we can help with.
p.s. I moved your post from the hardware forums to the .NET Development forums, as your post has more to do with CE .NET development than the hardware.