搜索资源列表
RS232
- 学习C51时写的RS232通讯程序,提供给刚学单片机程序的朋友参考
hongwai_jiema
- 该小制作所需要的元件很少:单片机TA89C2051一只,RS232接口电平与TTL电平转换心片MAX232CPE 一只,红外接收管一只,晶振11.0592MHz,电解电容10uF4只,10uF一只,电阻1K1个,300欧姆左右1个,瓷片电容30P2个。发光二极管8个。价钱不足20元。 电路原理介绍: 主控制单元是单片机AT89C2051,中断口INT0跟红外接受管U1相连,接收红外信号的脉冲,8个发光二极管作为显示解码输出(也可以用来扩展接其他控制电路),U3是跟电脑串行口RS232
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
rs232_communication
- 利用RS232接口进行单片机通信设计的C语言的实现-The use of the C language implementation RS232 interface microcontroller communication design
单片机汇编:RS232串口实验
- 1.发送数据; 2.返回接收到的数据; 3.数码管显示接收到的HEX数据.(Assembler of RS232 serial port experiment)