Windows Mobile中通过Com端口发送数据(紧凑框架)
我需要创建一个虚拟 com 端口,以便当设备(windows mobile)usb 端口连接到跟踪盒串行端口时,将引线插入其中,com 端口就会添加到设备中。 我想使用 gprs 通过 com 端口将数据发送到我们在跟踪框中设置的指定地址和端口号
I need to have a virtual com port created so that when the device(windows mobile) usb port is connected to Tracking box serial port has the lead put into it a com port is added to the device. I want to sends the data via the com port using gprs to a specified address and port number that we set in the tracking box
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SerialPortt 类应该支持这一点。 请参阅 MSDN。
正如版本信息所示,它符合 .NET CF 3.5 和 .NET CF 3.5 标准。 2.0
The SerialPort class should support that. Have a look at it at MSDN.
As the version information tells, it is compliant with .NET CF 3.5 & 2.0