如何将 3G USB 适配器与 Windows Mobile 6 模拟器连接?
我有一个真正的 3G USB 加密狗,它显示了几个串行端口。 我想将 Windows Mobile 模拟器串行端口的串行端口之一映射到真实设备,以测试自定义 RIL 实现。
首先,这种情况可能吗?
我尝试修改WM模拟器上的HKEY_LOCAL_MACHINE\Software\Microsoft\RIL\ComPort
来设置COM1。 我还尝试将模拟器串行端口映射到真实设备。
使用串口监视器,我可以看到串口是如何打开的,并且没有数据传输。 监视器上的 RTS 和 DTR 指示灯“亮起”。 会不会是串口配置问题? 有谁知道Windows Mobile模拟器串口的配置吗?
谢谢大家!
I have a real 3G USB dongle which shows several Serial ports. I want to map one of the Serial ports of the Windows Mobile emulator serial ports to the real device, to test a custom RIL implementation.
First, is this scenario possible?
I have tried to modify HKEY_LOCAL_MACHINE\Software\Microsoft\RIL\ComPort
on the WM emulator, to set up COM1. I have also tried to map the emulator serial ports to the real device.
Using a serial port monitor, what I can see is just how the serial port is open, and no data is transferred. RTS and DTR lights are "on" on the monitor. Could it be a configuration problem of the serial port? Do anyone know the configuration of the Windows Mobile emulator serial ports?
Thanks all!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将两个仿真器端口映射到两个真实的串行端口。 请参阅本文了解详细信息。 这些端口将显示为标准串行端口。 如果您的加密狗提供一些额外功能,则该功能将不可用。
You can map two emulator ports to two real serial ports. See this article for details. The ports will appear as standard serial ports. If your dongle offers some extra functionality, it will not be available.