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

搜索资源列表

  1. comspy

    1下载:
  2. 一个简短的串口调试程序,不同于前面的调试程序,它能在你的串口被程序占用之后也能监测到其中的数据,可以选择16进制显示或asc11码显示,达到真正的监测-a brief serial debugging procedures, unlike previous debugging procedures, it can be your serial procedures can be occupied after the monitoring of the data, we can choose to
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:374207
    • 提供者:陈辉
  1. 串口通讯经典程序

    0下载:
  2. 这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯.可以(自动或手动)发送数据、接收数据、保存数据。是调试串口和初步学习串口编程的好例子。其中还用到了典型的串口类,对于从事串口编程者有一定的借鉴作用。 -that I write on small serial communication procedures, suitable for two between the PC (cross-Serial Line) serial communications. M
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:83293
    • 提供者:鸡蛋
  1. 串口通讯硬件仿真测试

    0下载:
  2. 232串口测试程序。// 软件模拟测试说明: // 1.这个测试采用查询方式进行串口通讯 // 2.将软件仿真环境的晶震设为11.0592 MHz // 3.软件模拟全速运行, 观察波特率是1200bps // 4.在串口1中输入数字或字母,可观察到通讯是否有误。-232 serial testing procedures. / / Software simulation tests : / / 1. The test inquiries conducted using seri
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:19851
    • 提供者:李天华
  1. Delphi串口测试

    1下载:
  2. Delphi编写的串口测试程序,适合测试计算机串口好坏!-Delphi serial test procedure for the testing of computer Serial good or bad!
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:302572
    • 提供者:杨先生
  1. gserial

    1下载:
  2. GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序(龚建伟曾用它编过7串口通信程序)。Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行-GSerial under DOS is a serial communication program, program structure better, can be compiled out with interrupt receiving / sending of
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:21375
    • 提供者:吴义军
  1. 文件夹

    0下载:
  2. 使用MSCOMM控件主要是通过事件来处理串行口的交互,即当数据到达时,控件的OnComm的事件就会来捕获或处理这些通讯事件。而OnComm事件也可以用来捕获和处理通讯错误。在实际应用中,一个MSCOMM控件就对应一个串行口,所以如果要处理多个串行口的话,必须有相应数量的控件与之对应。-use MSCOMM control mainly through the incident to the serial interaction, that is, when the data arrived, t
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:13172
    • 提供者:吕金海
  1. PC机串行通信程序设计

    0下载:
  2. 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:59105
    • 提供者:王成
  1. ijnew

    0下载:
  2. C和BASIC对51系列编实现PC机与MCU通信,以将MCU作PC的前端数据采集器或命令执行器.-C and BASIC part series on the 51 PC and MCU communications, MCU to be for the PC front-end data acquisition system or order actuators.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:9145
    • 提供者:梁小梁
  1. chuankoubiancheng

    0下载:
  2. 串口编程--接收PC发过来的字符串,回发字符串.发送期间中断控制LED灯闪烁 采用外部晶振22.1184MHz 使用定时器1,方式2产生波特率,SMOD = 0或者1 定时器初值X=256-SYSCLK*(SMOD+1)(BAUDRATE*384) -Serial Programming -- receiving PC sent the string, the string back. During this interruption control LED lights exter
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2436
    • 提供者:团党委
  1. mytingcheshoufei

    2下载:
  2. 本软件是用delphi编写的小区或停车场收费系统,是一个完整的案例,系统中涉及IC卡发卡机串口操作和数据库编程,对于串口编程的朋友们大有帮助,实际案例学习比看书快多了。(用户名as无密码)。-the software is prepared by the district delphi or parking fees system is a complete case, the system involved in IC cards for serial operation and databa
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4777798
    • 提供者:张永
  1. A_CCONTROL

    1下载:
  2. 可实现视频设备(云台和摄像头)的控制,在监控系统工程中有着广泛的应用。通过串口或并口控制云台8个方向转动、镜头与光圈的6种调节,辅助设备(雨刮、照明等)的开关。-video equipment can be realized (and camera platforms) control, the control system has a wide range of applications. Through serial or parallel port to control the direc
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:676203
    • 提供者:张永
  1. mscommbcb

    1下载:
  2. 众所周知,C++Builder本身并不提供串行通讯控件MSComm,但我们却可以通过注册后直接使用它。启动C++Builder5.0后,然后选择C++Builder主菜单中的Component菜单项,单击Import Active Control命令,弹出Import Active窗口,选择Microsoft Comm Control6.0,再选择Install按钮执行安装命令,系统将自动进行编译,编译完成后即完成MSComm控件在C++Builder中的注册,系统默认安装在控件板的Active
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3788
    • 提供者:贝石皿
  1. lsComm

    0下载:
  2. 一个封装好的串口通信类,可以手动监听串口或采取中断消息的方式,内部实现多线程-a good package Serial Communications, manual monitoring serial or interruption of information, internal multi-threading
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:74820
    • 提供者:aa
  1. UART_TWO_COMPUTER

    0下载:
  2. 两台PC机间的串口通信程序,很简单实用,可以传送文件或者消息-two PC serial communications between the procedure is very simple and practical, to allow the transmission of documents or information
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:60441
    • 提供者:武文杰
  1. tty_io

    0下载:
  2. gives an orthogonal feeling to tty s, be they consoles or rs-channels. It also implements echoing, cooked mode etc.-gives an orthogonal feeling to tty s, be they consoles or rs-channels. It also biennium max echoing, cooked mode etc.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:16405
    • 提供者:王亮亮
  1. gSeral

    0下载:
  2. GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序(龚建伟曾用它编过7串口通信程序)。Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行-GSerial under DOS is a serial communication program, program structure better, the amounts can be interrupted with receiving / sending of
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:6401
    • 提供者:guchong
  1. ldsdsed_dm

    0下载:
  2. 软件介绍:主要用于LED数码管段位置信息生成,可保存在单片机程序存储器中供查表使用的数据。可自行修改数码管各段的位置信息;可以选择LED类型:共阴或共阳;自定义位置信息并可保存;可以生成 8位同样可以保存为C、ASM、PIC、EMC、数组等格式数据。-software presentations : mainly for possession of the LED digital location information generated, kept in SCM program memory
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:323022
    • 提供者:张亚西
  1. 5ivb_572117

    0下载:
  2. 这是一个串口调试程序,带有源代码的,还是比较好用的.-This is a serial debugger, with the source code, or better quality.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:68852
    • 提供者:Max Henry
  1. PC8251

    0下载:
  2. 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the u
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:16259
    • 提供者:12345
  1. VB-control-dimmer-or-LED-adjust

    1下载:
  2. VB串口控制可控硅程序,控制界面。-VB,MScom control adjust or dimmer system ,conrol panel.
  3. 所属分类:Com Port

    • 发布日期:2016-10-05
    • 文件大小:19456
    • 提供者:林中海
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com