CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口发送数据

搜索资源列表

  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. 用c语言编写串口程序

    0下载:
  2. 用c语言编写串口程序 在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬 件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言 作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言 的方便。   在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6431
    • 提供者:王平
  1. timer_com

    0下载:
  2. 通过定时器定时向串口发送数据,1秒内发4段,并且4段的时间间隔可控制-timer through regularly send data to the serial port, one within seconds of the four, and four of the time interval can be controlled
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:34309
    • 提供者:轩辕鸿彦
  1. VC向指定串口发送和接收数据(可十六进制)

    0下载:
  2. VC++ 串口通信,很不错的,感谢大家的支持与下载(VC++ serial communication, very good)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:23552
    • 提供者:cfq1535
  1. UART发送接收

    0下载:
  2. stm8串口与上位机进行通信,上位机先发送数据给单片机,单片机再将数据反馈给上位机(Stm8 serial communication with the host computer through the computer, sends the data to the MCU, MCU and data feedback to the host computer)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:3092480
    • 提供者:Sherlock0001
  1. UART.rar

    0下载:
  2. 电脑串口向单片机发送数据,单片机收到后返回相同数据(Computer serial port to send data to the microcontroller, the microcontroller received the same data returned)
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-12-25
    • 文件大小:25600
    • 提供者:H丶yacinth
  1. uart

    0下载:
  2. 实现串口发送和接收功能,数据处理模块可自行修改。(Serial port to send and receive functions, data processing module can modify its own.)
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-12-27
    • 文件大小:6144
    • 提供者:Nate777
  1. 下位机程序111

    0下载:
  2. 进行串口读取数据,中断服务,完成一定的脉冲发送(Serial read data, interrupt service, to complete a certain pulse to send)
  3. 所属分类:其他

  1. 串口2.0

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

    • 发布日期:2018-01-01
    • 文件大小:200704
    • 提供者:一起学
  1. TCPServer-增氧监控

    0下载:
  2. 通过TCP/IP协议,获取数据,将数据通过串口发送到下位机、单片机,实现对单片机的控制。(Through the TCP/IP protocol, the data is acquired, and the data is sent to the lower computer and the MCU through the serial port, so as to realize the control of the microcontroller.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-01
    • 文件大小:411648
    • 提供者:david_zn315
  1. uart_socket

    0下载:
  2. 通过将linux下的串口转换为socket 把数据传出去,或者通过socket接收数据,然后通过串口发送出去(By converting the serial port under Linux to socket, the data can be sent out, or the data can be received through socket, and then sent out through the serial port)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-05
    • 文件大小:12288
    • 提供者:davi978
  1. com

    0下载:
  2. 串口调试助手,检测串口接受数据,发送数据,ascii,十六进制(Serial debugging assistant)
  3. 所属分类:串口编程

    • 发布日期:2018-01-06
    • 文件大小:82944
    • 提供者:我老了
  1. Simalator

    0下载:
  2. 用来模拟串口发送接收 主要接受卫星相关数据(Using the analog serial port to send and receive)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:2231296
    • 提供者:泗水六年
  1. project4

    0下载:
  2. 获取每个串口的数据,发送或者读取数据,可以参考学习(Get data from each serial port, send or read the data)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:60416
    • 提供者:刘仰川
  1. A163410914-27047

    1下载:
  2. VC++使用MSComm控件进行串口通信的例子,基于MSComm来实现,也就是使用串口发送和接收数据,程序运行后会自动检测串口,选择串口后就可以发送一些简单的文字来测试串口通信的效果,之类例子较多了,你可以在本站搜索下“串口通信”。(Vc + + serial communication using MSComm control for example, to implementation, based on the MSComm also is to use a serial port to
  3. 所属分类:串口编程

    • 发布日期:2018-04-19
    • 文件大小:16384
    • 提供者:小阿七
  1. BCB串口编程接收任意发送固定Demo

    0下载:
  2. 使用Boland C++ Builder 6.0进行串口编程,实现能够接受串口发送的数据,能够发送程序内固定的数据,是一个初学者可以参考到的Demo(Using Boland C++ Builder 6 for serial programming to achieve the data that can be sent by the serial port, and to send the fixed data in the program, it is a Demo that a begin
  3. 所属分类:串口编程

    • 发布日期:2018-05-02
    • 文件大小:671744
    • 提供者:WISDIMDI
  1. ADC

    0下载:
  2. 通过串口发送adc数据,数据为电位器两端电压(Sending ADC data through a serial port)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-02
    • 文件大小:801792
    • 提供者:gggggggddd
  1. C8T6 8通道采集IIC 串口发送

    0下载:
  2. 本程序由一台主机通过RS485控制多个从机,这里给出的是一个从机的程序。通过对stm32控制,对8路的IIC采集传感器数据,通过串口控制单片机的执行与数据的上传,代码运行时间少,并且避免了从机与主机通信时从机与从机通信之间的干扰.(This program is controlled by a host machine through RS485, and a slave program is given here. Through the control of STM32, the data
  3. 所属分类:单片机开发

    • 发布日期:2018-05-06
    • 文件大小:7412736
    • 提供者:enshadower
  1. 51

    0下载:
  2. 串口超声波程序,范例程序,串口发送指令和接收超声波数据(Serial port ultrasonic program)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:2048
    • 提供者:锋电子
  1. 串口图片通过VGA显示

    0下载:
  2. 将图片数据通过uart串口发送到fpda的sdram,然后通过VGA进行显示
  3. 所属分类:VHDL编程

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com