使用 GSM 调制解调器呼叫
我正在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发起拨号/连接/发送数据短信是在数字连接上,因此串行端口,另一方面,通话处理语音,这是模拟(除非将模拟转换为数字并且通过数字形式发送 - 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.