使用 GSM 调制解调器呼叫

发布于 2024-07-15 20:30:55 字数 100 浏览 7 评论 0原文

我正在 vb.net 中开发短信项目。我可以轻松发送和接收短信。 我可以接听来电并拨打。 但听不到和说话。 我用com端口连接。 对于说话和听力来说,这可能或不可能。 请告诉我

I am developing Sms Project in vb.net.I can Send and receive Sms Easily. I can attented Incoming call and dial. but not hearing and talk. I connected with com Port. This is possible or not for talking and hearing. please tell me

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦里的微风 2024-07-22 20:30:55

发起拨号/连接/发送数据短信是在数字连接上,因此串行端口,另一方面,通话处理语音,这是模拟(除非将模拟转换为数字并且通过数字形式发送 - VoIP),您需要能够连接到扬声器和麦克风。
我建议使用 http://arduino.cc/en/Guide/ArduinoGSMShield --> ; 易于使用并支持所有短信(数字)和语音(模拟)。
然而,应用程序可以使用VB.net来启动工作,

希望这有所帮助。

initiate dial/connect/send data sms are on digital connection, hence serial ports, talking on the other hand deals with voice, which is analog (unless converting analog to digital and send thru digital form - VoIP), you need to be able to connect to speaker and mike.
I would suggest to use http://arduino.cc/en/Guide/ArduinoGSMShield --> easy to use and support all sms (digital) and voice (analog).
However, the application to initiate the work can be using VB.net

hope this help.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文