搜索资源列表
利用Java实现串口全双工通讯
- 一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类库,该类库大大的简化了对串口进行操作的过程-an embedded system usually through its serial port control system for full-duplex commu
UDP半双工会话.rar
- 实现UDP半双工会话,可以更进一步了解它的工作过程。
PC机串行通信程序设计
- 本串行通信程序利用汇编语言通过BIOS中断调用和DOS功能调用实现PC机双机串行通信。其中,上位机和下位机串行口均为辅串口COM2(口地址为2FXH),对外用9针连接器与令一台PC机连接;BIOS通过“INT 14H”4个中断服务子程序,分别完成串口初始化编程、发送一帧数据、接受一帧数据以及测试通信线状态。本程序分为PC机串口自动测试程序(目的是测试串口好坏)和PC机全双工双机通信程序两个部分。-the serial communica
利用Java实现串口全双工通讯
- 一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类库,该类库大大的简化了对串口进行操作的过程-an embedded system usually through its serial port control system for full-duplex commu
shuanggongwuxianchuanxingtongxinfangan
- 一种单片机双工无线串行传输方案,格式为word-A single-chip wireless duplex serial transmission program, the format for word
vb3
- VB就MSCOMM控制编写的各种例子.多种方式,可以是全双工,半双工,MODE调制解调格式-VB on the MSCOMM control various examples of the preparation. A variety of ways, it can be full-duplex, half duplex, MODE modem format
vb
- 在这里的通信协议采用的是半双工异步串行通信方式,并行输入串行输出采样。其中通过RS232的RTS信号进行收发转换,传输数据采用的是二进制数据。 -Here is the communication protocol used in half-duplex asynchronous serial communication, parallel input serial output sampling. One of the RTS thr
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
uart
- 虚拟串口程序,半双工工作方式,可用于少串口的单片机系统。-Virtual serial port program, half-duplex mode, the MCU can be used for small serial system.
duijiangji
- 模电课程设计,双工对讲机的自作。很好的资料。 -Analog Electronics course design, self-duplex intercom for. Very good information.
Push_Server
- WCF通讯的全双工通讯操作示例,包含服务定义,通讯约定,调用以及回调-WCF duplex communication operation example of communications, including service definition, communication conventions, call and callback
WCF双工实例
- 实现客户端订阅WCF服务,调用WCF服务端方法,WCF服务端回调客户端进行通知的过程实例(Implements client - side subscr iption WCF services, calls the WCF server method, and the WCF service callback client processes the notification instance)
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.)
tcp全双工通信
- 基于tcp的全双工通信,内含客户机、服务器(Full duplex communication based on TCP)
基于博弈论的全双工系统无线资源分配
- 由于自干扰和用户间干扰,全双工系统上下行链路之间的功率冲突问题问题被耦合在上行链路和下行链路信道之间,并且可以被表示为联合的上行链路和下行链路的和速率最大化。由于该问题是非凸的,因此将此问题建模为上下行信道之间的非合作博弈,提出了一种基于博弈论的迭代算法。(Due to the self-interference and interuser interference, the problem is coupled between upl
2.4G半双工通讯
- 实现不切换状态的双工通讯,即利用应答信号返回数据,携带信息。(Duplex communication without switching state)