C# 使用内置调制解调器拨打电话
我必须拨打电话号码并检测对面的调制解调器是否挂机。 如何在 C# 中使用 SerialPort 执行此操作?
I have to call phone number and detect if the modem at the opposite side is hang-on.
How can I do this in C# with SerialPort?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,System.IO.Ports.SerialPort 是要使用的类。
像这样的事情:
它没有经过测试,因为我手边没有调制解调器。
Yes, System.IO.Ports.SerialPort is the class to use.
Something like this:
It's not tested as I don't have a modem at hand.
您可以在正确配置的 Windows 中创建连接(以便您可以手动拨号)。然后使用RAS API拨号连接并检查结果。
You could create a connection in windows that is configured correctly (so you could manually dial it). Then use the RAS API to dial the connection an check the result.