用于串行通信的 Microsoft API - C#
我正在尝试让两个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这篇 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.