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

搜索资源列表

  1. 不占用串口资源读取串口

    0下载:
  2. 不占用串口读取串口,在win98下VxD串口数据捕捉的程序。具体使用可以自已在界面上学习-off Serial serial read in VxD under win98 serial data capture process. Concrete can use in their own learning interface
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:33254
    • 提供者:向峰
  1. Vb串口通讯调试方法

    3下载:
  2. vb 串口通讯调试方法 现有电子秤一台,使用串口与计算机进行通讯。编写VB程序来访问串口,达到读取电子秤上显示的数据。该电子秤为BE01型仪表,输出为RS-232C标准接口,波特率为300-9600、偶校验、7个数据位、2个停止位。所有字符均发送11位ASCII码,一个起始位。在VB中与串口通讯需要引入控件MSComm串口通讯控件(在Microsoft Comm Control 6.0中)-vb serial communications debugging method existing
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2878
    • 提供者:林帆
  1. 一个串口包装类及演示程序

    0下载:
  2. 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:49061
    • 提供者:张权
  1. 模仿Windows系统带的超级终端风格的RS232串口调试工具

    0下载:
  2. 这是一个模仿Windows系统带的超级终端风格的RS232串口调试工具。非常容易读取和写入端口,发送支持ASCII字符模式,可以打开二进制文件以16进制格式显示发送。支持工作内容保存,下次加载。 里面的那个动画窗体加载出现蛮有意思,大家可以学习下。尤其对调试AT指令之类的比较方便。-This is a parody of the Super Terminal Windows system with RS232-style serial debugging tools. Very eas
  3. 所属分类:串口编程

    • 发布日期:2017-03-23
    • 文件大小:64773
    • 提供者:christine4115
  1. UART

    2下载:
  2. windows下串口编程,从磁盘读取一特定格式的TXT文件,提取出其中的数据,通过串口发送,并接收返回数据。多进程实现。MFC-a c++ program of uart,the program read a .txt file from the disk and send the information by the UART port,MFC,multi process
  3. 所属分类:串口编程

    • 发布日期:2013-08-02
    • 文件大小:64503
    • 提供者:chen
  1. cktx

    0下载:
  2. 学习串口通信的好资料,内含有创建一个串口,打开串口,读取串口内容,关闭串口,还有多线程串口编程知识-Learning a good serial communication data contains create a serial port, open the serial port, serial port to read the contents, close the serial port, serial ports are multi-threaded programming know
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:907091
    • 提供者:王勇
  1. VCComm

    1下载:
  2. VC从串口读取数据并实时绘制曲线图,非常好用。-VC data from the serial port to read real-time rendering curve is very useful.
  3. 所属分类:Com Port

    • 发布日期:2015-10-20
    • 文件大小:166912
    • 提供者:Lihao
  1. Agilent34401a

    1下载:
  2. 安捷伦34401a数字万用表,通过串口读取,在电脑上显示所测量电压、电流.-Agilent 34401a digital multimeter, to read through the serial port, the computer displays the measured voltage and current.
  3. 所属分类:Com Port

    • 发布日期:2016-01-25
    • 文件大小:1882642
    • 提供者:蝈蝈
  1. lBarcodeReader

    0下载:
  2. VB通过COM串口读取条形码设备,程序用到了MsComm.ocx控件,如果对此控件没有掌握用法的朋友,可以参考一下这个实例。 -COM serial port through VB to read the bar code equipment, procedures used in the MsComm.ocx control, if this control does not have the use of a friend, you can refer to this example.
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:3947
    • 提供者:liubin
  1. ESIVacSys2_v1.0

    0下载:
  2. ESI 真空计串口读取.利用RS232读取并生成文件自动记录真空度。-Vaccum recorder by RS232C for ESI ion Gauage.
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:630059
    • 提供者:Qi
  1. c# 串口通讯 读取数据库等信息

    3下载:
  2. c# 串口通讯 读取数据库等信息,写入注册表,读取磅的数据,写入数据库-c# serial communication read the database information, write to the registry, read pounds of data, written to the database
  3. 所属分类:串口编程

    • 发布日期:2014-01-25
    • 文件大小:675781
    • 提供者:adai
  1. 串口调试助手V2.2

    0下载:
  2. 可以从电脑上读取串口数据,初学者必备的软件。(You can read serial data from your computer)
  3. 所属分类:串口编程

    • 发布日期:2017-12-21
    • 文件大小:125952
    • 提供者:wy。
  1. STM32 串口

    0下载:
  2. STM32f103vet6进行串口读取,发送(STM32f103vet6 serial read, send)
  3. 所属分类:串口编程

  1. 串口

    0下载:
  2. 与台达PLC进行串口通信,读取参数及控制运动(Read parameters and control movement)
  3. 所属分类:串口编程

    • 发布日期:2017-12-31
    • 文件大小:5120
    • 提供者:sam_van
  1. MSComm 串口通信6月9日

    0下载:
  2. 数据的读取:串口通信串口按位发送和接收字节,可以将来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件使用。串口通信最主要的参数是波特率、数据位、停止位和奇偶校验。(The data read: serial communication serial port by sending and receiving bytes, parallel data characters from the CPU into a continuous
  3. 所属分类:串口编程

    • 发布日期:2018-01-01
    • 文件大小:11770880
    • 提供者:celery123
  1. GPRMC

    0下载:
  2. 通过串口读取gps时钟不同格式的数据,并显示相关经纬度、高度等信息(Read GPS data through serial and display)
  3. 所属分类:串口编程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:Wendy1811
  1. 可以发送长字符串的串口调试助手

    0下载:
  2. 实现串口调试,可以读取终端与上位机之间数据的读取发送(To realize serial debugging, the reading and sending of data between the terminal and the upper computer can be read)
  3. 所属分类:串口编程

  1. Moudbus_文本读取和通讯

    0下载:
  2. 实现文本读取、字符转码、Moudbus协议创建和串口通讯。(Implementation of text read, character transcoding, Moudbus protocol creation and serial communication.)
  3. 所属分类:串口编程

    • 发布日期:2018-01-10
    • 文件大小:24576
    • 提供者:rocfly
  1. ReadDaTime

    2下载:
  2. 从串口读取串口数据,并截取部分数据进行曲线拟合,实时读取数据,定时持续更新曲线。(Read data from serial port and intercept some data fitting curves.)
  3. 所属分类:串口编程

    • 发布日期:2019-09-18
    • 文件大小:31744
    • 提供者:绮筵
  1. LABVIEW 串口读取数据

    1下载:
  2. LABVIEW 串口读取数据
  3. 所属分类:串口编程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com