搜索资源列表

  1. 我见过最好的串口类

    1下载:
  2. 我所见过用VC写的最好的串口类,具有模拟单片机中断传输的方式,避免了查询传输CPU损耗和接收超时-I have ever seen VC was the best serial category, with simulation SCM interruption of transmission, so that the CPU for transmission and reception of overtime loss
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:47595
    • 提供者:soon
  1. 大学汇编课程设计程序及文档(双机串口文件传输)

    1下载:
  2. 大学汇编课程设计程序及文档(双机串口文件传输),开发环境TurboC-compilation of the University of curriculum design procedures and documentation (two aircraft serial file transfer), the development environment TurboC
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:128911
    • 提供者:江林
  1. 多线程串口Modem远程数据通信

    0下载:
  2. 本例子详细介绍了如何编制一个利用win32串口API函数,通过读写串口控制MODEM,进而实现远程数据传输的程序。-the detailed examples of how to use the preparation of a Serial win32 API functions to read and write through the modem serial port control, thereby achieving lon
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:59602
    • 提供者:王永
  1. 串口通信数据

    0下载:
  2. 用vb实现串口间通信,可以用来熟悉串口间传输信息的原理.-with Serial Communication, which can be used with serial transmission of information between the principle.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:4197
    • 提供者:zcj
  1. wenducaiji

    0下载:
  2. 1.程序分两部分:单片机部分;PC机部分 2.sth110为温度传感器,采集到温度数据后,显示在1602显示屏上,并且通过串口传输给PC机,PC机接受并显示温度值。-1. Program in two parts: microcontroller part PC machine parts 2.sth110 as temperature sensors, temperature data collected to show the
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:55296
    • 提供者:王婷
  1. 51RF

    0下载:
  2. 基于8051单片机的发送和接收程序 不错的代码 应用于串口传输-基于8051单片机的发送和接收程序 不错的代码 应用于串口传输
  3. 所属分类:Windows编程

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:王宏伟
  1. USART_STM32f103

    0下载:
  2. 学习STM32f103如何与上位机如何进行串口传输数据,里面提供了整个工程文件-Learn how STM32f103 how PC serial port to transfer data, which provides the entire project file
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-16
    • 文件大小:1031168
    • 提供者:huangzhonghui
  1. USARTandDS18B20(GCC)

    0下载:
  2. 使用GCC对AVR单片机进行编程,主要控制18B20,实现了温度采集后在从串口中输出,这个程序实现了数据采集和串口传输的联合调试-AVR microcontroller with GCC for programming, the main control 18B20, after achieving a temperature collect the output from the serial port, the program of
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:49152
    • 提供者:张良
  1. uart_2_pc

    0下载:
  2. 实现FPGA和PC通过串口传输数据,已经通过验证,可以结合自己的设计直接拿来用(ealize FPGA and PC to transmit data through serial port)
  3. 所属分类:其他小程序

  1. 串口

    0下载:
  2. 进行串口设置及通过PC机输出数据实现msp430F169的简单串口传输数据。(Serial port settings and output data through the PC machine)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-16
    • 文件大小:132096
    • 提供者:denghuo
  1. 串口调试

    0下载:
  2. 串即串行的意思,是指数据在一根数据线上按照二进制数的数位一位接一位的传输,例如要传输一个字节的数据10110010,先将最低位的0通过数据线传送过去,然后是下一位的1(两次传送时间间隔很小),依次将8位数据(1字节)传送过去。(On a serial of meaning, refers to the data in a data line in accordance with the binary digital one by one
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-16
    • 文件大小:2081792
    • 提供者:逍遥弘一
  1. 超声波测距串口显示

    0下载:
  2. 用超声波测距离 并用串口传输数据。可以嵌入其他模块(Use ultrasonic to measure distance and transmit data by serial port. Other modules can be embedded)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:78848
    • 提供者:我擦嘞
  1. temperature

    0下载:
  2. stm32 正点原子开发板mini v3.3亲测可用,将下位机开发板采集的温度通过串口传输到PC机串口,测试时采用USB转串口,上传代码为下位机代码,下次再传上位机代码。(stm32 seiral com code+temperature)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-16
    • 文件大小:3226624
    • 提供者:JOJOYU718
  1. 简单模拟串行通信2017-10-10 (1)

    0下载:
  2. 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;(The use of single-chip arbitrary IO port with the method of software simulation method to realize asynchronous
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:65536
    • 提供者:Smile Han
  1. 串口2.0

    0下载:
  2. 两台电脑进行文件数据传输与接收,一台在传输口里输入数据,点击发送后,另一台可以接收到(Data transmission and reception between two computers)
  3. 所属分类:串口编程

    • 发布日期:2024-05-16
    • 文件大小:200704
    • 提供者:一起学
  1. CFile

    0下载:
  2. 无线通信串口传输代码。编写比较详细,适合初学者进行学习,有很大的参考价值(Serial communication code for wireless communication)
  3. 所属分类:Windows编程

  1. verilog

    0下载:
  2. lcd1602 12864显示程序代码,串口传输数据代码(lcd1602 12864 code,UART code.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-16
    • 文件大小:7168
    • 提供者:打蛋器
  1. Desktop

    0下载:
  2. 51单片机ad0809采集数据串口传输电脑(51 single chip microcomputer ad0809 collection data serial port transmission computer)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-16
    • 文件大小:1024
    • 提供者:海宁欧巴
  1. comm

    0下载:
  2. 可以通过串口传输中英文文字和符号,分别有打开串口、关闭串口、发送信息按钮(The words and symbols can be transmitted through the serial port)
  3. 所属分类:串口编程

    • 发布日期:2024-05-16
    • 文件大小:3315712
    • 提供者:不想起名字
  1. VB

    0下载:
  2. 实现GPS和导航系统的连接,必须要解决计算机和GPS接收机的串口通信问题。在计算机和GPS接收机的数据传输过程中,计算机的串口(COM)作为计算机CPU和串行设备间的编码转换器,提供了计算机与GPS接收机之间的数据传输通道。而GPS接收机作为数据终端设备,将采集到的导航定位数据通过计算机串口传输给计算机,并为导航系统使用。在Windows环境下可以通过Visual Basic编程语言及其提供的专门用于串口通信的MSComm控件,实现GP
  3. 所属分类:GPS编程

    • 发布日期:2024-05-16
    • 文件大小:63488
    • 提供者:sadsasad
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org