Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows 桌面上,我使用SocketTest作为 GUI 工具来测试 TCP 连接。
Windows CE(首选本机)是否有替代方法来测试与 Windows 桌面的连接?
Windows CE 上的 Winsock API(至少是 winsock 2.x)与您在“完整”Windows 上的非常相似。如果这些示例没有使用太多高级 UI 功能,那么将它们移植到 CE 不会太复杂。如果 GUI 部分不容易转换,您仍然可以保留低级的 socked 相关例程。