虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

数据<b>接收</b>

  • IA4420 工作在315/433/868/915MHz 频段(IA4421 工作在433/868/915MHz 频段); 2. 低电压工作

    IA4420 工作在315/433/868/915MHz 频段(IA4421 工作在433/868/915MHz 频段); 2. 低电压工作,工作电压2.2V~5.4V; 3. 低功耗模式,待机电流0.3uA; 4. 调制模式FSK,并具备高度集成的PLL; 5. 低发射功率、高接收灵敏度设计,发射功率5~10 dbm 可调,接收灵敏度-109 dbm; 6. 内置时钟输出,可省掉MCU 的晶振; 7. 传输数据率高,数字信号可达115.2 kbit/s,模拟信号可达256 kbit/s; 8. 发射频偏与接收带宽可调; 9. 内部有数字滤波器,并可以根据要求选择不同的方式; 10. SPI 的控制接口,方便使用; 11. 接收时有数据同步码识别器,系统检测同步码后将后面的数据输出; 12. 有16 位的收发缓存器,用来缓存接收到或要发送的数据(接收数据有两种方式,用户可以按需选择); 13. 有低电压检测器,从2.2-5.4V 可调; 14. 有定时唤醒功能,定时时间可达几天; 15. 天线的兼容性强,有天线自动调节功能,并可采用PCB 或外置天线; 16. 工作温度范围-40~85,储存温度范围-55~125℃; 17. 采用微小TSSOP16 封装。

    标签: 433 868 915 MHz

    上传时间: 2014-10-30

    上传用户:aa17807091

  • 自己的项目

    自己的项目,用AT89C2051的普通IO口模拟标准串口,实现不同波特率的串行数据的接收和发送

    标签: 项目

    上传时间: 2014-01-07

    上传用户:gdgzhym

  • 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P)

    上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。 设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G产生的字符串组成的集合,即L(G)={x∈T* | Sx}。一个语言L是上下文无关语言(Context-Free Language, CFL),当且仅当存在一个CFG G,使得L=L(G)。 *⇒ 例如,设文法G:S→AB A→aA|a B→bB|b 则L(G)={a^nb^m | n,m>=1} 其中非终结符都是大写字母,开始符都是S,终结符都是小写字母。

    标签: Context-Free Grammar CFG

    上传时间: 2013-12-10

    上传用户:gaojiao1999

  • ---实现的部分VHDL 程序如下。   --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no)

    ---实现的部分VHDL 程序如下。   --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no) >= “0001” and std_logic_vector(length_no) <= “1001” then -----数据帧数据由接收串行数据端移位入接收移位寄存器---rsr(0) <= rxda --- rsr(7 downto 1) <= rsr(6 downto 0) --- parity <= parity xor rsr(7) --- elsif std_logic_vector(length_no) = “1010” then --- rbr <= rsr --接收移位寄存器数据进入接收缓冲器--- ...... --- end if

    标签: clk1x std_logic_vector length_no elsif

    上传时间: 2015-10-28

    上传用户:cainaifa

  • 实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法

    实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。 函数名 作用 CreateFile 打开串口 GetCommState 检测串口设置 SetCommState 设置串口 BuilderCommDCB 用字符串中的值来填充设备控制块 GetCommTimeouts 检测通信超时设置 SetCommTimeouts 设置通信超时参数 SetCommMask 设定被监控事件 WaitCommEvent 等待被监控事件发生 WaitForMultipleObjects 等待多个被监测对象的结果 WriteFile 发送数据 ReadFile 接收数据 GetOverlappedResult 返回最后重叠(异步)操作结果 PurgeComm 清空串口缓冲区,退出所有相关操作 ClearCommError 更新串口状态结构体,并清除所有串口硬件错误 CloseHandle 关闭串行口

    标签: API 函数 串行通讯 读写

    上传时间: 2013-11-30

    上传用户:磊子226

  • LM3S101单片机模拟I2C 本模拟I2C软件包包含了I2C操作的底层函数

    LM3S101单片机模拟I2C 本模拟I2C软件包包含了I2C操作的底层函数,如发送数据及接收数据,应答位发送,并提供了几个直接面对器件的操作函数,它很方便的与用户程序连接并扩展.

    标签: I2C S101 101 LM3

    上传时间: 2013-12-30

    上传用户:wmwai1314

  • 本文介绍了在Windows平台下串行通信的实现机制

    本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。

    标签: Windows 串行通信 机制

    上传时间: 2013-12-28

    上传用户:咔乐坞

  • 该程序为RS485通信协议

    该程序为RS485通信协议,接收微机发送的12位数码数据,接收采用89C51主控芯片。

    标签: 485 RS 程序 通信协议

    上传时间: 2015-12-28

    上传用户:a673761058

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • //实验板的AVR程序

    //实验板的AVR程序,片内eeprom操作练习,和计算机通讯,上电后首先发送保存在片内的数据 //然后接收PC发送的数据并保存起来,然后读取数据返回给pc,断电后数据不丢失。 //接线定义:将串口经rs232连接pc机 即PW6-7/8. //记事:本程序旨在对片内eeprom使用的理解与演示,程序适合初学者使用. //使用8MHz晶体。

    标签: AVR 实验板 程序

    上传时间: 2016-01-23

    上传用户:LIKE