|
Panel PC 300 sample programs
---------------------------------------------------------------- GENERAL INFORMATION ----------------------------------------------------------------
This software contains the code samples from the PPC300 Implementation Guide in the form of MS-DOS sample programs.
By means of this sample programs you can change and view settings of B&R Panel PC 300 devices, for example, set the display brightness.
Microsoft Macro Assembler Version 6.11 and the 16 Bit Compiler of Microsoft Visual C++ Version 1.5 (Microsoft C/C++ Optimizing Compiler Version 8.00c) were used to generate this sample programs.
The generation of each sample program is done by a separate Make file in the sample program folder.
The sample programs consists generally of one C file, where the device specific functions and - on the end of the file - the main function of the sample program resides. Common functions used by the sample program (for example for the MTCX operation) reside in the "Common" folder.
The Implementation Guide describes only the device specific functions and not the main function of the sample programs.
Please note the remarks for the TODO: statements, I/O access functions etc. in the Implementation Guide when you adopt code of the sample programs.
|
|