登录
首页 » Com Port » 这是用KeilC实现的射频接收程序,可以直接用在工程中.是实现射频通讯的最快捷的方式....

这是用KeilC实现的射频接收程序,可以直接用在工程中.是实现射频通讯的最快捷的方式....

于 2023-06-16 发布 文件大小:23.48 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

这是用KeilC实现的射频接收程序,可以直接用在工程中.是实现射频通讯的最快捷的方式.-This is achieved using KeilC RF receiver procedures, can be directly used in the works. RF communication is the most expeditious manner.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 是关于灵达电源通信规约的串口通信程序,功能是把电源监控器的采集数据上送到规约前置机中。...
    是关于灵达电源通信规约的串口通信程序,功能是把电源监控器的采集数据上送到规约前置机中。-GOLD comunication rule
    2022-03-28 13:30:10下载
    积分:1
  • 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的...
    从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analys
    2023-03-23 09:55:03下载
    积分:1
  • IIC_slave硬件的代码,已经经过FPGA验证
    IIC_slave硬件的代码,已经经过FPGA验证-IIC_slave hardware code, and has been verified through FPGA
    2022-05-30 22:11:42下载
    积分:1
  • 音视频矩阵的串口控制程序,可以实现8进四出的控制。同时提供了udp监听,接收网络命令,实现网络上控制音视频矩阵。需要用到著名的trayicon控件和mscomm...
    音视频矩阵的串口控制程序,可以实现8进四出的控制。同时提供了udp监听,接收网络命令,实现网络上控制音视频矩阵。需要用到著名的trayicon控件和mscomm控件-audio and video matrix of Serial control procedures can be achieved eight into four control. While providing udp eavesdropping, the receiving network orders network control audio and video matrix. The need to resort to the famous trayicon controls and controls mscomm
    2022-03-19 12:32:38下载
    积分:1
  • 本程序的开发环境是VC++,实现的功能是串口通信.
    本程序的开发环境是VC++,实现的功能是串口通信.-This procedure is the development environment VC++, The function is to realize serial communication.
    2023-04-07 06:55:03下载
    积分:1
  • Serial programming is on the serial number, multithreading, the details of the n...
    串口编程,是关于多串口,多线程,有详情的说明-Serial programming is on the serial number, multithreading, the details of the note
    2022-01-25 15:47:05下载
    积分:1
  • 51单片机的MODBUS的通信协议,学习中。
    51单片机的MODBUS的通信协议,学习中。
    2022-05-29 16:09:24下载
    积分:1
  • 串口通信程序,通过汇编语言使用BIOS的。
    本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communications procedures through the use of assembly language BIOS interrupt calls and function calls DOS PC Dual Serial Communication. Among them, PC and the next crew will be supplemented by serial port Serial COM2 (I address 2FXH) external with 9-pin connectors and enable a PC connection; through the BIOS "INT 14H," four interrupt service routines, complete serial port initialization programming, Send a data receiving a data communications test and the state line. The procedures are divided into PC serial automatic test procedure (for the purpose of testing Serial good or bad) and full-duplex PC-machine communication program two parts.
    2022-09-02 07:35:03下载
    积分:1
  • Visual C++串口通信技术与工程实践 随书带的源码
    Visual C++串口通信技术与工程实践 随书带的源码-Visual C++ Serial communications technology and engineering practice with the book
    2022-03-03 02:27:41下载
    积分:1
  • 在ISE上可运行次程序 改程序主要用实现FPGA串口通信
    在ISE上可运行次程序 改程序主要用实现FPGA串口通信-In the ISE program can be run at the main change procedures realize FPGA serial communication
    2022-01-25 20:12:23下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载