原创 台湾凌华科技 7432 io卡接口模块

2009-2-7 22:15 4934 7 7 分类: 软件与OS
台湾凌华科技的 7432 io卡接口模块,VC++.NET编写,本人贡献,但是需要台湾凌华科技 io 模块支持,
rar
全部子程序如下,
// 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 模块,
rar
PARTNER CONTENT

文章评论0条评论)

登录后参与讨论
EE直播间
更多
我要评论
0
7
关闭 站长推荐上一条 /3 下一条