搜索资源列表
adpcm_c_code
- PCM数据通信压缩算法,c语言编写,适合移植到单片机、dsp等目标系统上。-PCM data communications compression algorithm, c language, suitable for transplant to the microcontroller, dsp goals systems.
Serial_communication_in_Matlab
- Matlab环境下PC与单片机的串行通信及数据处理
12864
- 单片机驱动12864,串行通信,能显示字符和图片-i don t know!!!
program
- 前两个为人工智能程序,用C++编写,分别是动物判别程序及实现异或算法的bp程序。BLUETOOTH和F2M_BLUETOOTH是单片机和蓝牙模块通信的程序。“数字示波器”为利用单片机开发的一个简单数字示波器程序。-The first two for the artificial intelligence program, prepared with the C++, respectively, determine the procedures and implementation of anim
l602display
- 1602显示单片机与FPGA的通信!实现数字钟的功能!仅供参考!望大家多多指教-desplay1602
danpianji
- 单片机串行口应用--串行通信程序--接收程序_子诺_311的空间-MCU serial port application- serial communication program- receiving program _ the space sub-Novo _311
vs1307-RW
- 用普通I/O口模拟I2C通信读写vs1307时钟芯片程序,此程序在MPLAB IDE环境下开发,在PIC16F877单片机上运行通过。-With common I/O port to read and write clock chip vs1307
myfunction
- matlab 功能强大 网上下载 据说是单片机和matlab串口通信-matlab download is said to be a powerful microcontroller and serial communication matlab
send-and-receive
- 此文件包含两个程序段,其一是实现自发自收;其二是实现全双工通信。结合KEIL软件与单片机工具箱。-This file contains two paragraph, one is to realize the spontaneous charge The second is to realize full-duplex communication. KEIL software and single chip microcomputer with tool kit.
pcmain
- 利用labiew主程序实现单片机与主机的串口通信,实现温度的采集,然后通过比例积分算法的控制,输出一定占空比的波形驱动电机,实现恒温水箱的控制系统-MCU and host serial communication labiew main program, to achieve the acquisition of temperature, and then through the control of the proportional integral algorithm, the outpu
gprs
- 这是利用有的gprs模块与80c51单片机之间进行通信的源程序 值得借鉴-Gprs module with 80c51 microcontroller source of communication between the worth learning
uart1
- uart1通信检测,用于检测c8051f120单片机的UART1- uart1
my_callback
- 实现PC机与单片机间的串口数据通信修改的回调函数-Serial data communication between PC and MCU modify callback
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to