You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
虚拟机虚拟串口通信系统详细技术方案
需求分析
每个客户机需要独占一个串口,目前开发板串口资源有限,不便于客户机调试和展示。
解决方案
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ 客户机1 │ │ 客户机2 │ │ 客户机N │
│ (串口控制台) │ │ (串口控制台) │ │ (串口控制台) │
└─────┬───────┘ └─────┬───────┘ └─────┬───────┘
│虚拟串口 │虚拟串口 │虚拟串口
└─────────┬─────┴────────────────┘
│
┌────────────▼───────────────────┐
│ 虚拟机主机系统 │
│ ┌─────────────────────────────┐ │
│ │ Socket服务器 │ │
│ │ ┌─────────────────────────┐ │ │
│ │ │ 多通道管理器 │ │ │
│ │ │ ┌─────┬─────┬─────────┐ │ │ │
│ │ │ │通道1 │通道2 │ 通道N │ │ │ │
│ │ │ └─────┴─────┴─────────┘ │ │ │
│ │ └─────────────────────────┘ │ │
│ └─────────────────────────────┘ │
│ 网卡驱动 │
└───────────────┬────────────────┘
│网络连接
┌─────────────────▼──────────────────┐
│ 网络层 │
└────────────────┬───────────────────┘
│
┌──────────────▼───────────────────┐
│ PC客户端 │
│ ┌─────────────────────────────┐ │
│ │ 控制台应用程序 │ │
│ │ ┌─────┬─────┬─────────────┐ │ │
│ │ │连接1 │连接2 │ 连接N │ │ │
│ │ └─────┴─────┴─────────────┘ │ │
│ └─────────────────────────────┘ │
└──────────────────────────────────┘
Beta Was this translation helpful? Give feedback.
All reactions