首页|嵌入式系统|显示技术|模拟IC/电源|元件与制造|其他IC/制程|消费类电子|无线/通信|汽车电子|工业控制|医疗电子|测试测量
首页 > 分享下载 > 测试测量 > Using PCIUW from C++ Code

Using PCIUW from C++ Code

资料介绍
Using PCIUW from C++ Code
The PCIUW utility may be executed from within a C program code. The functions below describe how to
read, save and write back to the registers. These functions are for Microsoft C++ compilers. The
PCIUW.EXE and necessary DLLs must reside in the directory where this program is executed from.
Using PCIUW from a C++ Code

The PCIUW utility may be executed from within a C program code. The functions below describe how to
read, save and write back to the registers. These functions are for Microsoft C++ compilers. The
PCIUW.EXE and necessary DLLs must reside in the directory where this program is executed from.
The necessary steps are:

1- Read all devices
2- Search for the desired device in the CFG file
3- Save the information for the device to a file, by specifying the bus number and the device number in
the save command
4- Write from the file to reload the hardware

The format of the CFG file is described below to allow locating the desired device(s).

A- Description of function calls to read, save and reload devices
void CTestDlg::OnButtonRun()
标签:力科PCIPCI-X
Using PCIUW from C++ Code
本地下载

评论