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

搜索资源列表

  1. READCOM2

    1下载:
  2. 串口发送、接收数据,显示数据、画图功能 可以选择16进制或ascii数据发送-Serial port to send, receive data, display data, drawing function can choose 16 hexadecimal or ascii data sent
  3. 所属分类:Communication

    • 发布日期:2015-05-05
    • 文件大小:41502
    • 提供者:吴敏
  1. chip1

    0下载:
  2. VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0 } //发送缓冲区 unsigned char inb
  3. 所属分类:SCM

    • 发布日期:2017-05-30
    • 文件大小:12668246
    • 提供者:微微
  1. AAAA

    2下载:
  2. AVR单片机atmega88串口中断接收和发送程序-AVR Singlechip atmega88 serial port receive and transmit interrupt procedures
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:11609
    • 提供者:小俊
  1. serial_communication

    0下载:
  2. 这是一个典型的串口的实验,是linux中将多线程应用到串口的接收和发送程序设计中 -This is a typical serial experiments are linux will be multi-threaded applications to receive and transmit serial programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2576
    • 提供者:方方
  1. c51uart_test

    0下载:
  2. 单片机C51串口中断接收和发送测试例程(含通信协议的实现)-C51 single-chip serial port receive and transmit interrupt routine test (including the realization of communication protocols)
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:1231
    • 提供者:czj
  1. DataTransfer

    0下载:
  2. 串口通信工具含字符、文件发送和接收,流控功能-Serial communication tools with characters, to send and receive documents, flow control function
  3. 所属分类:Com Port

    • 发布日期:2017-03-26
    • 文件大小:293068
    • 提供者:为了
  1. Serial_IO

    0下载:
  2. 用C#.NET实现的最简单的串口发送和接收程序,有函数说明。可以整合到应用中去。-Using C#. NET to achieve the most simple procedure to send and receive serial port, a function descr iption. Can be integrated into applications to.
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:3022627
    • 提供者:DavidX
  1. mscomabc

    0下载:
  2. 一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。-More than one thread of the VC++ Serial Communication example, select the serial port of the machine can be used to open the same number into the serial port availabl
  3. 所属分类:Windows Kernel

    • 发布日期:2015-07-16
    • 文件大小:107253
    • 提供者:133
  1. CH341

    0下载:
  2. CH341是一个USB总线的转接芯片,通过USB总线提供串口、打印口或者并口。 在串口方式下,CH341提供串口发送使能、串口接收就绪等交互式的速率控制信号以 及常用的MODEM联络信号,用于将普通的串口设备直接升级到USB总线。 -CH341 is a USB bus adapter chips, provided through the USB serial bus, printer port or parallel port. In serial mode, CH341 Send
  3. 所属分类:USB develop

    • 发布日期:2017-03-27
    • 文件大小:313334
    • 提供者:de
  1. C8051

    0下载:
  2. C8051F系列单片机串口通讯程序,串口编程--接收PC发来的字符串,回发字符串.发送期间中断控制LED灯闪烁-C8051F series single-chip serial communication program, serial programming- PC sent to receive the string, back-fat string. Sent during the interruption of control blinking LED lights
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1930
    • 提供者:ymir
  1. senduard_50m

    0下载:
  2. 串口发送: 使用串口发送程序接收二进制码(9600波特率) ,用拨码开关控制发送二进制的高四位,按板上的第二个按钮,LED灯会相应的亮起,PC 会收到相应的数据-Serial port to send: Use the serial port to send a program to receive a binary code (9600 baud), with DIP switch control to send binary high-4, according to board the
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:194879
    • 提供者:panda
  1. QtComAssist

    0下载:
  2. 用QT编写的控制台,用于和串口通信,功能是关闭,打开串口和接收发送数据-Written with QT console, for, and serial communication function is off, open the serial port to send and receive data
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:28210
    • 提供者:lifu
  1. 51RF

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

    • 发布日期:2017-04-03
    • 文件大小:696
    • 提供者:王宏伟
  1. USART_Interrupt

    1下载:
  2. stm32串口通讯例子,工作在中断方式,将接收到的数据再通过串口发送-stm32 serial communication example, work in the interrupt mode, the received data and then sent through the serial port
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2015-11-18
    • 文件大小:223232
    • 提供者:王元光
  1. COM_RS232_S

    0下载:
  2. Proteus 8051单片机 虚拟串口 发送与接收-Proteus 8051 virtual serial port to send and receive SCM
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:947988
    • 提供者:Xunhun.Ye
  1. DAC_demo

    1下载:
  2. 利用MSP430的通用IO模拟串口发送与接收数据。-Universal IO simulation using the MSP430 serial port to send and receive data.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-29
    • 文件大小:819
    • 提供者:example_1
  1. 51单片机串口通信打印程序

    0下载:
  2. 本例模仿了《新概念》中例6.6.1。 但不相同的是:本程序用到了译码器数码显示、PCF8591_AD转换、串口发送与接收、I2C总线 等知识点!融合度高!
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. 最知名好用的串口调试小工具

    0下载:
  2. 最知名好用的串口调试小工具 自动搜索串口,并打开串口; 支持多串口; 支持自定义波特率,支持非标准波特率; 支持发送历史记录; 接收数据可以进行十六进制和ASCII切换; 接收数据时,光标可定位在指定行或在最后一行; 可以以十六进制或ASCII格式,向指定串口发送数据; 定时发送数据; 接收数据可以保存为文件,也可打开已保存数据文件; 串口打开过程中,可修改通讯参数,如波特率; 自动记录上次操作参数,如串口号、波特率等。
  3. 所属分类:编译

  1. Android蓝牙串口助手亲测可用

    4下载:
  2. Android蓝牙串口助手亲测可用,买的别人的代码,android蓝牙上位机,用于接收单片机串口发送的数据
  3. 所属分类:android开发

  1. kehshechenxu

    1下载:
  2. 编制一全双工UART电路,通过试验箱MAX202E转换成RS232电平,与计算机进行通讯实验,设置8个按键,按键值为ASIC码“1”~“8”,通过串口发送给计算机,在计算机上显示键值,同时在数码管最高位显示;计算机可发送“0”~“F”的ASIC码,FPGA接收后在数码管低位显示0~F。通过按键可设置波特率。 要求:波特率为三种 1200、2400、9600,由1个按键选择,3个LED分别指示; 数据格式为1位起始位、8位数据位和一位停止位; 上位计算机发送接收软件可使用
  3. 所属分类:其他

« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com