搜索资源列表

  1. VC下Mscomm控件的串口通信程序

    1下载:
  2. 可用于两台计算机之间的串口通讯测试,一台电脑上有两个串口也可以。还可以添加虚拟串口进行通信
  3. 所属分类:串口编程

    • 发布日期:2009-04-10
    • 文件大小:37.18kb
    • 提供者:haiwei719
  1. STC两个串口程序

    0下载:
  2. STC单片机两个串口的读写程序
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2011-10-30
    • 文件大小:15.36kb
    • 提供者:lanminxuan
  1. 一个串口包装类及演示程序

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

    • 发布日期:2024-11-08
    • 文件大小:48kb
    • 提供者:张权
  1. pc机串口

    0下载:
  2. pc机串口通信,可以实现计算机与单片机,或者是两个单片机之间的通信-the communication through PC serial, between PC and SCM, or two SCM
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-08
    • 文件大小:12kb
    • 提供者:邱林
  1. s2trace

    0下载:
  2. 同时监测两个串口的数据,并实时显示和存盘。-two simultaneous monitoring serial data and real-time display and archiving.
  3. 所属分类:通讯编程

    • 发布日期:2024-11-08
    • 文件大小:3kb
    • 提供者:董时舫
  1. 附件

    0下载:
  2. dephi实现RS232串口通信。本程序需要一根RS232串口线连接两个串口实现。本程序包括两个部分:发送端和接收端,分别打开两个文件夹里名为SerialPortCom.exe的程序,在发送端输入数据,然后就可以在接收端看到发送端输入的数据。-dephi achieve RS232 serial communication. This process requires an RS232 serial link two Serial Po
  3. 所属分类:串口编程

    • 发布日期:2024-11-08
    • 文件大小:393kb
    • 提供者:忆星
  1. 0904 与WinSock结合的串口通信实例

    1下载:
  2. 与WinSock结合的串口通信实例,分为服务器端何客户端两个程序,程序名分别为SClient,SServer -WinSock combined with the serial communication examples, divided into server-client 2 DR procedures, procedures were respectively SClient, SServer
  3. 所属分类:串口编程

    • 发布日期:2024-11-08
    • 文件大小:1.92mb
    • 提供者:严沁
  1. com1com2

    0下载:
  2. 本软件在C++ Builder 6.0开发环境下编程,实现的功能是:如果将本机的两个串口通讯口COM1和COM2连接起来,可以实现本机内这两个COM口间的数据的传输;若将两台电脑的COM口连接起来,可以实现这两台电脑的串行数据传输。-the software in C Builder 6.0 development environment programming, the functions are : If the machine t
  3. 所属分类:串口编程

    • 发布日期:2024-11-08
    • 文件大小:835kb
    • 提供者:mayfar
  1. MODBUSDISPLAY

    0下载:
  2. CPU为CSP8051F020,有两个串口和一个SPI口。 一个串口通过数传电台和中控室计算机通信 另一个串口和PLC的MODBUS口通信。 SPI口控制数码管的显示。 已经在工程上应用。-CPU for CSP8051F020, two serial and one SPI mouth. A serial data transfer through the radio and the computer contro
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-08
    • 文件大小:13kb
    • 提供者:LIN
  1. tel485

    0下载:
  2. 本程序主要用于两个串口扩展的通信程序:RS232和RS485。-the procedure used mainly for the expansion of two serial communication program : RS232 and RS485.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-08
    • 文件大小:2kb
    • 提供者:廖学兵
  1. MEGA128_UART_DRIVER

    0下载:
  2. MEGA128 串口驱动程序 两个串口都有,包括H文件和C文件-MEGA128 Serial Driver has two serial, including the H and C paper documents
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-08
    • 文件大小:8kb
    • 提供者:
  1. DoublePort

    0下载:
  2. 串口程序,实现多串口共存的情况下(这里为两个串口),实现自发自收-Serial procedures, Multiport Serial coexistence circumstances (here for two serial), to achieve spontaneous collected
  3. 所属分类:其他小程序

    • 发布日期:2024-11-08
    • 文件大小:1.82mb
    • 提供者:梅子
  1. 2440_AddCom

    0下载:
  2. 2440开发板pb4.2增加两个串口需更改的文件。-2440 Development Board pb4.2 two additional serial changes to the document required.
  3. 所属分类:Windows CE

    • 发布日期:2024-11-08
    • 文件大小:58kb
    • 提供者:林起局
  1. SerialPort_console

    0下载:
  2. 串口通讯控制台程序CSharp源码,使用.NET2.0的Serialport类,此程序简单的实现了两个串口的的数据收发,是初学者的学习串口编程的好例子。-Serial Communication Control Panel procedures CSharp source code, use. NET2.0 of Serialport class, this program has achieved two simple serial
  3. 所属分类:通讯编程

    • 发布日期:2024-11-08
    • 文件大小:942kb
    • 提供者:bestjilei
  1. UART0

    1下载:
  2. 由C8051F340单片机的两个串口收发数据,内部定义了两个缓冲区,可以发送无数个数据-C8051F340 MCU from two serial ports to send and receive data, the internal definition of the two buffer zones, you can send numerous data
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-11-08
    • 文件大小:18kb
    • 提供者:廖午武
  1. linux_uartdriver

    0下载:
  2. 一个简单的 arm-linux 下的 Uart驱动实例,里面含有测试程序,需要连接两个串口来测试。-A simple arm-linux-driven examples of Uart, which contains the test procedures, the need to connect two serial ports to test.
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-11-08
    • 文件大小:13kb
    • 提供者:梁小刚
  1. 串口操作:一个收两个发

    0下载:
  2. 实现多个串口收发,并控制哪个串口收发的stm32程序(several usarts transport and receive)
  3. 所属分类:串口编程

    • 发布日期:2024-11-08
    • 文件大小:2.66mb
    • 提供者:的算法
  1. 串口T2

    0下载:
  2. 串口的调试和传输 用于两个串口间的发送与接受(Serial port debugging and transmission is used for sending and receiving between two serial ports.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-08
    • 文件大小:60kb
    • 提供者:486684
  1. 定时器模拟串口src

    0下载:
  2. 实现使用单片机的定时器扩展两个串口,加上原串口共3个串口。程序为一个工程用到的所有源代码,实测好用。(expand STM8 MCU's UART PORT by using the internal timer resouces, for the demand of multiple-uart and low cost solution.)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-11-08
    • 文件大小:218kb
    • 提供者:煎饼鸡
  1. STM8S003F IO口模拟串口源码

    0下载:
  2. STM8S003F只有一个串口,项目中需要两个串口,因此采用IO口模拟一个串口。 此程序也是经理给的,经过测试可以用,不过需要耐心阅读一下程序,理解串口程序的思路,能够正确读写串口温度传感器的温度值(STM8S003F has only one serial port, and two serial ports are needed in the project, so IO port is used to simulate a ser
  3. 所属分类:芯片资料

    • 发布日期:2024-11-08
    • 文件大小:6kb
    • 提供者:cttboy
« 12 3 4 5 6 7 8 9 10 ... 38 »

源码中国 www.ymcn.org