vc#.net 中的蓝牙连接
我想为电脑创建一个蓝牙聊天室 我将使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的方法是仅使用 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