Installing service object for pos .net device

1.7k views Asked by At

Im a newbie to this and trying to access a motorola ds4208 scanner through my c# program.

All i researched says that I need OPOS drivers installed and "SERVICE OBJECT " to be installed for the device to be listed.

Once its listed I can call getDevices() and it will detect the device.

My problem is as how to install the service object for the scanner.

Any directions would be really helpful.

Thanks

1

There are 1 answers

0
Mahmoud Darwish On

You will need to download the driver\service object from the manufacturer website, in your case i believe this link is the place to start Motorola Solutions:Scanner Drivers and Utilities.

Then you will need to install the CCO(Common Control Objects) from here Monroe Consulting Services.

Then install Pos for .NET which you mostly already have, sometimes if you don't follow this order of installation it will not work, although its not a rule.