搜索资源列表
串口发送数据数码管显示
- 通过电脑串口发送数据到51单片机并用数码管显示
VHDL串口通信(Qusrtus)
- Qusrtus工程 EP2C8Q208CN.串口通信,按键显示终端Welcome,串口控制数码管
develop51.rar
- 适用于8051的开发板。有串口,八段数码管,蜂鸣器,按键和扩展插针。使用protel 99绘制的电路图。原理图和PCB图完整。,8051 apply to the development board. Has serial port, eight digital tube, buzzer, buttons and expansion pin. Protel 99 using the circuit diagram drawn. Schematic and PCB Figure integrity
用串口驱动595数码管显示的源代码
- 这是一个用串口驱动595数码管显示的源代码,This is a serial driver 595 with digital display of source code
8051F330 pid ad 舵机模拟串口数码显示
- 8051F330 pid\ ad\舵机\模拟串口\数码显示,8051F330 pid\ ad\servo \sci\dispaly
SeriaPort0.rar
- 功能:开机检验数码管好坏,用串口通讯发送一个十六进制数,两位数码管显示,并有八个发光二极管 以二进制的形式点亮,其十六进值与数码管显示一致。,Function: boot test digital tube mixed with serial communication by sending a hexadecimal number, the two digital tube display, and eight light-emitting diodes in binary form of
ocx
- 多年编程积累的vc6.0下的常用控件,包括是示波器控件,数码管控件,串口控件,字体设置控件,编辑框控件,非常难得,极大得提高编程效率。-Programming vc6.0 accumulated over the years under the common control, including the oscilloscope controls, LED control, serial control, set the font controls, edit box control, very
serial
- -- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在 --PC机上安装一个串口调试工具来验证程序的功能。 -- 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控 --制器,10个bit是1位起始位,8个数据位,1个结束 --位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实 --现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时
wenshiduDHT11
- DHT11温湿度轮转显示并且通过串口传送,数码管以PE代替 oC代替℃-DHT11 rotation humidity and temperature display and serial transmission of digital control in place of PE instead of oC ℃
stc232
- 1.通过PC端的串口调试工具,从PC端发出一个十六进制的数, 通过串口传输到单片机,并有单片机通过LED数码管显示其ASII码,而且单片机又将这个数发回PC端,并在PC端显示出来,从而实现单片机与PC机的通讯 2.可以实现对下位机数据实时采集(如温度,程序中设定的是37摄氏度) 3.可以控制流水灯或继电器开关等-1. Through the PC-side debugging tools for serial port, from the PC client sends a hexa
temperature123456
- 实现温度实时检测,可记录一天二十四小时的温度,并用数码管显示出来,也可通过串口查询-Temperature real-time detection, can record 24 hours a day the temperature, and used digital tube display, also available via the serial query
chuankoufasonghejeishou
- C51串口中断接收和发送程序,采用数码管显示串口发送过来的代码,只能显示发送的数字代码-C51 serial port receive and transmit interrupt procedures, the use of digital tube display serial port to send over the code, can only display the numeric code to send
51kaifaban
- 51单片机全套学习资料 提供电路原理图 各种C语言实验程序 包括LED流水灯,数码管显示,中断,定时器,串口通信,DS18B20温度显示,液晶1602,12864显示,看门狗,按键检测,音乐播放等程序.-51 Singlechip a full set of learning materials to provide a variety of circuit schematics C language experimental procedures, including water LED li
serial
- 这是在编译的用 数码管显示串口发送的程序-This is used to compile the serial port to send digital display procedures !!!!!!!!!!
chuankuo
- 实现51单片机与PC串口通信的测试程序,从PC端用“串口调试助手”发送十六进制数在单片机的数码管上显示-51 single-chip serial communication with the PC of the test procedure, from the PC-side of " serial debugging assistants" to send hexadecimal number in single-chip digital control display
SerialCommunicationExperiment
- 串口通信实验,从上位机(PC)上发送数据,单片机接收后用数码管显示,并送回给上位机所接收到的内容-Serial communication experiment, from the host computer (PC) to send data, after the MCU receives digital tube display, and returned to the host computer which receives the contents of the
串口通信
- 单片机串口通信,实现数码管变化,含仿真电路(SCM serial communication, to achieve digital tube changes)
单片机汇编:RS232串口实验
- 1.发送数据; 2.返回接收到的数据; 3.数码管显示接收到的HEX数据.(Assembler of RS232 serial port experiment)
串口用一片74HC164 控制4个数码管
- 使用51单片机的串口,利用串口工作方式0,通过一片74HC164芯片控制4个LED数码管显示(Using serial port of 51 single chip computer, using serial port working mode 0, control 4 LED digital tubes by a chip of 74HC164)
P35PWM_P15ADC_串口1设置占空比
- 使用PCA0从P3.5输出8位的PWM, 输出的PWM经过RC滤波成直流电压送P1.5做ADC并用数码管显示出来.串口1配置为115200bps, 8,n, 1, 切换到P3.0 P3.1, 下载后就可以直接测试. 主时钟为22.1184MHZ, 通过串口1设置占空比.串口命令使用ASCII码的数字, 比如: 10, 就是设置占空比为10%, 100, 就是设置占空比为100%.可以设置的值为0~256, 0为连续低电平, 256为连续高电平.右边4位数码管显示ADC值, 左边4位数码管显示PW