搜索资源列表
串口通信最终测试机
- 功能:1 实时绘制数据曲线2 保存接受数据到文件3 能在各种参数下,与单片机和pc机通过串口通讯4 能实时记录输入和输出数据sstcomc.c为单片机上使用的演示程序,在keil c51编译以后,在sst89c58测试通过-functions : a real-time rendering two data curves accept data preservation of documents in three parameters, and SCM and PCs through four
单片机串口通信
- 是单片机与PC机RS232串口通信的调试好帮手,当你苦于串口通信的调试,试试如何-is SCM and PC RS232 serial communication debugging good helper, when you suffer from serial communications debugging, how to try
C51_Series_Comm
- VB平台 单片机与PC机串口通信的PC端程序。 小巧易用,功能丰富
VC++ClassSerialPort
- 这是一个关于单片机与PC机串口通信的类程序,可以将它添加入项目直接使用
pc机串口
- pc机串口通信,可以实现计算机与单片机,或者是两个单片机之间的通信-the communication through PC serial, between PC and SCM, or two SCM
VB.rar
- VB平台单片机与PC机串口通信的PC端程序。小巧易用,功能丰富,VB Platform single-chip serial communication with the PC-the PC-side program. Small, easy-to-use, feature-rich
VBchuankou
- VB平台单片机与PC机串口通信的PC端程序。小巧易用,功能丰富-VB Platform single-chip serial communication with the PC-the PC-side program. Small, easy-to-use, feature-rich
CH1
- atmega16单片机与PC机串口通信,编程环境ICCAVR-communicate by single-chip atmega16 and PC through USART
hdm_uart
- AVR 串口通信,通过串口实现AVR单片机与PC机的通信-AVR serial communication, through the Serial Port AVR MCU and PC-communication
VCpc
- 用VC实现单片机与PC机串口通信的三种方法-VC++ PC
djk54
- 单片机与PC机串口通信的实现编程源代码,需要可以下载-Microcontroller serial communication with the PC implementation of programming source code, you need to download
mcutopc
- 利用Keil C51实现单片机与PC机串口通信任务1-Using Keil C51 MCU and a PC serial port communication tasks
PCyu51chuankoutongxin
- 实验单片机与PC机串口通信,需要用到以下软件:KEIL,VSPD XP5(virtual serial ports driver xp5.1虚拟串口软件),串口调试助手,Proteus。-Experimental single-chip serial communication with PC, you need to use the following software: KEIL, VSPD XP5 (virtual serial ports driver xp5.1 virtual ser
pccom
- 利用Keil C51实现单片机与PC机串口通信任务1-Keil C51
1_090531112613
- 单片机与PC机串口通信,单片机与PC机串口通信-MCU and PC serial communication
serials
- 单片机与PC机串口通信测试程序,在这里分享一下。-MCU and PC serial communication test program, share here.
SCM-and-proteus-
- 单片机与pc机串口通信的proteus仿真以及源程序,导入单片机通过测试过能正常工作,希望对须要的人有所帮助。-SCM proteus serial communication with pc simulation and source, import microcontroller through tested to work properly, we want to help people who need.
PC-machine
- 用于实现单片机与PC机串口通信仿真。 需要用到keil与proteus。-Used for the realization of single chip microcomputer and PC machine serial communication simulation. Need to use keil and proteus.
单片机与PC机串口通讯仿真
- 实现单片机与PC之间的串口通信功能,实现双方之间数据的传输(Realization of serial communication between single chip and PC)
在液晶上显示从PC机串口上下发的数据,屏满后自动清屏。
- 1.用下串口0模式,实现数据的移位输出 2.用定时器实现波特率的计算,单片机与PC通信。 3.实现多机通信。 4.高级串口功能的应用,请参看Keil的print等串口输出函数。