首页 > COM接口驱动程序,如何使用?

COM接口驱动程序,如何使用?

以下为这个接口的文档的相关简介。
是说这个设备驱动接口是一个COM接口用于连接硬件和PC端应用,这个接口程序提供两个接口,ICmpDevice和IDeviceChannel。这个驱动程序是用C++&MFC编写,我想知道我该如何使用这个接口,也就是说假设我使用C++语言使用该接口该如何使用?又或者是否可以使用C#呢?是该将这个驱动程序项目加入解决方案在另一个项目中调用?还是其他呢?

  • Overview
    The Device Driver Interface is a COM interface that allows communication between hardware and PC applications.
  • Interfaces
    There are two interfaces to talk to, the Device interface (ICmpDevice), and the individual Channel interface (IDeviceChannel).
    Device wide properties and methods (data, configuration) are accessed through ICmpDevice, while individual channel settings (sample rate, gains) are access through the IDeviceChannel.
【热门文章】
【热门文章】