iOS 应用程序可以控制电话吗?

发布于 2024-12-08 09:36:53 字数 261 浏览 1 评论 0原文

我妈妈是聋子。我通常使用 TTY 服务与她交谈,她家里有 TTY 电话。我查看了 iOS TTY,它只说将电缆连接到 iPhone 以使用物理 TTY。 TTY 使用每秒 50 位的波特点代码进行通信,编写在 iPhone 上生成该代码的程序应该很简单。只是一系列音调,波特率相对较低。但我需要能够通过应用程序控制手机功能...然后我可以输入“txting”之类的消息,并让它将波特点代码发送到我妈妈的手机。 (我试过给她一台电脑,但她已经 86 岁了……老狗……新花招……)

有什么想法吗?

My Mom's deaf. I typically talk to her using a TTY service and she has a TTY phone at her house. I've looked in to iOS TTY and all it ever says is about connecting a cable to the iPhone to use a physical TTY. TTY uses 50bit per second baud-dot code for communications it should be trival to write a program that generates it on the iPhone. Just a sequence of tones, at a relatively low baud rate. BUT I need to be able to control the phone functionality from an app... Then I could type messages like "txting" and have it send baud dot code to my mom's phone. (I've tried giving her a computer, but she's 86... Old dog... new tricks...)

Any ideas?

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

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

发布评论

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

评论(3

故事和酒 2024-12-15 09:36:53

不,不可能。官方的iPhone SDK不允许与手机进行这种交互。

No, it not possible. The official iPhone SDK does not allow this kind of interaction with the phone.

月下伊人醉 2024-12-15 09:36:53

您无法在电话上执行此操作,但您可以尝试创建一个网络服务来执行此操作。然后让应用程序连接到服务来传递消息。

此页面上的 TAPIComm 看起来像是在 http://www.tapi 上工作的示例

。 info/default.aspx/TAPI/PSDKSamples.html

您需要在带有调制解调器的 Windows 计算机上运行它。

You can't do this on the phone, but you could try to make a webservice that does it instead. Then have the app connect to the service to deliver the message.

TAPIComm on this page looks like a sample to work from

http://www.tapi.info/default.aspx/TAPI/PSDKSamples.html

You'd need to run it on a Windows machine with a modem.

婴鹅 2024-12-15 09:36:53

我知道您正在寻找 iOS 解决方案,但另一个选择可能是将她切换到 Android 手机,因为 Android 使您可以更多地访问操作系统的基本、深层元素,包括访问语音数据流。

I know you were looking for an iOS solution, but it another option might be to switch her to an android phone, since android gives you MUCH more access to basic, deep-down elements of the OS, including access to the voice data stream.

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