搜索资源列表
example.zip
- 通过设置发送并接收消息:可以设置端口,波特率,奇偶校验等参数(56KB)16tcpip2.zip用TCP/IP实现客户/服务器模式
RS232_Terminal
- 一个操纵RS232端口的程序,可以进行端口的设置以及发送和接受。
sd_audio_aic23
- SD卡和AIC23数字音频输出实验, FreeDev Audio Dsp Board采用了TI公司的TVL320AIC23 1、控制接口使用I2C,Quartus中将CS置低(器件地址0011010)。 2、数字音频接口使用了组件FreeDev_aic23,有三种测试和应用 模式,中断结合DMA方式能在NIOS II中采集和发送数据。中断信号 产生于模块中FIFO缓冲区的半满信号,读取数据端口自动清除中断 请求信号。 3、I2C IP 和FreeDev_aic23 IP分别在Qu
usb
- 开发环境ADS 通过编写一段程序使PC机与实验箱的从USB相连接。连接的时候,可以从PC 机通过执行USB读写程序,通过其USB 端口发送命令程序到实验箱中,从而实现控制4个LED的闪烁。
Host_new
- 利用ATMEGA128芯片的双串口,UART0连接西门子MC55,UART1连接到RS232,将RS232接收到的数据包,通过MC55自带的TCP/IP栈以GPRS连接到INTERNET,并发送到制定IP地址和端口的主机。开发环境AVRSTUDIO,WINAVR,GNU C++,通过测试。
在 STM32 上实现 USB CDC 虚拟串口
- Keil MDK 工程版本,通过 STM32 的 USB 端口在 PC 上虚拟一个 COM 口,当虚拟成功后,可通过串口调试软件发送控制命令,同时输出调试信息.内附源程序.
AD_DA
- 将从RS232端口接收到的数据通过RS485 端口发送出去-RS232 port from the received data sent through the RS485 port
others
- 将从RS232端口接收到的数据通过RS485 端口发送出去-RS232 port from the received data sent through the RS485 port
LV-BC-2.0
- 单片机89S51串口发送程序,端口号为P3.0和 P3.1-89S51 microcontroller serial port to send procedure, the port number for the P3.0 and P3.1
I4
- 基于msp430的串行数据传输例程-将从RS485端口接收到的数据通过RS232端口发送出去-Msp430 serial data transmission based on routines- from the RS485 port to receive the data sent through the RS232 port
display
- 在基于meg48的单片机最小系统里,我们需要每隔一段时间,向端口发送一个数据-In the based meg48 smallest single-chip system, we need time to time, to the port to send a data
485-232
- 将从RS485端口接收到的数据通过RS232端口发送出去 微处理器为msp430f149-From the RS485 port of the received data is sent via the RS232 port microprocessor as msp430f149
others
- 将从RS232端口接收到的数据通过RS485 端口发送出去-RS232 port from the received data sent through the RS485 port
串口回环测试
- 本程序是基于stm32f10x开发的源程序,用于对某个串口的接收和发送端进行检查,代码通用性较强,容易理解!
IIC读写EEPROM发送到PC串口
- 能实现用IIC读EEPROM并且将读取的数据通过串口发送到PC端,以及在PC端通过串口发送数据给FPGA,再利用IIC将数据写入EEPROM(The program can realize that FPGA read the data from EEPROM by IIC and then send it to PC by UART,and that PC send the data to FPGA by UART and then write the data to EEPROM by
用串口DMA方式接收发送数据
- 在STM32板子与电脑串口助手进行通信,用串口的DMA方式,先接收,再发送到PC端,可以连续接收,通过按键一次发送.(In the STM32 board and computer serial assistant for communication, using the serial port DMA way, first receive, and then sent to the PC terminal, you can receive continuously, sent through
ADCchuankou
- ADC读取电压,并通过端口发送至PC端,亲测可用(ADC reads the voltage and sends it to the PC end via the port. Pro test is available)
uart_test
- 收发端都采用2M波特率发送串口数据,通过PIN口直接输入输出串口数据,目的是为了跟外围高速器件完成高速的串口数据的收发,普通USB转串口的都只能支持不到1M的波特率,内部采用乒乓FIFO进行时钟域切换以及缓存(The transmitter and receiver are used 2M baud rate serial data transmission, directly through the PIN port serial input and output data, the purp
09-红外收发器
- PC上运行串口大师等串口调试软件,通过USB接口向开发板发送数据, 开发板收到数据帧后,将其由红外端口发送;如开发板接收到红外信号,当红外端口接收到完整数据帧后,开发板将数据由USB口送至PC。本程序未采用NEC或Philips的红外协议,旨在展示一种像使用串口一样 使用红外接口的方式,实验表明,这一方法十分有效,在1200bps、3米 距离的条件下仍有非常好的收发效果。(PC run serial master serial debugging software to se
07-USB通讯
- 主程序检测有按键按下则通过USB端口发送"This is BW-DK5483" , 可将开发板USB接口与PC连接,PC上运行串口大师等串口调试软件, 打开USB串口接收并观察开发板发送数据,也可由PC端发送数据至开发板,开发板将接收数据发回PC(The main program detects a button press through the USB port to send "This is BW-DK5483", the USB develop
