搜索资源列表
rs232
- fpga的串口读写程序,经硬件测试成功,波特率9600.可以改变分频值适应不同的时钟和波特率-fpga serial read and write procedures, by the hardware to test the success of 9600 baud rate. frequency value can be changed to adapt to a different clock and baud rate
51mcu
- 51单片机的串口程序,使得51单片机的UART口每接收PC机发送的一个字符,加1回送给PC机。包含实现上述功能的电路原理图(1页) 使用原理图上用到的晶振,给出了计算波特率的步骤。波特率可以是2400、4800、9600给出了设计程序的步骤或画出程序的流程图-51 Single-chip serial procedures, making 51 MCU UART port for each PC, sent to receive a character, plus a gift back t
serialconnection
- 这个程序实现的是接收字符,再把这个字符串口发送。 还要一个要注意的是波特率,而波特率附送的小程序算出 实验方法:打开串口调试程序(小工具目录里)选择您正确的串口号,波特率选9600, 然后发送一串字符,这一串字符就马上会被单片机回发到电脑-The program implementation is to receive characters, then this string I send. Also one should note that the baud rate, whi
serial
- -- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在 --PC机上安装一个串口调试工具来验证程序的功能。 -- 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控 --制器,10个bit是1位起始位,8个数据位,1个结束 --位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实 --现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时
DHT11_081206
- *** *** *** *** *** **** DHT21使用范例 单片机 : AT89S52或 STC89C52RC 功能 ; 串口发送温湿度数据 波特率 9600 硬件连接: P2.0口为通讯口连接DHT11,DHT11的电源和地连接单片机的电源和地,单片机串口加MAX232连接电脑 公司 ; 广州奥松电子 -********************************** DHT21 usage examples SCM: AT89S52
uart
- 430通信程序,通过配置430URAT模块实现波特率9600 2400 15200串口通信-430 Communication Program, through the configuration 430URAT Module 9600 2400 15200 baud rate serial communication
LCD_HZK_232
- 8051+iic字库+lcd显示+接收串口+仿真+keil完整工程。需用电脑串口软件调试。波特率9600.-8051 iic font lcd display receive serial keil complete engineering simulation. You need to use computer software debugging serial port. 9600 baud rate.
ASM
- SN75176,用51系列的单片机,波特率为9600,串口方式1,发送数据-SN75176
senduard_50m
- 串口发送: 使用串口发送程序接收二进制码(9600波特率) ,用拨码开关控制发送二进制的高四位,按板上的第二个按钮,LED灯会相应的亮起,PC 会收到相应的数据-Serial port to send: Use the serial port to send a program to receive a binary code (9600 baud), with DIP switch control to send binary high-4, according to board the
lcd
- 串口设置:波特率9600,无奇偶校验,数据位8位,停止位1位。 发送数据时必须以$开始,无结束字符。如$1234,就可以直接发送-lcd Mechanics
Phone1.0_SRC
- s3c6410开发板 测GPRS模块的源码一、测试AT指令 1) 启动开发板(用户将会看到GPRS同时启动,LED灯闪烁),进入WINCE界面,点击“我的设备”进入,看到WINDOWS文件夹点击进入,将会看到“SerialPort”, 双击打开; 2) 出现SerialPort 串口菜单,然后点击齿轮图样的按钮进行设置,GPRS 串口号 设置为COM2,波特率设置为9600,其它不用设置,然后点击确定; 3) 在刚才的SerialPort 串口菜单上输入AT指令(
sim_uart
- uart 收发器 verilog 代码,实现自收发功能 sys clk = 25m, baud 9600 停止位1, 无校验位; 代码实现了串口自收发功能,及把从 PC 收到的内容都发送会 PC, 其他波特率,自行修改代码即可,在 alter 的FPGA 上调试通过; -verilog code uart transceiver to achieve self-transceiver function sys clk = 25m, baud 9600 1 stop bit, no par
1602
- 该程序从串口接收数据,通过LCD显示数据。在LCD的第一行显示出来, 当数据过多时(超过16个字符),LCD第一行将会被覆盖。 该试验使用的晶振是11.0592,如果使用12M晶振,会出现串口接收 不正常的情况。原因是用12M晶振,波特率9600时的误差率达 8 -The program receives data from the serial port through the LCD display data. The first line in the
C8051F-MCU-serial-communicat
- C8051F单片机与PC串口通信, 能实现各种C8051单片机的串口通信,9600波特率,232协议-C8051F MCU and PC serial communication
uart
- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。 程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x104,对应的波特率是 --9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于
FPGUART
- verilog语言,FPGA,串口。 波特率9600,数据位8位,停止位1.-verilog language, FPGA, serial. 9600 baud, 8 data bits, 1 stop bit.
03-多路ADC转换-模拟串口发送
- 多路ADC查询采样,通过模拟串口发送给上位机,波特率9600 ,N,8,1,用户可以修改1~8路转换(Multi channel ADC query sampling, through the analog serial port sent to the host computer, baud rate 9600, N, 8,1, users can modify the 1~8 channel conversion)
实验15:串口通信
- SBUF串口通信 输入输出寄存器,倍增波特率4800,实现波特率9600(SBUF serial port communication input-output register, doubling the baud rate 4800, realizing the baud rate 9600)
底层数据采集(温湿度)终版
- 实现STM12单片机连接DHT22模块进行环境数据采集工作,并且将采集到的数据进行串口发送到电脑在调试助手中显示。波特率为9600(The STM12 microcontroller is connected to the DHT22 module to collect environmental data, and the collected data is sent to the computer through serial port to display in the debugging
SoftWareSerial
- STM32 IO模拟串口 发送接受 波特率9600(STM32 IO Analog serial port to send acceptance.)