蓝牙和delphi,怎么样?

发布于 2024-11-26 11:50:43 字数 76 浏览 0 评论 0原文

我想使用蓝牙将文件发送到设备(手机),没什么花哨的。但我不知道应该从哪里开始寻找司机?也许你们中的一个人以前使用过蓝牙,可以给我一个起点。

I want to send a file to a device (phone) using bluetooth nothing fancy. But i don't know where to start should i find a driver? Maybe one of you guys worked with bluetooth before and can give me a starting point.

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

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

发布评论

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

评论(2

苦行僧 2024-12-03 11:50:43

我在 Indy 中添加了一些蓝牙支持(因为你只能(?)通过套接字读取/写入蓝牙:使用 Windows 套接字进行蓝牙编程)一个月前。

请参阅我在 indy 论坛上的帖子以获取代码:
Indy 蓝牙支持

我们在这里使用它来读取蓝牙条码扫描仪(主模式和从模式),具有自动连接等(也许我需要更新发布的代码以获得主支持,如果您需要,请告诉我)

I hacked some bluetooth support into Indy (because you can only(?) read/write bluetooth via sockets: Bluetooth Programming with Windows Sockets) a month ago.

See my post on the indy forum for the code:
Indy Bluetooth support

We use it here for reading a bluetooth barcode scanner (both master and slave mode), with auto connect etc (maybe I need to update the posted code for master support, please let me know if you need it)

原谅我要高飞 2024-12-03 11:50:43

我以前没有使用过它,但我会从 MSDN

文章 开始解释如何使用 Windows 套接字连接到蓝牙设备。

这些方法可能有包装器。研究后我会添加更多信息

I haven't worked with it before but I'd start on MSDN

The article explains how to use windows sockets to connect to Bluetooth devices.

There's probably wrappers for these methods. I'll add some more information after I've looked into it

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