搜索资源列表
51 IO口模拟串口通讯C源程序
- 51 IO口模拟串口通讯C源程序,IO 口模拟232通讯程序 使用两种方式的C程序 占用定时器0 -51 IO serial communications simulation C source, I simulated 232 IO communication procedures use two forms of occupation C program timer 0
用普通IO模拟串口(asm)
- 普通IO口模拟RS232串口 占用定时器0中断 在TH0,TL0中设置波特率的大小 注意不要开定时器0的中断,这里用的是查询方式-ordinary RS232 serial I simulated occupancy Timer 0 interrupt the switching, TL0 set baud rate to the size not to open the Timer 0 interrupt here with the inquiry
UART 串口编程
- //串口编程--接收PC发过来的字符串,回发字符串.发送期间中断控制LED灯闪烁 //采用外部晶振22.1184MHz 使用定时器1,方式2产生波特率,SMOD = 0或者1 //定时器初值X=256-SYSCLK*(SMOD+1)/(BAUDRATE*384)
串口 工具
- 1、 多种通讯方式,既可以用串口通讯方式,也可以用TCP/IP通讯方式; 2、 分单报文和多报文发送方式, 常用的报文可以放到多报文发送发送方式中,可以连续发送,时间间隔可以自己设置; 3、 发送和接收报文可选择采用ASCII码格式(支持中文)或16进制数据方式; 4、 在通讯的时候,发送和接收的报文用不同的颜色显示,清晰悦目。同时也给出发送和接收的精确到毫表的时间,令用户准确把握通讯质量; 5、 友好的人机界面,全面支持各个按钮的快捷键操作。接收报文窗口内容在软件关闭时自动保存在当前目
nios_example.rar
- nios范例(含源代码),包含dma控制器,io中断,串口中断,定时器中断,nios sample (including source code), including dma controller, io interrupt, serial port interrupt, timer interrupt
zigbee-cc2430-temp.rar
- 该演示程序实现温度的采集与显示功能,内部温度传感器定时采样,并将采集到的温度信息广播发送出去,另外的节点接收到温度信息后通过串口向计算机上报,串口通信波特率为57600,The demonstration program of acquisition and temperature display function, the internal temperature sensor sampling timing and the temperature of the information col
ucosii-13K.rar
- stm32 ucos 精简移殖版本 不需作任何修改直接便可运行。包含串口 定时器 ,transplant stm32 ucos streamlined version without any changes can be run directly. Contains the serial port timer
sockt to long 完整串口通信程序Vc++源代码
- 完整串口通信程序 Vc++源代码 TCP/IP协议 UDP协议 短连接,长连接,定时器 等-Complete serial communication program Vc++ source code for TCP/IP protocol UDP protocol to connect the short and long connections, timers, etc.
2407DSP
- 2407外设例程,包括AD、DA、GPIO、USB、串口、定时器-2407外设例程
uart_fifo
- avr单片机串口先进先出实例程序,这是个人在实际项目中应用的一个例子,还有是定时器的使用方法-Examples of single-chip FIFO serial avr procedures, which are individual projects in the actual application of an example are also the use of timer
RS232定时发送字符串
- 由STC89C52RC单片机的RS232口定时发送字符串"#01"和回车符,其中主要运用了定时器和波特率发生器.
suspend
- c51 用中断函数 包含定时器0 定时器1 定时器2 外部中断0 定时器1 串口中断-c51 with the interrupt function with Timer 1 Timer 2 Timer 0 external interrupt 0 timer interrupt a serial port
DS1302
- 时钟程序,大家是否想到用定时器,对,也可用定时器的中断来处理,这样的程序我想不用我说了吧! 你们可自己发辉下,本程序采用外元件DS1302时钟IC,使用此IC不增加系统资源,要时钟时直接去读取就可以了 本IC跟ADC0831一样以串口方式传送数据,不同的是协议,只要你读懂它的串口协议,就可以用P口来模拟协议进行 ,这样更能使你对传送数据协议的了解,在看本程序之前,先看看芯片的串口协议 -Clock process, whether you think using the time
serialportcommunicationcode.iso
- 串口通信工程开发实例代码,包含云台控制,楼宇自动化等多个项目实例,源码可用。-Serial communication engineering sample code, including PTZ control, building automation and many other examples of projects, source code is available.
sound_wave
- 使用串口定时器发送1038字节的数据.,可以通过串口助手接收数据(Use serial timers to send 1038 bytes of data)
串口
- 串口发送相应的字母会触发相应的操作。 发送A定时停止,发送B定时开始,发送C返回定时值(The corresponding letters sent by the serial port will trigger the corresponding operation)
串口与定时
- 串口定时收发,测试已经完美通过,可以直接使用(Serial port timing and transceiver)
serial_switch
- 通过串口发送命令,控制IO口变低,2秒后,IO口电平变高,2秒是通过定时器控制的,时间比较精确(The command is sent through the serial port to control the lower IO port. After 2 seconds, the level of the IO port becomes higher, and the 2 second is controlled by the timer, and the time is more accu
定时器模拟串口src
- 实现使用单片机的定时器扩展两个串口,加上原串口共3个串口。程序为一个工程用到的所有源代码,实测好用。(expand STM8 MCU's UART PORT by using the internal timer resouces, for the demand of multiple-uart and low cost solution.)
串口工具
- 本程序是个人学习Python的tkinter模块时编写,实现了串口的数据收发,由于是初学者,代码中可能会出现很多错误或不好的编程习惯,请谅解! 实现功能:1.用Python开发,Tkinter构建界面;2.可自动列出所有串口,并自定义参数,选择串口后自动打开;3.实现无延时接收消息;4.可保存接收的数据;7.支持自动适应分辨率;8.支持单独发送和定时发送;9.支持发送新行和HEX发送;10.支持发送文件,并可自定义发送频率;11.支持小窗口显示接收信息,但与主窗口不同时显示 提供源码,可用于