搜索资源列表
RS232
- 学习C51时写的RS232通讯程序,提供给刚学单片机程序的朋友参考
RS232_to_Excel
- 用C++ Builder 6.0 实现下列编程: 将单片机通过RS232串口传送是数据保存成Excel表格形式-With C Builder 6.0 to achieve the following program: the microcontroller through the RS232 serial data transmission is saved as an Excel spreadsheet format
hongwai_jiema
- 该小制作所需要的元件很少:单片机TA89C2051一只,RS232接口电平与TTL电平转换心片MAX232CPE 一只,红外接收管一只,晶振11.0592MHz,电解电容10uF4只,10uF一只,电阻1K1个,300欧姆左右1个,瓷片电容30P2个。发光二极管8个。价钱不足20元。 电路原理介绍: 主控制单元是单片机AT89C2051,中断口INT0跟红外接受管U1相连,接收红外信号的脉冲,8个发光二极管作为显示解码输出(也可以用来扩展接其他控制电路),U3是跟电脑串行口RS232
delphi_MSComm_image
- delphi用MSComm进行串口通讯,如果接受到的是连续的一组完整数字则将其进行图像还原。 本代码的另外一个是MSC51F310编写的单片机代码,两个合在一起完成从单片机将视频图像采集并发送到上位机还原的过程。-Comm by RS232,Program by DELPHI, link PC do F310,allow msc51f310 send a picture to PC .
rs232
- 串口通信的单片机程序.欢迎大家参考应用。-Single-chip serial communication program. Welcome reference U.S. application.
StepperMotorControllers
- 以单片机为内核的小功率步进电机速度控制器。单片机接受来自RS232的速度控制指令,通过单片机转换成步进电机的走步脉冲,同时对2只步进电机的连续速度控制。要求讨论速度与走步脉冲的关系,并实现加速、减速和恒速工作。-SCM as a core with low power stepper motor speed controller. Microcontroller to accept the speed control commands from the RS232, through the mi
serial
- 实现一单片机与计算机的简单的串口通讯,单片机与计算采用rs232连接-realization of a simple serial communicationa between a SCM and the computer a simple serial communication
Text1
- 单片机RS232串口C语言程序代码,可实现串口通讯等功能-MCU RS232 serial port C language program code, serial communications and other functions can be realized
RS232C
- PC机与51单片机串口通讯程序,主要实现单片机发送和接收程序,PC端可以用VB,VC进行界面设计。-PC-MCU serial communication program with the 51, mainly to send and receive procedures for SCM, PC client can use VB, VC for interface design.
shuxianbiao
- 多功能数显表 本毕业设计的设计任务为一个多功能数显表。该数显表可以测量和显示气压、冲击频率和耗气量。并且具有RS232接口和时间显示。本毕业设计作品选用AK-4气压传感器和LWGY涡轮流量传感器,通过MCS-51单片机来控制操作,实现信号数据的采集、处理和发送。本毕业设计作品不仅可以将气压、冲击频率、耗气量及时间等数据显示在8个LED数码管上,还会通过RS232串口,将数据发送到PC上。并由PC上的配套程序,将信息数据显示在显示器上,这两部分所显示的数据是完全相同的。其中数字显示时间单位为秒
rs232tongxun
- 说明,单片机,这是一个使用单片机串行通信口通过RS232总线与PC进行通信的测试程序,串行中断接收,通信方式3,无需扩展-Descr iption of the microcontroller, which is a Serial communication port via RS232 bus with the PC to communicate test procedures, the serial interrupt reception means of communication wit
VB-RS232
- PC串口与PC串口通信,及PC串口调试与单片机通信测试OK-Serial debugging and microcontroller communication
COMD
- 为在WINDOWS系统下的串口调试程序源码,并附有注解,方便设置波特率和数据位宽,支持单片机调试,使用RS232协议-Serial debugger source code under the WINDOWS system, together with annotations, convenient to set the baud rate and data bits wide to support a single-chip debugging using RS232 protocol
rs232_communication
- 利用RS232接口进行单片机通信设计的C语言的实现-The use of the C language implementation RS232 interface microcontroller communication design
vbledcontrol
- 用vb编写的上位机通过窜口实现对下位机-单片机的上led的控制。-vb control led through rs232 !
232
- PIC单片机与电脑RS232通讯实例,通过串口调试助手可以得到数据-PIC microcontroller with computer RS232 communication instance, you can get the data via serial debugging assistant
rs232
- 改程序为rs232调试程序,以pc等上位机,将此程序写入单片机,可以调试通信。-Change program for rs232 debugger to pc and other PC, this program is written microcontroller, you can debug communications.
Labview
- 基于LabVIEW编写上位机监控界面,通过单片机的串行口RS232和LabVIEW上位机进行通信,实现温度的实时采集与温度曲线显示的功能 -LabVIEW preparation of PC-based control interface, communication via RS232 serial port MCU and LabVIEW PC, real-time temperature curve temperature acquisition and display functio
labview--PWM
- 此设计模拟工业控制现场,通过调节Labview界面中的模拟仪表,通过RS232串口通信,把转速控制信息通过串口传送到单片机中,进而利用单片机控制电动机的转速。-labview-based PWM motor speed
单片机汇编:RS232串口实验
- 1.发送数据; 2.返回接收到的数据; 3.数码管显示接收到的HEX数据.(Assembler of RS232 serial port experiment)