vc#.net 中的蓝牙连接

发布于 2024-09-30 01:33:40 字数 186 浏览 3 评论 0原文

我想为电脑创建一个蓝牙聊天室 我将使用 Visual Studio 2005 作为前端 我只是想知道如何将一个系统连接到另一个系统 在vc#.net软件中使用蓝牙发送数据或消息,

如内网聊天,使用局域网作为连接介质 将一个系统连接到另一个系统的传统方法是使用 LAN

我想使用蓝牙作为连接介质创建 Intranet 聊天

I want to create an Bluetooth chat room for pc
i will use visual studio 2005 as the front end
i just want to know how do i connect one system to another system with each other
and send data or message using an Bluetooth in vc#.net

software like intranet chatting use's LAN as connection medium
traditional way to connect to one system to another system is using LAN

i want to create intranet chatting using Bluetooth as connection medium

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

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

发布评论

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

评论(1

南…巷孤猫 2024-10-07 01:33:40

最好的方法是仅使用 Windows 通过蓝牙连接两个系统。

然后您可以在每台计算机的蓝牙管理器中添加一个串行端口,并通过串行端口连接您的应用程序。

http://www.conniq.com/Windows-networking/Bluetooth_PAN_xp-setup_01.htm

http://www.acroname.com/garcia/tutorials /bluetooth/connection/connection.html

The best method to do is to connect the two systems via bluetooth, using just windows.

And then you can add a serial port in the bluetooth manager of each computer and connect your application via Serial Port.

http://www.conniq.com/Windows-networking/Bluetooth_PAN_xp-setup_01.htm

http://www.acroname.com/garcia/tutorials/bluetooth/connection/connection.html

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