搜索资源列表
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
chat
- 全双工聊天的linux实现,便于理解计算机网络知识-Linux achieve full-duplex chat, easy to understand computer network knowledge
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