搜索资源列表
micro-UARTsource_V
- UART(即Universal Asynchronous Receiver Transmitter 通用异步收发器)是广泛使用的串行数据传输协议。UART允许在串行链路上进行全双工的通信。-UART (ie Universal Asynchronous Receiver Transmitter Universal Asynchronous Receiver Transmitter) is a widely used serial data transfer protocol. UART allo
full_pipe
- LINUX下全双工PIPE的demo. 通常pipe是半双工的,这里使用两个pipe实现了全双工的功能.-LINUX full-duplex PIPE under the demo. Usually pipe is half-duplex, and two pipe is used here to achieve full-duplex functionality.
serial-communication
- 实现串口的全双工通信,一端接受数据并且发送数据,另一端实现相同的功能,模拟目标机和宿主机-serial communication
dtlk
- linux系统下全双工通信模式驱动程序源码-This driver is for the DoubleTalk PC, a speech synthesizer manufactured by RC Systems (http://www.rcsys.com/). It was written based on documentation in their User s Manual file and Developer s Tools disk.
ethtool.tar
- ethtool的源码,该工具是用于查询及设置网卡参数的命令ethtool ethx //查询ethx网口基本设置,其中 x 是对应网卡的编号,如eth0、eth1等等 ethtool –h //显示ethtool的命令帮助(help) ethtool –i ethX //查询ethX网口的相关信息 ethtool –d ethX //查询ethX网口注册性信息 ethtool –r ethX //重置ethX网口到自适应模式 ethtool –S ethX //查询ethX
chat
- 全双工聊天的linux实现,便于理解计算机网络知识-Linux achieve full-duplex chat, easy to understand computer network knowledge
ViewM
- 串行接口 (Serial Interface) 是指数据一位 地顺序传送,其特点是通信线路简单,只要一对传输线就可以实现双向通信(可以直接利用电话线作为传输线),从而大大降低了成本,特别适用于远距离通信,但传送速度较慢。串行接口 串行接口 一条信息的各位数据被逐位按顺序传送的通讯方式称为串行通讯。串行通讯的特点是:数据位的传送,按位顺序进行,最少只需一根传输线即可完成;成本低但传送速度慢。串行通讯的距离可以从几米到几千米;根据信息的传送方向,串行通讯可以进一步分为单工、半双工和全双工三
test_fifo
- 多进程的有名管道通信实例,在pc中linux环境下测试通过,测试中使用2个有名管道实现全双工通信,test_fifo_rw用于写管道,并读取另一个管道内容,test_fifo_echo将读管道的数据简单处理后回送到另一个管道中,-Examples of well-known multi-process communication named pipe, in the pc linux environment tested, the test used in two well-known pipe