搜索资源列表
PIC16F877pc
- 介绍了PIC16F877单片机与Pc机实现串行通信的一种方法,并给出了硬件接口电路及通信源程序
cchuankoutongxin
- c#通过按钮向单片机传输数据,实现单片机与pc机的通信,并且自动检测单片机向pc机传回的数据-c# through the button to transmit data to the single-chip, to achieve single-chip communication with the pc drive, and automatically detects the single-chip machine returns to the pc data
serial
- 串口程序 可供给上位机与下位机(单片机)通过串口进行通信-Serial program for PC and lower place machine (SCM) through a serial port for communication
CPP
- 基于C++写得PC与单片机之间的串口通信程序,非常详细,可以直接拿来稍作修改,便可使用-C++ written between PC and SCM serial communication procedures, very detailed
51-to-PC
- 测试过几个单片机与电脑的通信程序,很不错的,测试通过 C#环境 -c# USART
chuanxingyejingxianshi
- 51单片机与PC机之间的串行通信C语言程序,外加液晶显示-failed to translate
PC
- 单片机与PC机之间的通讯,首先需要建立连接-conect with pc
chuankou
- 串口的接收,运用到了max232,实现了单片机与pc机之间的通信-Serial receiver, applied to the max232, to achieve a microcontroller with pc communication between
BlueToothTransport
- 一个用C#编写的上位机,它实现PC机与单片机之间的串口通信-A C# prepared by the host computer, it achieved between PC and MCU serial communication
XOR
- C#异或计算 可用于电脑与单片机串口通信程序里-XOR Calculate;this can be used in serial port communication between PC and MCU
serial-communication
- VB实现pc与单片机串口通信任务 //利用vb实现pc与单片机串口通信任务 //编写程序代码 定义变量 Dim cnum As Integer 循环计数标志 Dim choosenum As Integer 选择指示灯号 串口初始化 在窗体的Load事件中加入下列代码对串口进行初始化 Private Sub Form_Load() MSComm1.CommPort=1 MSComm1.InputMode=1 MSComm1.RThresho
PC
- 单片机与上位机进行串口通信,通过设置波特率以及校验位等-MCU and PC serial communication, by setting the baud rate and parity bit etc.