台湾凌华科技的 7432 io卡接口模块,VC++.NET编写,本人贡献,但是需要台湾凌华科技 io 模块支持,
全部子程序如下,
// PortOperation.h: interface for the CPortOperation class.
#pragma once
///////////////////////////////////////////////////////////////////////////////
class CPortOperation
{
public:
CPortOperation();
virtual ~CPortOperation();
BOOL Init(); //7432卡初始化
void IOClose(); //close 7432卡
int bit_R(int nBit); //读
void bit_W(int nBit, BOOL blnFlag); //写
void SetAllIoOff(); //关闭所有io
};
///////////////////////////////////////////////////////////////////////////////
以下是台湾凌华科技 io 模块,
文章评论(0条评论)
登录后参与讨论