Welcome![Sign In][Sign Up]
Location:
Search - BluetoothChat.a

Search list

[Communication-MobileBluetoothChat

Description: 采用蓝牙技术实现聊天工具,可以实现显示信息,以及共享资料-Bluetooth technology chat tools, can achieve a display of information and sharing of information
Platform: | Size: 32293 | Author: liufeng | Hits:

[Communication-MobileBluetoothChat

Description: 采用蓝牙技术实现聊天工具,可以实现显示信息,以及共享资料-Bluetooth technology chat tools, can achieve a display of information and sharing of information
Platform: | Size: 31744 | Author: liufeng | Hits:

[SymbianBluetoothChat

Description: 蓝牙聊天室程序,编译后,安装到手机上,几个朋有就可以用蓝牙进行聊天-Bluetooth chat room procedures, compiled, installed to the phone, there will be a few friends to chat with Bluetooth
Platform: | Size: 31744 | Author: mosing | Hits:

[SymbianBluetoothChat

Description: 实现蓝牙聊天功能,供手机开发爱好者共同学习-Bluetooth chat function to achieve for mobile phone enthusiasts to develop a common learning
Platform: | Size: 219136 | Author: | Hits:

[J2MEBluetoothChat

Description: 简单的蓝牙聊天软件。在10米之内,两个蓝牙手机可以互相通信。-A simple Bluetooth chat software. Oh look is worth downloading.
Platform: | Size: 46080 | Author: Sally | Hits:

[androidBluetoothChat1

Description: Android手机蓝牙通讯的demo。是一个蓝牙聊天小程序。-Android phone Bluetooth demo. A small chat program
Platform: | Size: 116736 | Author: Wsy | Hits:

[androidBluetoothChat

Description: android应用开发源代码,实现了利用蓝牙功能的聊天室,很简洁的一个程序。-android application development source code, to achieve the use of Bluetooth-enabled chat rooms, a very simple procedure.
Platform: | Size: 27648 | Author: steven | Hits:

[JSP/JavaBluetoothChat

Description: 一个聊天的程序,它能和另外一个人聊天,先要找到对方,并连接上-a program about with bluetooth. it can talk with another person
Platform: | Size: 47104 | Author: forfro | Hits:

[androidBluetoothChat

Description: 這一節的說明主要是針對 Linux 的環境,或者更嚴格的說是我還沒有發現 Blue Cove 以前的測試環境。現在 Windows XP SP2 之後已經支援藍芽的驅動程式,再加上 Blue Cove 以及藍芽設備,你就可以開始開發了。不過,我還是把以下的說明留下來當參考用。 兩部安裝了 Linux 的電腦,請確定這個版本的 Linux 內建支援 BlueZ。我們用的是 Fedora Core 1,你也可以參考 窮人的 Java Bluetooth 開發環境之建置 來建置你的開發環境。 依照 BlueZ 硬體相容清單 去採購你的藍芽裝置. 我用的是別人幫我買的 X-Micro 的 Bluetooth USB Dongle. 雖然這個設備並未出現在相容清單內,但是目前為止使用上都還蠻順利的。你可以在環境架好了以後,再去購買,如果發現不相容可以馬上退貨。 Linux 環境安裝有 J2SDK 1.4.x (or later) 以及 Rococo Software s Impronto Developer Kit for Linux. 安裝至少 bluez-libs 和 bluez-utils 套件。 請在兩部電腦上都利用以下指令來確定你的環境是正確的(# 為註解) -import java.io.* import javax.bluetooth.* public class LocalInfo { public static void main(String args[]) throws BluetoothStateException { LocalDevice localdev = null try { localdev = LocalDevice.getLocalDevice() } catch (BluetoothStateException e) { System.out.println("ERROR: cannot access local device") System.exit(1) } System.out.println("a local bluetooth device is found:") System.out.println(" Name: "+ localdev.getFriendlyName()) System.out.println("Address: "+ localdev.getBluetoothAddress()) System.out.println("\nIts device classes are:") DeviceClass devcla = localdev.getDeviceClass() System.out.println(devcla.toString()) System.out.println("Service Class: "+ devcla.getServiceClasses()) System.out.println("Major Device Class: "+ devcla.getMajorDeviceClass()) System.out.println("Minor Device Class: "+ devcla.getMinorDeviceClass()) } }
Platform: | Size: 93184 | Author: 紫陽 | Hits:

[androidBluetoothChat

Description: Android 蓝牙聊天软件源码。演示了如何建立蓝牙连接和运用蓝牙SPP发送信息。-The Android Bluetooth chat software source code.Demonstrates how to establish a Bluetooth connection and use Bluetooth SPP to send a message.
Platform: | Size: 98304 | Author: Sprite | Hits:

[JSP/JavaBluetoothChat

Description: 安卓自带的蓝牙聊天的谷歌源码,值得好好研究一下-bluetoothchat OS,Andrews comes with Bluetooth chat Google source, deserves a closer look
Platform: | Size: 27648 | Author: wxx | Hits:

[Communication-MobileBluetoothChat

Description: 这是一个实现蓝牙通讯的实例,源码经过优化,比较有参考性-a sample of the bluetooth
Platform: | Size: 27648 | Author: compass | Hits:

[Windows MobileBluetoothChat

Description: chat bluetooth client server approch in mobile device with a PC
Platform: | Size: 43008 | Author: mimif | Hits:

[androidBluetoothChat

Description: 这个BlueToothChat是针对蓝牙BF10开发的一款软件,只要有Android手机,会用单片机串口,就适用-This BlueToothChat development of a software for Bluetooth BF10, as long as the Android phone, the MCU serial applicable
Platform: | Size: 871424 | Author: 林永军 | Hits:

[JSP/JavaBluetoothChat

Description: 一个java蓝牙技术的程序源码,希望可以支持-A java Bluetooth technology program source code, I hope you can support
Platform: | Size: 118784 | Author: 王炯 | Hits:

[JSP/JavaBluetoothChat

Description: Android蓝牙串口(非自带)的demo-a demo of android bluetooth
Platform: | Size: 416768 | Author: 李良 | Hits:

[androidBluetoothChat

Description: 手机安卓系统使用,适用于通过手机蓝牙系统聊天的小应用。-Andrews phone system uses for Bluetooth mobile phone system for a small chat application.
Platform: | Size: 94208 | Author: 赵莉 | Hits:

[Linux-UnixBlueToothChat

Description: 一个简单的蓝牙聊天代码,包含了搜索链接聊天等过程,代码源自sundy老师,略有更改-A simple bluetooth chat code, contains search links chat process code from sundy teacher, a slight change. .
Platform: | Size: 2170880 | Author: abb | Hits:

[androidbluetoothChat

Description: 此为一个蓝牙聊天的工程源代码,两台android设备都安装此apk后可通过蓝牙配对连接并进行文本通信。-This is a Bluetooth Chat project source code, two android devices after installing this apk pairing via Bluetooth to connect and communicate text.
Platform: | Size: 1317888 | Author: 叶豪 | Hits:

[Other Embeded programBluetoothChat

Description: 安卓平台 蓝牙聊天软件,可以实现简单的2个人在线聊天-Android platform Bluetooth chat software, you can achieve a simple two personal online chat
Platform: | Size: 62464 | Author: 阿猛 | Hits:
« 12 »

CodeBus www.codebus.net