搜索资源列表

  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. 串口扫描源码

    0下载:
  2. 包含的功能有打开串口,设置掩码等参数,读取数据并存入文件,写入数据等。

  3. 所属分类:驱动编程

    • 发布日期:2009-01-05
    • 文件大小:44431
    • 提供者:wencongqiu
  1. 串口通讯数据库读取

    0下载:
  2. 利用串口方式读取数据库,对于实时监测系统有帮助- Reads using the string mouth way takes the database, has regarding the real-time monitor system helps
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-07-01
    • 文件大小:432128
    • 提供者:
  1. 一个串口包装类及演示程序

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

    • 发布日期:2024-07-01
    • 文件大小:49152
    • 提供者:张权
  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. 所属分类:串口编程

    • 发布日期:2024-07-01
    • 文件大小:1912832
    • 提供者:向峰
  1. Vb串口通讯调试方法

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

    • 发布日期:2024-07-01
    • 文件大小:3072
    • 提供者:林帆
  1. CKTH

    0下载:
  2. 串口通信程序,读取串口的模块,简单高效,可直接用于程序中-serial communication program, reading the serial module, simple and efficient, can be directly used in procedures
  3. 所属分类:界面编程

    • 发布日期:2024-07-01
    • 文件大小:6144
    • 提供者:都建波
  1. OpeSerial

    0下载:
  2. EVC下异步读取串口 采用事件触发读取和写入线程-EVC read under the serial asynchronous events trigger the use of threads to read and write
  3. 所属分类:文件操作

    • 发布日期:2024-07-01
    • 文件大小:47104
    • 提供者:jaysky
  1. uart_line

    0下载:
  2. 这个是我在realtimetable基础上修改的程序,适合于读取串口数据,并画出实时曲线,还用了flexgrid控件显示数值,串口的设置是“57600,n,8,1”,基于多文档的。-This is my realtimetable based on the revised procedures, suitable for reading serial data, and draw real-time curve, also used t
  3. 所属分类:绘图程序

    • 发布日期:2024-07-01
    • 文件大小:162816
    • 提供者:西行
  1. PcUSB

    0下载:
  2. PCusb,一个读取串口原程序,VC++6.0-PCusb, a serial port to read the original procedure, VC++ 6.0
  3. 所属分类:USB编程

    • 发布日期:2024-07-01
    • 文件大小:5511168
    • 提供者:czq
  1. GpsRecv

    0下载:
  2. 通过调用Win32通信API函数,可以使程序打开一个串口,并对这个串口进行基本配置。GPS数据采集程序主要实现了配置串口,创建串口数据接收线程,使用重叠操作方式读取串口数据及如何处理接收到的数据的基本方法。-Communication by calling the Win32 API function, you can make the program opens a serial port, serial port and the b
  3. 所属分类:通讯编程

    • 发布日期:2024-07-01
    • 文件大小:3623936
    • 提供者:chenjin
  1. sc

    0下载:
  2. 用vc++读取串口的数据,并将读取的串口数据,实时绘制曲线-Using vc++ read data from serial port, serial port and read data, real-time rendering curve
  3. 所属分类:串口编程

    • 发布日期:2024-07-01
    • 文件大小:2946048
    • 提供者:大宝
  1. realtimetable-flexgrid-comms

    0下载:
  2. 读取串口数据并画实时曲线的VC++程序源码 这个是我在realtimetable基础上修改的程序,适合于读取串口数据,并画出实时曲线,还用了flexgrid控件显示数值,串口的设置是“57600,n,8,1”,基于多文档的。 -realtimetable-flexgrid ARM+DSP
  3. 所属分类:通讯编程

    • 发布日期:2024-07-01
    • 文件大小:532480
    • 提供者:lio
  1. port

    0下载:
  2. 读取串口数据并画实时曲线的VC++程序源码,界面友好,可定制。-Read real-time serial data and draw the curve VC++ program source code, user-friendly, customizable.
  3. 所属分类:串口编程

    • 发布日期:2024-07-01
    • 文件大小:2441216
    • 提供者:qiang
  1. 松下电机绝对位置串口读取 C#程序

    4下载:
  2. 松下A5型电机绝对位置串口读取,可以通过串口通讯方式实时读取电机绝对是编码器传送到松下电机中的脉冲量。
  3. 所属分类:串口编程

  1. 读取串口数据并画实时曲线

    0下载:
  2. 基于VC6.0开发,在窗口中创建一个图表,通过串口读取数据并在图表中绘制实时曲线。(Based on VC6.0 development, create a chart in the window, read data through the serial port, and draw the real-time curve in the chart.)
  3. 所属分类:Windows编程

    • 发布日期:2024-07-01
    • 文件大小:1789952
    • 提供者:Tercelfly
  1. VB RS232串口调试工具

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

    • 发布日期:2024-07-01
    • 文件大小:61440
    • 提供者:msnm1206
  1. 串口调试助手V2.2

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

    • 发布日期:2024-07-01
    • 文件大小:125952
    • 提供者:wy。
  1. 读取串口数据并画实时曲线的VC++程序源码

    0下载:
  2. 通过串口读取数据,将读取回来的数据分析处理,然后通过曲线形式显示出来。(Read data through the serial port, read back data analysis, processing, and then displayed in the form of curves.)
  3. 所属分类:通讯编程

    • 发布日期:2024-07-01
    • 文件大小:162816
    • 提供者:Tercel_fly
  1. WPF串口通信

    0下载:
  2. WPF串口通信例子,读取串口信息,语言c#(WPF serial communication example, read serial information)
  3. 所属分类:其他小程序

    • 发布日期:2024-07-01
    • 文件大小:275456
    • 提供者:冰冰贼
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org