I am writing an application for Datalogic Memor barcode scanner to transfer scanned barcodes to my .NET 2.0 application on desktop. So the app on the device would have a transfer button and all it does is copies over the file to desktop. After trying bunch of different things I thought RAPI is the way to go. I had a few questions though.
I downloaded the desktop communication sample in C# which is developed in VS 2003 from this website. The application works great. It is a desktop application that runs on the PC. After searching through the forums, I couldn't figure out if I could create an application that will sit on my barcode scanner device using the Desktop communication library.
Basically, my question is, is it possible to create a Smart Device
application in Visual Studio 2005 and transfer or copy over data (or a
file) from my device to PC using Desktop communication library? Or is
it just meant to be used for apps sitting on the desktop?
Will it be able to copy over the file from device to the desktop
using either CopyFileToDevice() or CopyFileFromDevice() functions??
Please let me know if you have a sample code that could briefly show this.
Thanks for your time and comments
Csharpkid