搜索资源列表
用VC++6.0实现PC机与单片机之间串行通信的方法
- 详细介绍了在Windows环境下应用VC++实现PC机与单片机的几种串行通信方法,给出了用Visual C++6.0编写的PC机程序和用C51编写的单片机通信程序。经实际应用系统运行稳定可靠。-detail in the Windows environment applications VC PC and SCM several serial communication method, we use Visual C 6.0 prepared by the PC and procedures u
1206 c语言
- 1206液晶串口驱动 由c语言编写 可以应用于51系统单片机
modbus.c
- modbus RTU 源代码 提供了modbus协议的各种函数-modbus RTU protocol modbus source code provides a variety of functions
I2C.C文档
- 51单片机没有I2C接口,所以可以采用软件模拟的方式,在P1口选择数据线和时钟线。下载可直接运行!-51 I2C interface, the software can be used in simulation, I choose the P1 line data and clock lines. Running can be downloaded directly!
SimpleSCI
- 串口通信 使用freescale单片机c语言编写-Freescale single-chip serial communication using c language
002
- 51单片机串口通信程序集 C语言程序 C语言程序-51 single-chip serial communication program set C Language Program
RS485
- c8051f040单片机做的485通信源代码,适合工程。-c8051f040 microcontroller 485 to do the source code, for engineering.
BDH
- 上位机用C++与下位机用单片机的通讯, 用作数据转换-C communication with the MCU
51
- 51单片机C控制串51单片机串口向计算机发送字符串C程序-51 C control 51 single-chip microcontroller serial port to the computer program sends the string C
RS232communication
- 51单片机实现C语言串口通讯,同时实现发送和接受程序。-SCM C language and RS232 send and receive code program
51-communicates-with-PC(-C)
- 51单片机与PC实现串口通信(C语言版)-51 communicates with PC through RS232(language C)
c-seiies-port-program
- 串口实例,C语言开发,适用于单片机,程序详细,注释清楚,等-series-port sample
c-chuankou
- 51单片机上用来数据接收的用c++编写的源码。-Source code written in 51 microcontroller data reception c++
chuankou---C
- 基于单片机的串口编程,通过rs232串口进行单片机与pc机的通信例程-failed to translate
51_COM
- 51单片机C语言实现呼叫上位机(串口通信),并记录响应时间和处理时间,数码管动态显示-51 microcontroller C language calling PC (serial communication), and record the response time and processing time, digital tube dynamic display
uart
- 用单片机C写一程序,主要功能就是单片机接收到计算机发送过来的特定信息(计算机不断的发送信息)后,单片机再发信息给计算机。-Write a C program MCU, the main function is the MCU receives the computer sent specific information after constantly send information (computer), single chip microcomputer to send informati
AD.txt
- AD转换的例程,供大家一起学习参考,一起交流进步吧(AD conversion, for everyone to learn and reference Program based on C language)
新单片机超声波
- STC89C52单片机控制,用keil软件C语言编写的一段小程序,超声波测距传感器(STC89C52 single-chip microcomputer control, using keil software C language to write a small program, ultrasonic ranging sensor)
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;
Visual C++实践与提高 —— 串口通信与工程应用篇
- 本书系统地介绍了使用Visual c++开发串口应用程序的方法。全书以串口应用为主线,由浅入深,详细讲解了使用MSComm控件和使用WinAPI方式开发串口应用程序的方法。对这两种方法的应用,分别就不同的应用要求做了详细剖析。在此基础上,又介绍了计算机和各种设备之间进行串口通信的编程方法,主要包括计算机与单片机、PLC、 Modem、射频卡以及两台计算机之间的通信编程方法。(Realizing the transmission of serial port information)