搜索资源列表
mode1_master
- C8051F040 UART0模式1全双工通信 uart0模式1主机程序-C8051F040 UART0 a full-duplex mode of communication uart0 a mainframe model procedures
Huffman.c2
- 1.在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的通道),每端都需要一个完整的编/译 码系统。 2.本程序的目的是大大提高通信的信道利用率,缩短信息传输时间,降低传输成本。 -1. In the transmitter through a coding system for pre-treatment data-coding the receiving end of data from the decodin
com_serail_51
- 基本包含了单片机通讯的全部通讯方式代码,包括带纠错码的串行通信,8051与8051点对点通讯,8051与PC机间通讯,全双工和半双工通讯。-microcontroller contains basic communication code all forms of communication, including error-correcting codes with the serial communications 8051 and 8051 point-to-point communica
SOFT_UART
- 利用STC单片机实现软件模拟全双工串口的程序,只用一个定时器,消耗系统资源很少。-using SCM software simulation of the full-duplex serial procedures, only a timer, depletion of scarce resources system.
as1
- FREESCALE 16位单片机片MC9S12DG128的串口驱动程序,环行缓冲区大小可设置,支持半双工RS485通信,可调用用户事件-SCM MC9S12DG128 Serial Driver, Ring buffer size can be set up to support half-duplex RS485 communications, users can call the incident
UART_ise7_bak
- 用FPGA 实现全双工异步串口(UART),与PC 机通信。1 位起始位;8 位数据位;一个停止位;无校验位;波特率为2400、4800、9600、11520 任选或可变(可用按键控制波特率模式)。-using FPGA full-duplex asynchronous serial port (UART), and PC communication. An initiation; 8 data spaces; One-stop; No Parity; Baud Rate for 2400,48
ak1
- 一些应用中,经常要用到双串口,但是一般单片机只提供一个串口,其实完全可以用普通I/O口模拟一个串口。以下的程序是我编写的模拟串口程序,程序中使用了单片机的定时器0,和INT0中断。数据的发送和接收由中断程序自动进行。程序已经过AVR仿真器仿真和实际烧片使用,证明可靠。有一点需要说明的是,此模拟的串口为半双工方式。 主程序中,单片机将标准串口设置为115200bps,将模拟串口设置为19200bps。单片机将标准串口收到的数据从模拟串口发送出去,将模拟串口接收到的数据从标准串口发送回来。-s
myUART
- 这是我用Xilinx公司的sparten3开发板,ISE集成开发环境,用VHDL语言开发的串口全双工通信程序,供大家参考,共同学习。-This is the company I used the sparten3 Xilinx development boards, ISE Integrated Development Environment, Using VHDL development of the full-duplex serial communication program, for
485
- 单片机的485串口通讯程序,该程序为半双工的
sound
- 其中sound.c 用于录音和回放。其中特别需要注意的是:1。目前声卡似乎不能打开全双工,所以如果fd = open(\"/dev/dsp\", O_RDWR) ,则无法录音和回放。只能分别设置RDONLY和WRONLY。即半双工方式。否则,就是在录音的时候可以听见,但是无法回放。分析下来似乎是IIC总线中只分配了一个通道给声卡,或者是只启用了一个通道,所以无法录音和放音同步进行。解决方法就是分别以RDONLY方式打开进行录音和WRONLY方式打开进行放音。 Sound1.c用于将录音保存在
shuanggongwuxianchuanxingtongxinfangan
- 一种单片机双工无线串行传输方案,格式为word
rs232
- 利用FIFO数据结构,在8051单片机上实现全双工通讯,实现MODBUS通讯协议
infrared_send
- 基于80c51的半双工红外发射程序,带键盘可修改发射内容
softuart_avr
- AVR单片机软件模拟串口实现全双工的例子。-AVR single-chip simulation software to achieve full-duplex serial example.
usart_half_mode
- Avr单片机半双工模式Usart驱动,用中断实现, 可以像打开文件一样处理usart数据。-Usart communication half mode, implements by interrupt, Can process as file
avrSPI
- avr 单片机SPI 双机全双工通讯,源代码,仿真.rar-avr microcontroller SPI full-duplex dual-machine communication, the source code, simulation. rar
20-使用两路PCA模拟一个全双工串口
- 用STC15的PCA模拟全双工串口,测试良好(Simulation of full duplex serial port with STC15 PCA)
USART单线半双工模式
- STM32 USART单线半双工配置模式(STM32 USART single line half duplex configuration mode)
STM32双机全双工SPI主从同行程序
- 基于STM32的双机全双工SPI主从通信程序,包括主机程序和从机程序。(STM32 dual full duplex SPI master-slave communication based program, including the host program and the program from the machine.)
2.4G半双工通讯
- 实现不切换状态的双工通讯,即利用应答信号返回数据,携带信息。(Duplex communication without switching state)