ICP DAS USA I-8411 User Manual page 101

I-8000 series for c language
Hide thumbs Also See for I-8411:
Table of Contents

Advertisement

#include <stdio.h>
#include "8000E.h"
void main(void)
{
int data=0x55, data2;
InitLib();
/* Initiate the 8000E library */
WriteNVRAM(0,data);
data2=ReadNVRAM(0);
}
For example, the following can be used to write an integer (two bytes) to NVRAM.
I-8000 Series (C Language Based) User Manual, Version 1.0.1
Copyright © 2012 ICP DAS Co., Ltd. All Rights Reserved. E-mail: service@icpdas.com
/* Now data2=data=0x55 */
Page: 101

Advertisement

Table of Contents
loading

This manual is also suitable for:

I-8811I-8431-80I-8831-80I-8431I-8831

Table of Contents