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

搜索资源列表

  1. MSComm 控件的 Modem 通讯.rar

    0下载:
  2. MSComm 控件通过串行端口(serial port)传送和接收数据,为应用程序提供了串行通讯功能。而且在可视化编程盛行的今天,可以很方便的在Visual Basic(VB)、Visual C++(VC)、Delphi等语言及开发平台中应用。
  3. 所属分类:通讯/手机编程

    • 发布日期:
    • 文件大小:26866
    • 提供者:
  1. SCOM

    0下载:
  2. 使用单片机C语言编的单片机实验板与上位机的串口通信(可接收上位机命令和根据命令给上位机上传上位机需要的数据)程序,可供单片机开发人员参考。-use C language series micro-controller board and PC serial communications (PC can receive orders and orders under the PC to PC to upload the data needed) process for the developmen
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1441
    • 提供者:lsd
  1. VB学生管理系统

    0下载:
  2. 串口数据的发送与接收及十六进制数据的处理 串 口数据的发送与接收及十六进制数据的处理-serial data transmission and reception of data and hexadecimal address of the serial data send and receive data and he xadecimal address of the serial data send and receive data and hexadecimal address of th
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:363566
    • 提供者:wetq
  1. roveprince

    0下载:
  2. 串口数据的发送与接收及十六进制数据的处理 串 口数据的发送与接收及十六进制数据的处理 串口数据的发送与接收及十六进制数据的处理-serial data transmission and reception of data and hexadecimal address of the serial data send and receive data and hexadecimal address of the serial data send and receive data and hexad
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:2049660
    • 提供者:wetq
  1. scommtest02

    0下载:
  2. 串口数据的发送与接收及十六进制数据的处理 串 口数据的发送与接收及十六进制数据的处理-serial data transmission and reception and hexadecimal data processing serial data transmission and reception and hexadecimal data processing
  3. 所属分类:菜单

    • 发布日期:2008-10-13
    • 文件大小:19516
    • 提供者:wetq
  1. fwgComDbg

    1下载:
  2. 一个VC++编写的串口通信程序,可以通过串口发送和接收数据,并输出日志,也包含串口通讯中参数的设置-a VC prepared by the serial communication program, through the serial port to send and receive data and log exports, also includes serial communication parameters set
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:77415
    • 提供者:fwy
  1. DebugDSP

    0下载:
  2. 这个是用串口下载文件到交界处单片机的代码,而且可以用单片机接收数据用于显示,我们自己使用的工具的-serial download files to the junction of microcontroller code, and SCM can be used for receiving data, we use the tools
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:49520
    • 提供者:dsp
  1. ucos2 can总线通讯

    0下载:
  2. 编程实现MCP2510 的CAN 总线通讯;两个UP-NetARM3000 通过CAN 总线相连接。ARM 监视串行口,将接收到的字符发送 给另一个开发板并通过串口显示(计算机与开发板是通过超级终端通讯的)。即按PC 键盘通 过超级终端发送数据,开发板将接收到的数据通过CAN 总线转发,再另一个PC 的超级终 端上显示数据-Programming MCP2510 CAN bus communication; Two UP-NetARM3000 CAN bus link. ARM su
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:21840
    • 提供者:陈小平
  1. Setupck5.75

    1下载:
  2. 一个串口工具,可以用十进制来显示接收数据,不错的工具。-a tool, you can use the metric system to receive data show that good tool.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2073114
    • 提供者:王旺旺
  1. IRMDecode

    0下载:
  2. 红外线接收头NEC码解码程序,接收红外遥控发出的NEC码,转换程序串口数据发出-infrared receiver NEC decoding process, receiving infrared remote control codes issued by the NEC, Serial data conversion issue
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2405
    • 提供者:yea
  1. DATARETa

    0下载:
  2. 发送和接收到的数据一样多,边接边返回到上位机,使用串口UART0接收上位机发送的数据,接收到和发送的数据一样多后,取反LED1控制,并将数据原封不动地发送回上位机。 周立功lpc2104开发板开发-to send and receive data as much side to side to take MCS96/98 use Serial UART0 receiving PC to send data, receive and send data as much, Opposite LE
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:44606
    • 提供者:李建勋
  1. DATARETljx

    0下载:
  2. LED数码管显示0-F字符,同时控制LED1、LED2、LED3、LED4显示对应的16进行值。数据以高低位调换. 串口UART0接收上位机发送的数据,接收到返回最后一个数据到上位机,同时中断计数显示,显示回发上位机的数据。 周立功lpc2104板开发。-digital LED Display 0-F characters and control LED1, LED2, LED3. LED4 shows the corresponding values for 16. Data-transf
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:47891
    • 提供者:李建勋
  1. 20473893

    0下载:
  2. 模拟数字通信通道,将离散数据利用奇偶效验码编码,FSK调制后,发送,接收端解调解码后还原()
  3. 所属分类:串口编程

    • 发布日期:2018-05-03
    • 文件大小:212992
    • 提供者:Rupptl
  1. 单片机_labview

    1下载:
  2. Labview接收单片机数据,进行波形数据采集(LabVIEW receives SCM data and carries out waveform data acquisition)
  3. 所属分类:LabView编程

    • 发布日期:2019-12-03
    • 文件大小:2745344
    • 提供者:aflow
  1. stm32F4_USART_DMADouble

    1下载:
  2. stm32F4的串口利用DMA收发数据,串口的空闲中断接收不定长数据(The serial port of stm32F4 uses DMA to send and receive data, and the free interruption of serial ports receives indefinite long data.)
  3. 所属分类:单片机开发

    • 发布日期:2020-11-12
    • 文件大小:2125824
    • 提供者:来起个名字
  1. project2

    1下载:
  2. 基于FPGA实验板设计一个远程控制系统,接收由计算机发出的数据,和实验板上矩阵键盘输入的数据完成相应的运算之后,结果显示在实验板的数码管上,同时发送回计算机显示。(A remote control system is designed based on the experimental board of FPGA, which receives the data sent by the computer and completes the corresponding calculation wi
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-08-26
    • 文件大小:4279296
    • 提供者:jameskk
  1. Qt串口实时曲线

    1下载:
  2. QT编写界面,实时接收串口数据,利用QWT工具绘制实时曲线(QT write interface, realize the countdown function, the countdown time can be determined)
  3. 所属分类:Windows编程

  1. CONTOS7-GPS

    1下载:
  2. ContOS系统下,串口接收GPS数据上传服务器,并实现模拟808协议上传照片。支持PL2303,FT232等USB转串口芯片。
  3. 所属分类:Linux/Unix编程

  1. 1.6 光敏采集

    1下载:
  2. 基于STM32,通过串口接收光敏传感器的数据(Based on STM32,can receive Light intensity softly by serial port)
  3. 所属分类:单片机开发

    • 发布日期:2020-05-30
    • 文件大小:4493312
    • 提供者:gengar111
  1. 基于QT的串口通讯上位机软件

    0下载:
  2. 基于QT开发的单片机上位机通讯软件,能够接收下位机发送的数据,将数据展示在折线图中。
  3. 所属分类:串口编程

    • 发布日期:2022-05-09
    • 文件大小:202439
    • 提供者:Lee_xia
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com