linux双虚拟机串口通信

1714阅读 0评论2012-03-14 hpwzd
分类:LINUX

\\.\pipe\com_1    (server、client)
两边:stty ispeed 115200 ospeed 115200 -F /dev/ttyS1
      server: cat /dev/ttyS1
      client: echo hello world > /dev/ttyS1
上一篇:ucosII学习笔记-1
下一篇:在Linux下安装更改gcc或g++版本