gpt4 book ai didi

c# - 使用USR5637调制解调器时转换来电显示格式?

转载 作者:行者123 更新时间:2023-12-02 04:34:55 25 4
gpt4 key购买 nike

我需要开发一个小实用程序来将一种格式的来电显示转换为另一种格式。我有支持来电显示的 US Robotics 56K USB 调制解调器,我的服务提供商 (BT) 也为我的线路启用了来电显示功能(电话号码显示在手机上)。

我有调制解调器,如上所述,连接到同一条线路,但我不知道它给出的号码是什么格式,或者我如何只能在 C# 应用程序中获取电话号码。

在 US Robotics 网站上,没有关于调制解调器工作原理的开发人员指南。

我需要一些指导。

最佳答案

根据 their manual , 你可以使用 AT Commands打开来电显示(默认情况下禁用)并检索来电:

+VCID - Caller ID (CID)

This command controls the reporting and presentation of data associated with the Caller ID services in the Incoming Call Line ID (ICLID) data format for the next call.

+VCID=<pmode>

0 Disable Caller ID reporting. (Default.)

1 Enables Caller ID with formatted presentation to the DTE. The modem presents the data items in a pair format. The expected pairs are date, time, name, and caller code (telephone number),

2 Enables Caller ID with unformatted presentation to the DTE.

检索:

+VRID - Report Retrieved Caller ID (CID)

This command reports the data associated with the Caller ID services in the Incoming Call Line ID (ICLID) data format for the last received call.

+VRID=<pmode>

0 Reports Caller ID with formatted presentation to the DTE. The modem presents the data items in a pair format. The expected pairs are date, time, name, and caller code (telephone number),

1 Reports Caller ID with unformatted presentation to the DTE.

我不确定如何通过 USB 与调制解调器通信,在我的日子里它都是串行端口(并且有用于 C# 的 COM 端口库),不知道 USB 调制解调器是否实现了虚拟 COM 端口与终端软件的兼容性。在从 C# 开始执行此操作之前,可以选择使用终端仿真器(Windows 曾经附带 HyperTerminal ,但那是很久以前的事了),然后尝试直接与调制解调器对话以确定是否以及如何沟通有效。

希望对您有所帮助。

关于c# - 使用USR5637调制解调器时转换来电显示格式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22185877/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com