搜索资源列表
smssend
- c语言源码,将gsm模块接到电脑串口,运行软件,进行相应的设置后,可以收发短信。
UART
- 本人自己编写的FPGA异步串口通信模块(UART),基于QuartusII环境,verilog语言编写,包含仿真和全部程序及说明,验证通过,具有很好的稳定性和参考价值!-I have written of the FPGA asynchronous serial communication module (UART), based on QuartusII the environment, verilog language, including simulation and all the pr
eatcommand
- 易语言开发的串口AT指令帮助大家测试 AT+CGMI 获取厂商型号 AT+CGMM 获取手机型号 SIM的IMSI号 AT+CGMR 软件版本号 ATE1回显内容ATE0不回显内容 ATD+电话号码 拨号 ATH挂机 ATA接电话 AT+CPAS 获取当前状态:0无状态,4拨号中,3接电话中 AT+CSCA?获取短信中心的号码 AT+COPS?查询网络注册情况 AT+CBC查询电池电量 0:模块由电池供电,BCL为电量1:模块由外部电源供电
45666021UART_send
- 用硬件描述语言V语言,编写的UART串口的发送模块。-Using hardware descr iption language V language, prepared by the sending UART serial port modules.
FPGA_UART
- 本例用VHDL语言在FPGA上实现UART的控制,包括了波特率发生器,接收器,发送器,奇偶校验模块,以及滤波模块和测试模块,能让您更透彻的了解UART的工作原理。-In this case the FPGA using VHDL language to achieve UART' s control, including the baud rate generator, receiver, transmitter, parity modules, and filtering module
ceshijuli
- 超声波测试距离的不同串口显示模块进行c语言编写代码-Serial ultrasound test different from the display module to write code c language
51cchengxu
- 51串口c语言编程, 进行数据传输,可进行无线模块使用!-51 serial c language programming, data transmission, wireless module!
a_vhd_16550_uart_latest.tar
- 实现通用16550的uart的功能模块,使用vhdl编程语言。-16550 uart achieve universal functional modules using vhdl programming language.
spi_cbb
- 基于FPGA设计,verilog语言变成的,SPI通用接口模块,顶层已封装成类似标准的FIFO接口;提供仿真文件;仿真器为modelsim10.0c,波形观察debussy。-Based on the FPGA design, Verilog language into a, SPI universal interface module, the top has been packaged into a FIFO interface similar to that of the standard
RF
- 基于c语言,在IAR软件上编译的,实现两个rf模块之间的通讯的小程序。-C language based on the IAR compiler software, to achieve applet communication between the two rf module.
main
- 作比赛写的NRF24通信模块程序C语言版,供初学者参考(It was written for a mobile robot during a electronic competition.It can control the MSP430 to communicate with other NRF24s. It is useful for primary learners in communication and C.)
uart
- 串口发送接收模块,verilog语言,可用来做hdl设计的仿真(used for test for Uart interface in FPGA)
vhdl的串口UART编写
- 该资料是用vhdl语言实现串口UART的编写,程序包括发送模块,接收模块,波特率发生模块和顶层模块。程序无BUG,可以直接使用