用于串行通信的 Microsoft API - C#

发布于 2024-08-06 16:27:50 字数 145 浏览 4 评论 0原文

我正在尝试让两个 Windows Mobile 设备相互通信。

我正在使用的API(EMDK)说:

配对完成后,任何微软API都可以用于串行通信。

那么,谁能给我提供一个使用 C# .NET(最好是紧凑框架)进行串行通信的示例。

I am trying to get two windows mobile devices to communicate with each other.

The API I am using (EMDK) says:

Any Microsoft API can be used for serial communication after the pairing is completed.

So, can anyone point me to an example of serial communications using C# .NET (Preferably Compact Framework).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

傾城如夢未必闌珊 2024-08-13 16:27:50

这篇 MSDN 文章之类的内容吗?
或者这个? (我最喜欢的一个)。
或者也许是用于打印的示例?
或者可能是 读卡器示例
或者可能是通过 VB 的蓝牙

网络上有大量示例。一般来说,任何使用 的示例(桌面或设备) SerialPort 类 将完全适用。

Something like this MSDN article?
Or this one? (a favorite of mine).
Or maybe an example of it in use for printing?
Or maybe a card reader example?
Or posibly Bluetooth via VB?

The web has loads of examples. Generally speaking any example (desktop or device) that uses the SerialPort class will be completely applicable.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文