Developing In C - Casio DT-X8 Series Quick Start Manual

Casio dt-x8 series barcode scanner
Hide thumbs Also See for DT-X8 Series:
Table of Contents

Advertisement

8.3 Developing in C#

This chapter describes necessary steps to develop the example application program (see Chapter 8)
in C# environment using the Common Device Control Class Library.
Application Development Procedure
Subsequent steps show how to create and start up a simple program using one of the system
functions. When running the program, the LED will blink in red for 5 seconds.
1. Create a new C# Smart Device Application in Visual Studio .NET.
2. In Solution Explorer, right click References and click Add Reference...
3. Click Browse and navigate to the folder where you have stored the CASIO .NET library files.
Highlight SystemLibNet.dll and click Open. Click OK button.
Figure 8.6
4. At the top of your source file add the following code.
using Calib;
66

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents