搜索资源列表
VHDL实现RS232串口通信源码
- QUARTUS2下VHDL实现串口通信的源码,整个工程分四个模块:顶层,波特率产生模块,发送模块,接受模块。
uart_zhiwen
- RS232的UART编程,包括波特率发生器模块,串口接受模块,串口发送模块-RS232 programming the UART, including the baud rate generator module, serial module to receive, send serial module
async_transmitter
- RS232串口发送模块,verilog编写,可综合-async_transmitter verilog module
chengxu
- 串口通信-rs232接口程序,波特率,协议数据发送,蓝牙通信模块-Serial Communication-rs232 interface program, the baud rate, protocol data sent, Bluetooth communication modules
pacer
- 心脏起搏器程控仪终端人机交互图形界面,接收和修改工作参数,通过串口RS232发送给外部模块-Pacemaker programmed instrument graphical interface terminal human-computer interaction, receive and modify operating parameters through RS232 serial port to send to an external module
rs232
- 用vhdl实现fpga串口通信 包含 波特率生成 发送模块 接收模块 过采样 signaltap使用-Vhdl fpga serial communication with the realization of sending module contains the baud rate generation receiver module using oversampling signaltap
RS_232
- VHDL实现RS232串口通信,压缩包内有完整的quartus2工程,由顶层,波特率,发送,接收四个模块构成。外部电路只需要一片MAX232就能与串口助手或单片机通信。-VHDL implementation of RS232 serial communication, compressed within a complete quartus2 project from the top, baud rate, send, receive four modules. External circui
VHDL-uart
- 本程序应用VHDL语言,详细描述了RS232串口协议,包括发送,接收,波特率的产生,模块化编程,对于初学者尤为有宜!-The program in VHDL language, the detailed descr iption of the RS232 serial protocol, including sending, receiving, and baud rate generation, modular programming, especially for beginners sho
485test
- DM430-L型开发板RS485通信实验,通过开发板与电脑进行数据通信,485接在UART1上 电脑端必备RS232转RS485模块,否则无法进行直接的连接RS485之间通过双绞线连接,如果距离近,可以不使用120欧电阻匹配电脑端通过串口调试助手操作,先将数据由电脑发往开发板开发板板会将收到的数据再发送到串口调试助手,接收采用中断模块,发送用查询板载的BSL模块可以通过跳线帽设置为USB转串口模式,笔记本电脑没有串口可以直接代替开发板的BSL区的RXD和TXD0连接,TXD和RXD0连接即可
ex_9
- 实现串口通信,通过RS232可以从PC机向UART模块发送数据,然后读出-Serial communication via RS232 from the PC to the UART module to send data, and then read out
MSP430F149-communicating-with-the-PC
- //电脑端必备RS232转RS485模块,否则无法进行直接的连接 //RS485之间通过双绞线连接,如果距离近,可以不使用120欧电阻匹配 //电脑端通过串口调试助手操作,先将数据由电脑发往开发板 //开发板板会将收到的数据再发送到串口调试助手,接收采用中断模块,发送用查询 //波特率更改请通过config.h文件,直接更改baud参数即可-//PC necessary RS232 to RS485 module, otherwise can not be directly co
sdram_mdl
- 关于RS232串口调试中接收和发送的控制模块部分的程序-About the RS232 serial port receive and transmit debugging control module part of the program
RG-BT1800-04-bluetooch-module-spec
- 远距离蓝牙模块,模块在空旷场所通信距离达到1800米,广泛得被国防科大、武汉大学等众多科研项目配套使用。 模块可以是用在USB蓝牙,也可以用在串口数据无线传输。其串口模块成对使用,对于外界开发来说,其相当于一根蓝牙串口线。您无需考虑繁琐的蓝牙协议,您只需要简单的配置波特率、主从模式,就可以为您的系统增加一个强大的蓝牙功能,您只需要用您的单片机通过串口发送数据就能实现蓝牙通信。蓝牙模块 远距离蓝牙 工业蓝牙 医疗蓝牙 串口蓝牙 USB蓝牙 性能稳定 性价比高 -Descr iption:
rs232_tr
- 自学的串口通信模块,包含接收模块,发送模块,波特率模块,顶层模块-RS232 communication application,VHDL code
UART
- (1)在FPGA上设计UART接收模块实现从PC接收串口数据(RS232串口通信); (2)在FPGA上设计UART发送模块,把从PC接收的数据的16进制值加1再发送给PC; -(1) Design UART receiver module receives serial data (RS232 serial communication) the PC to the FPGA (2) Design UART transmit module on FPGA, the hexadecim
jieshou
- 通过NRF24L01模块接收发送端发出的温度信息,当数据接收完成后产生接收完成中断信号,单片机确认有中断信息后读取NRF24L01接收缓冲区中的数据,根据数据包协议将接收到的信息通过数码管动态扫描方式显示当前温度,同时也将温度信息通过 RS232 串口上传给PC机, 并对温度信息进行数据统计和数据存储。 -Transmitting and receiving information through NRF24L01 module temperature side issue, when the
uart
- FPGA实现rs232串口通信,包含接收模块和发送模块-FPGA transmit
STM32_ESP8266_WIFI
- 本程序会将WIFI模块发送的数据转发到USART1串口,同时将USART1串口接收到的数据转发给WIFI模块。这样客户就可以通过HL-340的USB转RS232串口线来测试WIFI模块的AT指令了。-The data in this program will be forwarded to the WIFI module sending USART1 serial port, while forwards USART1 receive serial data to WIFI module. So
UART-Altera
- 使用Atera FPGA CycloneII 实现串口通信,遵循RS232协议。FPGA上的模块实现了数据的接收,取补码和发送。(Achieve serial communication with FPGA, following the protocol of RS232.)