从Python应用程序通过蓝牙发送AT命令
hai Guyz,
我如何从Python应用程序通过蓝牙发送AT命令?
操作系统:fedora 8
有人请用代码帮助我吗?
我需要导入哪个包?
我可以从哪里下载它?
hai guyz,
how can i send AT-command through bluetooth from a python application?
OS:fedora 8
Any one please healp me with the code?
which package i need to import?
from where can i download it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
要通过蓝牙连接到 IP 调制解调器,您需要使用蓝牙
rfcomm 驱动程序:
这是我使用的设置 - YMMV。
获得 rfcomm0 端口后,您可以将该端口视为标准串行端口,然后就可以开始使用了。
To get a connection over bluetooth to your IP modem, you want to use the bluetooth
rfcomm driver:
This is the setup I use for mine - YMMV.
Once you have the rfcomm0 port, you treat the port as a standard serial port and you're good to go.
我觉得这个比较好......
I think this is better.......