搜索资源列表
51单片机IO口模拟串口通讯C源程(单片机)
- 单片机串口调试小程序,是单片机之间的通信的-small microcontroller serial debugging process, the communication between the microcontroller's
下位机串口调试
- 自已编写的一个用于调试单片机串口的一个下位机程序。很实用的。-own prepared by a serial port for debugging MCU of a crew under the procedure. Very practical.
c8051f020串口调试
- c8051f020串口调试程序,针对c8051系列芯片,这是一个不错的例子噢〉-C8051f020 serial debugging procedures against c8051 series chip, which is a good example Oh>
针对C8051F060的串口调试通信程序
- 针对C8051F060的串口调试通信程序
SCI_XS128.用C语言编写的串口调试程序
- 用C语言编写的串口调试程序,在MC9S12XS系列单片机中使用,The serial port using C language debugger, in the use of MC9S12XS Series MCU
Serial
- 采用labview编程串口调试程序,局面友好!-Labview programming using serial port debugger, the situation of friendship!
serialconnection
- 这个程序实现的是接收字符,再把这个字符串口发送。 还要一个要注意的是波特率,而波特率附送的小程序算出 实验方法:打开串口调试程序(小工具目录里)选择您正确的串口号,波特率选9600, 然后发送一串字符,这一串字符就马上会被单片机回发到电脑-The program implementation is to receive characters, then this string I send. Also one should note that the baud rate, whi
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
ps2
- 这是一个用c编的程序,程序用于52单片机驱动电脑键盘, 是ps/2接口,用串口发送按键值,可用串口调试助手调试,本程序已经调试通过,用的kell编译的。-This is a use of c-series procedures, procedures for the 52 single-chip-driven computer keyboard is ps/2 interface, use the serial send button values, available serial port
C8051F040ADCUART
- 本文件是C8051F040AD采样及串口测试程序;AD输入端子可输入4路AD(AIN0--AIN3),另有1路可测量片内温度,还有1路可测量高压差分放大器的输入(高压差分放大器由J7接入,6路采样值都通过串口发送出去,在串口调试助手上看观察其值。-This document is C8051F040AD serial sampling and testing procedures AD input can enter the 4-AD (AIN0- AIN3), and another 1-c
uart_232
- avr mega16 232串口调试程序-avr mega16 232 serial debugger
Flash_ROM_lab
- 用SmartGen生成一个256*8的大小同步FIFO,并通过串口发送数据初始化FIFO。然后,再通过串口返回到上位机的串口调试程序显示,确认数据是否正确。-SmartGen generated with a size of 256* 8 Synchronous FIFO, and sending data through the serial port to initialize FIFO. And then back through the serial port to the PC ser
1111
- 51单片机串口调试程序一列,很适合初学者,简单易懂-51 single-chip serial debugging a program, it is suitable for beginners, easy-to-read
MySerialPort
- 单片机串口通信程序,调试得很好,可以-MCU,serial
c8051F040
- 这是C8051F040单片机开发的一个串口通信程序,通过串口调试测试程序正确,可以直接拿来用,对使用C8051F040单片机开发者具有一定的参考价值。-This is a C8051F040 microcontroller serial communication program developed by serial debug test procedure correctly, you can directly make use of them, on the C8051F040 micro
rs232
- 单片机串口通信程序,可用PC通过串口调试助手测试!-MCS-51serial program!
Rs232
- msp430f149的串口调试程序,用计算机的串口调试软件和单片机进行调试-msp430f149 serial debugger, using the computer' s serial port to debug software and debugging MCU
arduino串口wifi调试
- Arduino串口wifi模块的实用程序(Arduino serial WiFi module utility)
stc89c52串口实验程序模板
- stc89c52串口实验程序模板,本实验将通过电脑的串口调试软件向stc89c51的p3.0,p3.1 串口发送数据,stc89c51再把接收到的数据发送回去,(STC89C52 serial experiment program template, this experiment will send data to STC89C51's P3.0, P3.1 serial port through the serial debugging software of the computer, a
SHT20温湿度传感器 - 串口调试助手显示
- SHT20使用串口1在串口调试助手显示温湿度实验步骤: 1、按照正确接线方式将SHT20模块插到J7四芯单排母端子上; 2、MINI USB连接线给开发板通电下载程序,下载软件中内部IRC时钟选择11.0592MHZ; 3、下载程序后,打开串口调试助手,选择CH340对应的串口号,设置波特率为9600,可实时读取到温湿度信息。