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

搜索资源列表

  1. NewSTM32F4xx_uCosII

    0下载:
  2. 基于STM32F4的ucosII移植程序,包含在ucosII下的DMA USART串口发送程序,无CPU干预,直接通过DMA向上位机发送数据!-Based STM32F4 of ucosII transplant procedures contained in ucosII the DMA USART serial transmission program, without CPU intervention, directly by the DMA to send data up crew!
  3. 所属分类:uCOS

    • 发布日期:2017-05-23
    • 文件大小:7523702
    • 提供者:刘大头
  1. Advanced-Serial-Write-and-Read

    0下载:
  2. 采集串口发送的数据,并且可以将数据通过串口发送-serial sample
  3. 所属分类:LabView

    • 发布日期:2017-04-06
    • 文件大小:19582
    • 提供者:tt
  1. SourceCode

    0下载:
  2. 实现自定义的USB编程。启用了D12的端 点1和端点2,端点1为中断传输,最大包为16字节,查询间隔为10ms。端点2为批量 传输,最大包为64字节。端点1的输出第一个字节为控制END USB板上的LED的,每个 bit代表一个LED,为1时表示对应的LED亮。端点1的输入第一个字节为返回的开关 状态,每个bit代表一个按键,为时表示对应的按键按下。输出端点2的数据通过串 口发送出去,串口接收到的数据通过端点2返回。-Implement custom USB programm
  3. 所属分类:USB develop

    • 发布日期:2017-04-04
    • 文件大小:102197
    • 提供者:zxh
  1. danpianji

    0下载:
  2. 学习单片机的几个程序,单片机串口接收数据,单片机产生占空比可调方波(PWM),串口发送一字节数据,串口发送一串字符,步进电机,表决器, 报警器-Several programs to learn microcontroller, microcontroller serial port to receive data, the microcontroller generates adjustable duty cycle square wave (PWM), serial port to send
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:144733
    • 提供者:周周
  1. usart

    0下载:
  2. 通过串口发送指令,将数据保存在EEPROM中,也可以作为中断方式接收多字节指令的例子-Send commands through the serial port, the data stored in the EEPROM can be used as interrupt receiving examples of multi-byte instruction
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-17
    • 文件大小:216465
    • 提供者:阮志祥
  1. UART_TXaRX

    0下载:
  2. 单片机接收从电脑串口发送出来的一串字符串,却只能接收到第一个字符,其他的都丢失了或者是接收到的是乱码,却不知道是什么原因。其实,那是因为,虽然单片机的是全双工串口,但是串口的缓冲区(SBUF)却一般只有一个字节,即1Byte,远没有像电脑串口的缓冲区以KB计算那么大,并且,单片机的处理速度是很有限的,试想一下,假如要求一串字符串以9600bps的速率,一个起始位,一个结束位,无校正位,相当于960Byte/s传输到单片机,单片机要是能够全部接收的话,那么单片机接收和处理一个字节的时间仅为约1ms
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1741
    • 提供者:weiping
  1. TCPtoCom

    0下载:
  2. 这是个TCP与串口互转工具,可以将TCP数据转成串口数据,通过串口发送下来,也可以将串口数据转成TCP数据,发送上去.此工具支持的TCP协议有:TCP服务器与TCP客户端.-This is a TCP and serial referrals and tools can be TCP data into serial data through the serial port to send down the serial data can also be transferred into TCP
  3. 所属分类:Com Port

    • 发布日期:2017-03-31
    • 文件大小:983390
    • 提供者:付其业
  1. LED-DISPLAY

    0下载:
  2. LED路牌串口发送程序,控制路牌显示数据-LED signs serial transmission procedures, controls signs display data
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-26
    • 文件大小:254340
    • 提供者:tcr
  1. SHT10

    1下载:
  2. 温湿度传感器SHT10/11,C51驱动程序,采集数据,串口发送。-Temperature and humidity sensors SHT10/11, C51 driver, collecting data, serial sent.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2017-05-29
    • 文件大小:30172
    • 提供者:baojun
  1. midtest_pls

    0下载:
  2. 此代码适用P89V51(东南大学电子)利用实验板和串口助手设计程序:先从串口助手发送四个十六进制数据(0~F)到实验板,数码管DS1-DS4显示此数据。 并且拨码开关某位(自选)为ON时,接下来从串口发送的数据从左进入到显示序列,如原本数码管显示 ”0FE6”,在串口发送 ”A” 后变为为 ”A0FE”。 拨码为OFF时,发送 ”A” 会使显示变为 “FE6A”,也就是数据从右边进入显示。-This code applies P89V51 (Southeast University El
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:29073
    • 提供者:胡子炎
  1. ps2_keyboard_test

    0下载:
  2. FPGA通过ps2接收键盘数据,然后把接收到的字母A到Z键值转换相应的ASII码,通过串口发送到PC机上。 实验时,需要接键盘,还要用调试助手,下载程序后,在键盘上按下一个键,比如A,则在PC调试助手上可看到A -FPGA receives data via the keyboard ps2, and then received the letters A through Z keys corresponding conversion ASII code sent to the PC v
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-11
    • 文件大小:569
    • 提供者:jame
  1. 222ddd

    0下载:
  2. 18B2的串口程序,18B2算出温度后,对其数据通过串口发送到上位机-18B2 serial procedures, 18B2 calculate the temperature of its data through the serial port is sent to the host computer
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:4586
    • 提供者:WhieHou
  1. lpc1768ds18b20

    0下载:
  2. 用lpc1768实现温度数据的采集,并且通过串口将数据发送到电脑上-Lpc1768 achieved with temperature data acquisition, and sends the data through the serial port on your computer
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:542153
    • 提供者:fanhao
  1. 80512full

    0下载:
  2. 2微控制器之间的数据通过串口发送和接收80512ful仿真图和源程序-Data 2 between the microcontroller through the serial port to send and receive 80512ful simulation and source code
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:109915
    • 提供者:俞红国
  1. COMshow

    0下载:
  2. 串口数据采集实时显示程序 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。-Serial data acquisition in real time display
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2585544
    • 提供者:阿飞
  1. USART

    0下载:
  2. USART的发送和接收,将从串口发送过来的数据再从串口输出,使用串口助手调试-USART transmit and receive data from the serial port and then sent over from the serial output, using serial debugging assistant
  3. 所属分类:SCM

    • 发布日期:2017-04-17
    • 文件大小:392578
    • 提供者:刘惠
  1. stc12Phs0038

    0下载:
  2. stc12单片机,HS0038红外接收头,接收数据通过串口发送-stc12 microcontroller, HS0038 infrared receiver, the receiver sends the data through the serial port...
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:33275
    • 提供者:jack
  1. C8051f005.-Txt

    0下载:
  2. C8051f005 单片机编程 设计系统初始化,AD采样,串口发送和接收数据-C8051f005 Modify a the AD sampling part of the program,
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-14
    • 文件大小:3648
    • 提供者:nomicgr
  1. serailport

    0下载:
  2. 串口收发命令程序,实现命令编辑和调试,通过串口发送接收命令和数据-Serial transceiver command procedures to achieve command editing and debugging through the serial send and receive commands and data
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:555494
    • 提供者:robert
  1. seg_serial1

    0下载:
  2. 51单片机上使用的演示程序 使用VC界面通过串口发送单片机,然后在单片机的数码管上显示出数据。-Demo program used on 51 single-use VC sent through the serial interface microcontroller, and then display the data on a single-chip digital control.
  3. 所属分类:SCM

    • 发布日期:2017-04-25
    • 文件大小:46227
    • 提供者:于洋
« 1 2 ... 42 43 44 45 46 4748 49 50 »
搜珍网 www.dssz.com