搜索资源列表
display_on_the_PC_XIAOJIEXU
- 当前时间送电脑同时显示,用RS232运用串口通信送数据给电脑,开中断计算时间,精确到秒。Keil C51开发环境,是一个整合很多技术的程序。 -current time to send the computer also showed that use RS232 serial data communications sent to the computer, open interrupted computing time, accurate to the second. Keil C51
CH375__HMS
- U盘文件读写模块, 连接方式: 3线制串口+查询+事件中断通知-U disk document literacy module, Connectors : 3-wire serial inquiries termination notice
comdraw
- 串口发送接收数据。可配置端口,波特率等。 发送可选择ASCII方式或HEX方式。 中断方式接收数据。 可以通过ADC和MCU可以把数据通过 串口直接发送到PC上让MATLAB分析-receiving data. Configurable ports, baud rate, and so on. Send option HEX or ASCII mode. Interrupt receiving data. Through the MCU and ADC data can b
COMM_C_2
- 串行口升级子程序支持1-4口的中断控制 -serial port upgrade 1-4 subroutine I support the Interrupt Control
chaoshengbo
- 基于飞思卡尔MC9S12XS128单片机的超声波控制程序,包含中断,主函数,定义,串口-Microcontroller based on Freescale MC9S12XS128 ultrasonic control program, including interrupts, the main function, definition, serial
MATLAB_Heart_sounds
- 配合上传的C8051程序,通过串口接收心音数据,并通过图形显示。串口接收数据为中断方式。-With the upload process of C8051F020, through the serial port to receive heart sound data, and useing graphics to display.Received through the serial port interrupt.
chaxunfa
- matlab串口中断通行查询法位编译源代码-Inquiries Act matlab serial passage
comtest
- 自己写的串口中断程序 带有详细注释 适合新手 个人推荐 -Serial interrupt program to write notes with detailed personal recommendation for novice
serialtool
- matlab编写的串口调试工具,数据接收部分采用中断方式,保证了实时的数据显示 。在获取端口部分采用了try catch 的方式,可以更加方便的选取端口。-this is a simple serial tool scr ipted by matlab. I used interrupt to ensure the instant display of received data.
2012.8.11.12.22uart
- 模拟串口 采用中断轮询法 不占用系统只有-Simulation of serial interrupt polling method not only takes up system
lsCommDemo
- VC多线程编程实例,多接收模式串口类,接收模式有四种:手动查询串口方式(ManualQueryRecv)、手动定长查询方式(ManualConstRecv)、自动信号查询方式(AutoRecvBySignal)、自动中断查询方式(AutoRecvByBreak)。-VC multithreaded programming examples, multi-category serial receive mode, there are four reception modes: manual che
COMTEST
- 在DOS环境下,串口测试源码,采用中断方式,需要输入基地址和中断号-Serial test source, interrupt, you need to enter the base address and interrupt number in DOS.
ajdm
- 串行口升级子程序支持1-4口的中断控制()
cxazacter
- 串行口升级子程序支持1-4口的中断控制()
matlab串口通信基础讲义
- 在Matlab环境下,读取串口数据的方式可以分为两种—查询和中断。以查询的方式进行串行通信时,如下位单片机有大量的数据分时分批传送给PC机,就需要不停查询串行口的缓冲区,有数据就读取;虽然编程容易,但这样做不能对数据进行实时处理,系统实时性不高,而且会极大地占用系统的资源。以中断的方式对串口进行控制实现串行通信,就可以实时处理下位机传送的数据;但编程相对复杂一些,需要采用Matlab的事件和回调函数机制。(In Matlab environment, there are two ways to