搜索资源列表
基于串口AT的手机短信程序
- 基于串口AT的手机短信程序 一个基于串口的手机短信发送/接收程序;Demo很简单,是以异步方式读写串口的;在对话框初始化中修改串口的配置参数正确后,能100%的正常发送/接收短信。-based on the Serial AT SMS to a procedure based on the Serial SMS Send / Receive procedures; Demo is very simple, based on asynchronous serial read and write
F206的C语言异步串口示例程序
- TI公司DSPF206的C语言异步串口示例程序,JINGO-TI DSPF206 C asynchronous serial sample program, JINGO
串口转发例子
- 这是一个封装得比较完整的串口类,支持同步、异步操作,使用简单高效-This is a much more complete package of Serial category, supports synchronous and asynchronous operation, the use of simple and efficient
串口类
- VC异步通讯串口类-VC asynchronous serial communications category
该程序实现2407的串口异步通信
- 个在两个DSP之间实现简单异步通信的通用程序。 //该程序实现2407的串口异步通信-in two months between DSP simple asynchronous communication common procedures. / / The program of the 2407 serial asynchronous communication
串口通讯类
- 简单实用的串口通讯类,实现重叠IO下的异步串口读写
异步通信软件模拟,基于RS-232的串口通信,RS-485的多机通信,I2C总线协议的软件实现,SPI总线在单片机系统中的实现
- 2.1异步通信软件模拟2.2基于RS-232的串口通信2.3基于RS-485的多机通信2.4 I2C总线协议的软件实现2.5 SPI总线在单片机系统中的实现
USART.rar
- AVR单片机串口异步通信,通过电脑串口助手使电脑和单片机运行简单的数据通讯,AVR microcontroller tramsmition
CSerialPort
- 串口通讯实例,具有同步与异步功能,调用API实现-Examples of serial communication with synchronous and asynchronous functions
标准的串口通讯设计VHDL
- 标准的异步串口通讯设计程序——基于VHDL编程-communication design programme of standard asynchronous serial port base on VHDL programme
uart
- 这是一个基于vc串口异步通信 可以实现串口半双工的异步通信 -This is a serial asynchronous communication based on vc can achieve half-duplex asynchronous serial communications
a
- 一个基本的串口异步通信源码,介绍了串口通信最基本的方法-A basic source of serial asynchronous communication, describes the basic method of serial communication
comAPI
- 使用API异步串口通信-文件改进,自己的学习心得-Asynchronous serial communication using the API- File improve their own learning experiences
RS-232communication
- 多线程串口异步通讯实例,里面住是很详细,适合初学者。-Instances of multi-threaded serial asynchronous communication, which live in is very detailed and suitable for beginners.
149异步串行通信(点对点通信)
- msp430f149点对点异步串行串口通信(MSP430F149 point to point serial communication)
VC+++串口通信
- 实现串口的同步异步通信,基于vc++,win32控制应用台(Serial synchronous asynchronous communication, based on vc++, Win32 control application platform)
单片机串口通讯
- 芯片资料,关于单片机串口通讯的相关知识-异步通讯(Chip information on singlechip serial communication related knowledge - asynchronous communication)
简单模拟串行通信2017-10-10 (1)
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;(The use of single-chip arbitrary IO port with the method of software simulation method to realize asynchronous serial data transmission, and
dw_pyserial_work
- 利用python开发一款跨平台的串口通讯程序,基于串口线程的异步通讯。实现自动查找可用串口,数据帧的异步接收,数据分析和图形显示,可作为硬件调试用的上位机软件。(Using Python to develop a cross platform serial communication program, asynchronous communication based on serial thread. Automatic lookup of available serial ports, asy
串口异步通信
- 串口的异步通信方式示例。常用于pc机和装置之间的串口通信。