Introduction to the OPOS Tutorials
This section covers a few OPOS application tutorials. The tutorials are organized by implementation language (C++/C#) and then by device (scanner/scale) within each language. All tutorials require Datalogic's OPOS to be installed because the projects rely upon the ActiveX Controls installed with product.
C++ Tutorials
The C++ tutorials for implementing a Barcode Reader and a Live Weight Reader are quite similar, sharing fundamental implementation steps.
C# Tutorials
The C# tutorials for implementing a Barcode Reader and a Live Weight Reader are also quite similar, sharing fundamental implementation steps. However, C# hides many of the messy details you must otherwise manage in a C++ implementation.