搜索资源列表
F206的C语言异步串口示例程序
- TI公司DSPF206的C语言异步串口示例程序,JINGO-TI DSPF206 C asynchronous serial sample program, JINGO
C语言与串行通信
- 用TC对计算机的串口进行编程,并作一个简单的串口查询通讯程序。用一条九针的DB-9串口通讯线将计算机的com1口和com2口相连,com1作为接受口,com2作为发送口。-with TC on the serial port of computer programming, and for a simple serial communication program inquiries. Using a 9-pin DB-9 serial communication lines to the co
C语言串口
- 不错的C语言版串口程序,主要是关于SPI同步传输串口的-good version of the C language Serial procedures, primarily on SPI serial synchronous transmission of
1206 c语言
- 1206液晶串口驱动 由c语言编写 可以应用于51系统单片机
c_chuankoutongxun.rar
- c语言串口通讯大作业,用c实现串口通讯的程序,大学时代的大作业,相对比较简单。,c language serial communication major operations, with c realization of serial communication procedures, the University of age operation is relatively simple.
VC-COM
- 用C语言编写的一个串口程序。有利于初学者学习串口编程的相关内容。-Written by a serial C program. Serial programming beneficial for beginners to learn the relevant content.
RS232_read
- Linux下串口通信的接收程序,采用C语言编写的,已经测试通过,证明可用-Linux, serial communication receiver program using C language, and has been tested, that can be used
M64_two_uart
- M64双串口代码,C语言,经测试运行稳定-M64 dual serial code, C language, have been tested to run stable
UART-51
- 51双串口通讯程序,c语言实现。希望对大家有帮助!-51 pairs of serial communication program, c language. We want to help!
002
- 51单片机串口通信程序集 C语言程序 C语言程序-51 single-chip serial communication program set C Language Program
CC2430SerialCommunicationSettings
- CC2430的串口通讯设置,为TXT文件,C语言编写,可以放在CC2430的开发环境下。-CC2430' s serial communication settings for the TXT files, C language, can be placed CC2430 development environment.
SCI(UART)
- 51串口通讯 C语言程序 用STC单片机实现的-51 serial communication C language program using STC MCU
RS232communication
- 51单片机实现C语言串口通讯,同时实现发送和接受程序。-SCM C language and RS232 send and receive code program
C语言串口程序
- C语言串口程序,通过编程实现串口的异步通信-C-serial process, through the asynchronous serial communication programming
51cchengxu
- 51串口c语言编程, 进行数据传输,可进行无线模块使用!-51 serial c language programming, data transmission, wireless module!
MSP430串口通信C语言源码
- 本源码是MSP430串口通信的多种实例,经过测试,绝对好用,根据实际功能的不同,需选择不同的例子!
串口通信助手V2.3BY罗华飞
- 串口通信,MCU跟PC通信经常用到的一种通信方式,做界面、写上位机程序的编程语言、编译环境等不少,VB、C#、LABVIEW等等,我会的语言很少,C语言用得比较多,但是还没有找到如何用C语言来写串口通信上位机程序的资料,在图书管理找到了用VC++编写串口上位机的资料,参考书籍,用自己相当蹩脚的C++写出了一个简单的串口上位机程序,分享一下,体验一下单片机和PC通信的乐趣(Serial communication, a communication with PC MCU frequently us
串口调试助手源代码VC++6.0-L
- 本软件基于C++语言开发,可进行串口通信测试,通信状态监测等(The software based on C++ language development, serial communication test, communication status monitoring)
串口助手
- 这是一款实用C#语言写的串口助手,能实现串口数据收发,16进制及字符串显示(This is a practical C# language to write the serial assistant, to achieve serial data transceiver, 16 hexadecimal and string display)
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;