搜索资源列表
THVsbq
- 一个很好的虚拟示波器!可一直接运行!他通过串口采集信号与系统单片机上的数据,把其波形显示在视图中~完全类似于数字示波器的操作-a good virtual oscilloscope! Be a direct run! Through his serial signal acquisition system with microcontroller on the data, its waveform displayed on the View were similar to the fully-d
chaoshengbo
- 基于飞思卡尔MC9S12XS128单片机的超声波控制程序,包含中断,主函数,定义,串口-Microcontroller based on Freescale MC9S12XS128 ultrasonic control program, including interrupts, the main function, definition, serial
LPC936.rar
- philiph单片机P89LPC936经A/D采样后的数据,通过串口向外发送,包含此款单片机的端口设置和A/D,UART口的设置等,philiph MCU P89LPC936 through A/D sampled data, send out through the serial port, including port settings and Cikuan microcontroller A/D, UART port settings, etc.
danpianji
- 单片机串行口应用--串行通信程序--接收程序_子诺_311的空间-MCU serial port application- serial communication program- receiving program _ the space sub-Novo _311
C51code
- 单片机C51典型应用设计代码:串行口、AD转换、lcd液晶显示、I2C应用、定时器时钟、综合应用-Typical C51 MCU application design code: serial port, AD converter, lcd liquid crystal display, I2C applications, timer clock, integrated application
mini1.1
- 单片机最小系统板,各种器件,AD ,串口等da-mini b
VM_IO
- STC89C51RD单片机普通模拟IO串口-Generic software uart written in C, requiring a timer set to 3 times the baud rate, and two software read/write pins for the receive and transmit functions
FUN_VS_IO
- 使用单片机STC89C51RC普通IO口模拟串口三种方法-// 1. get_rx_pin_status() // Returns 0 or 1 dependent on whether the receive pin is high or low. // 2. set_tx_pin_high() // Sets the transmit pin to the high state. // 3. set_tx_pin_low() // Sets the transmit pi
41695057ofdm(matlab)
- ofdm matlab仿真 单片机 串口-ofdm matlab
myfunction
- matlab 功能强大 网上下载 据说是单片机和matlab串口通信-matlab download is said to be a powerful microcontroller and serial communication matlab
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
gaojingduchengfa
- 高精度乘法,使用STC90C516单片机,可以计算出1-2000的阶乘,串口9600波特率输出-Precision multiplication, use STC90C516 microcontroller, can calculate the factorial 1-2000, 9600 baud serial output
my_callback
- 实现PC机与单片机间的串口数据通信修改的回调函数-Serial data communication between PC and MCU modify callback
serial_communication
- 基于matlab的串口助手,能够实现单片机与电脑的串口通讯,并将数据实时显示在坐标上。-Based on matlab serial assistant, to achieve SCM and computer serial communications, and real-time data is displayed on the coordinates.
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to