CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 串口编程 搜索资源 - access control

搜索资源列表

  1. 多串口多线程工业控制实现

    2下载:
  2. 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:92.47kb
    • 提供者:li
  1. v40

    0下载:
  2. 实现图像控制,云台解码器控制,站点选择(配有Access数据库).-image control, pan and tilt control decoder, site selection (equipped with the Access database).
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:610.8kb
    • 提供者:hlc
  1. ExePort

    1下载:
  2. 通过串口访问控制道闸,包括道闸升、道闸降,也可手工控制-through Gate Access Control, including the Gate of liters Gate fall, may also manually control
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:331.83kb
    • 提供者:shine
  1. rs485

    0下载:
  2. 操作串口直接进行RS485多机通信的类。单片机下485多机通信很容易,用UART的Bit9即可,Windows下就麻烦得多,Windows下串口Bit9用作奇偶校验,要切换Bit9就要动态改通信格式,而且切换时间要跟得上单片机的us级时间。这个自己写的Class用独立线程、Windows高精度定时器机制,高速切换Bit9,示波器测量,时间在10us左右,已用于门禁系统多年,长时间运行可靠! -Direct RS485 serial port operation multi-machine c
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:9.66kb
    • 提供者:
  1. vb

    1下载:
  2. 1.Prodave 是用于pc 与s7 系列plc 之间的数据链接通信的工具箱。其实质就是用户通过调用“w95_s7.dll”等库函数来解决 PLC 与PC之间的数据交换和数据处理问题。 所需硬件为:CPU22x,PC/PPI编程电缆,带COM口的PC。这可能是最简单的配置,很容易实现试验的目的。这里不需要安装Prodave软件,只要把“w95_s7.dll”文件拷贝到您程序相应的目录中去即可。 2.通讯设置:打开“控制面板”中“设置PG/PC接口”选项,在“应用程序访问点”列表框内选择“S
  3. 所属分类:Com Port

    • 发布日期:2015-04-22
    • 文件大小:82.11kb
    • 提供者:陆杰锋
  1. fanghuoqiangshiyong

    0下载:
  2. 用VC编写的串口通信防火墙,尝试用访问控制组件-Serial communication using VC prepared firewall, try to use Access Control Components
  3. 所属分类:Com Port

    • 发布日期:2017-05-17
    • 文件大小:4.07mb
    • 提供者:小猪猪
  1. scommtest

    0下载:
  2. 基于scomm控件串口通信程序,一个获取报警记录的实例-Based scomm control serial communication program, an instance of access to police records
  3. 所属分类:Com Port

    • 发布日期:2017-05-20
    • 文件大小:5.6mb
    • 提供者:chenwen
  1. ID-card-lock

    1下载:
  2. ID卡门禁代码。支持串口通讯至管理中心。最多2万张卡-ID card access control code. Support for serial communication to the management center. Maximum of 20,000 cards
  3. 所属分类:Com Port

    • 发布日期:2017-03-22
    • 文件大小:61.22kb
    • 提供者:Will
  1. ComSet

    0下载:
  2. 串口功能模块,提供2个工程: 1、串口模块DLL库工程。使用串口底层驱动代码进行编写,生成dll文件。 2、串口模块DLL库测试工程。对生成的dll文件进行集成测试,并提供简单界面测试功能。 代码用途: 1、软件专业测试人员快速使用本dll进行界面串口通信功能开发; 2、可使用dll生成工程中的源代码进行修改,适合各类*面底层调用; 3、有需要进行软件权限控制的场合,自制dll生成和测试工程的模板; 4、软件初学者进行代码规范和测试的学习模板。-Serial
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:97.32kb
    • 提供者:吴鹏
  1. MSCommMultiPort

    0下载:
  2. Visual C++6.0环境下利用MSComm控件在VC中MFC程序中控制多个串口。在使用MSComm控件时,1个MSComm控件只能同时对应1个串口。如果应用程序需要访问和控件多个串口,那么必须使用多个MSComm控件。在基于对话框的MFC应用程序中应用MSComm控件编程实现对COM1和COM2的串口控制,双方同时可以发送和接收数据,并把接收到的数据显示在接收编辑框中。-Visual C++6.0 environment using MSComm control in VC in the
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:41.02kb
    • 提供者:借方鋆
  1. dbcomocx

    1下载:
  2. DBCOMmocx 访问,三维力控软件接口-DBCOMmocx access, power control of three-dimensional software interface
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:6.92kb
    • 提供者:向勇
  1. SerialPort

    0下载:
  2. VisualStudio2005中serialPort控件访问串口实例2个,及C#串口实例文档-VisualStudio2005 instance in serialPort access the serial control 2, and C# serial port instance document
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:119.65kb
    • 提供者:殷志全
  1. chaoshijieshou

    0下载:
  2. 串口超时接收,串口超时接收 串口超时接收 串口超时接收-MSComm control based on single document in the application of Win32/API serial control MFC pack class/Win32 serial programming/serial development of another way/serial library second version/serial interface communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-10
    • 文件大小:2.15mb
    • 提供者:
  1. Document-of--lf-rfid-reader

    0下载:
  2. 适用于开发低频rfid读写器,门禁系统,动物管理系统。-Applicable to the development of low-frequency rfid reader, access control systems, animal management system.
  3. 所属分类:Com Port

    • 发布日期:2016-01-26
    • 文件大小:414kb
    • 提供者:hailee
  1. VBchuan-kou-tiaoshi-jidianqi

    0下载:
  2. 学习VB程序,通过对串口的访问操作,学习利用串口控制继电器动作的小程序。-Learning VB program, access to the serial port operation, learn to use the serial control relay action program.
  3. 所属分类:Com Port

    • 发布日期:
    • 文件大小:15.6kb
    • 提供者:zg
  1. SY230NT

    0下载:
  2. SYRIS联网门禁系统协议及源码。主要是两门、四门控制器使用,型号为SY230NT2系列控制器。-Agreement and the source code of the SYRIS networked access control system. Mainly two, four controllers, a model SY230NT2 series controllers.
  3. 所属分类:Com Port

    • 发布日期:2017-11-07
    • 文件大小:35.9kb
    • 提供者:yangzhe
  1. mydemo

    0下载:
  2. 串口操作demo,简单的串口调用程序,用来控制门禁的开关(Serial operation demo, simple serial call program, used to control access control switch)
  3. 所属分类:串口编程

    • 发布日期:2017-12-18
    • 文件大小:67kb
    • 提供者:老菜鸟old
搜珍网 www.dssz.com