登录
首页 » Java » BTClient

BTClient

于 2020-11-07 发布 文件大小:96KB
0 335
下载积分: 1 下载次数: 114

代码说明:

  安卓上的蓝牙串口助手,包含源代码,可以和单片夹等其他的设备相连。(Bluetooth serial port on Andrews assistant, including source code, and other devices can be connected to single folders.)

文件列表:

BTClient备份
............\.classpath,475,2013-07-17
............\.project,844,2010-12-01
............\AndroidManifest.xml,1221,2013-07-17
............\assets
............\backup
............\......\BTClient.java,4558,2010-12-11
............\bin
............\...\AndroidManifest.xml,1221,2013-07-17
............\...\BTClient.apk,25383,2013-07-17
............\...\classes
............\...\.......\com
............\...\.......\...\test
............\...\.......\...\....\BTClient
............\...\.......\...\....\........\BTClient$1.class,1965,2013-07-17
............\...\.......\...\....\........\BTClient$2.class,1093,2013-07-17
............\...\.......\...\....\........\BTClient$3.class,819,2013-07-17
............\...\.......\...\....\........\BTClient$4.class,2609,2013-07-17
............\...\.......\...\....\........\BTClient$5.class,795,2013-07-17
............\...\.......\...\....\........\BTClient.class,8092,2013-07-17
............\...\.......\...\....\........\BuildConfig.class,343,2013-07-17
............\...\.......\...\....\........\DeviceListActivity$1.class,1989,2013-07-17
............\...\.......\...\....\........\DeviceListActivity$2.class,2226,2013-07-17
............\...\.......\...\....\........\DeviceListActivity$3.class,875,2013-07-17
............\...\.......\...\....\........\DeviceListActivity.class,4280,2013-07-17
............\...\.......\...\....\........\R$attr.class,337,2013-07-17
............\...\.......\...\....\........\R$drawable.class,397,2013-07-17
............\...\.......\...\....\........\R$id.class,959,2013-07-17
............\...\.......\...\....\........\R$layout.class,521,2013-07-17
............\...\.......\...\....\........\R$menu.class,392,2013-07-17
............\...\.......\...\....\........\R$string.class,424,2013-07-17
............\...\.......\...\....\........\R.class,569,2013-07-17
............\...\classes.dex,19732,2013-07-17
............\...\dexedLibs
............\...\.........\annotations-ae7b57b63d2adb044845f33c226a18f0.jar,943,2013-07-17
............\...\jarlist.cache,120,2013-07-17
............\...\res
............\...\...\drawable-hdpi

............\...\...\drawable-ldpi

............\...\...\drawable-mdpi

............\...\resources.ap_,14749,2013-07-17
............\default.properties,364,2010-12-01
............\gen
............\...\com
............\...\...\test
............\...\...\....\BTClient
............\...\...\....\........\BuildConfig.java,159,2013-07-17
............\...\...\....\........\R.java,2028,2013-07-17
............\lint.xml,53,2013-07-17
............\project.properties,563,2013-07-17
............\res
............\...\drawable-hdpi

............\...\drawable-ldpi

............\...\drawable-mdpi

............\...\drawable-xhdpi
............\...\layout
............\...\......\device_list.xml,2060,2011-01-28
............\...\......\device_name.xml,876,2013-07-17
............\...\......\main.xml,2438,2011-03-21
............\...\......\message.xml,876,2010-11-18
............\...\......\sname.xml,607,2011-01-13
............\...\menu
............\...\....\option_menu.xml,1251,2010-12-15
............\...\values
............\...\......\strings.xml,167,2010-12-01
............\src
............\...\com
............\...\...\test
............\...\...\....\BTClient
............\...\...\....\........\BTClient.java,11579,2011-03-21
............\...\...\....\........\DeviceListActivity.java,7371,2011-01-28

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 测试 rs232
    串口测试,labwindows经常用到。这个代码比较简单直观实话初学者。(rs232 com)
    2015-11-07 14:21:33下载
    积分:1
  • SerialAssistant
    用gnu.io.rxtx写的一个串口助手(A serial port assistant written in gnu.io.rxtx)
    2017-12-27 20:04:50下载
    积分:1
  • serial-computer
    利用利用串口IO流实现PC与PC串口通信,(Using a serial port flow computer serial communication with computer)
    2016-06-30 14:06:53下载
    积分:1
  • 44B0UARTFIFO
    44B0 ARM7处理器的串口通信程序,包括初始化和硬件驱动。(44B0 ARM7 processor serial communication procedures, including drivers and hardware initialization.)
    2007-03-19 14:54:21下载
    积分:1
  • RS232-ACCESS-DEMO0.0.1
    Qt写的RS232串口程序源码,需要者收了吧(RS232 by Qt)
    2021-01-11 16:38:50下载
    积分:1
  • winAPI_Sport_comm
    实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。 函数名 作用 CreateFile 打开串口 GetCommState 检测串口设置 SetCommState 设置串口 BuilderCommDCB 用字符串中的值来填充设备控制块 GetCommTimeouts 检测通信超时设置 SetCommTimeouts 设置通信超时参数 SetCommMask 设定被监控事件 WaitCommEvent 等待被监控事件发生 WaitForMultipleObjects 等待多个被监测对象的结果 WriteFile 发送数据 ReadFile 接收数据 GetOverlappedResult 返回最后重叠(异步)操作结果 PurgeComm 清空串口缓冲区,退出所有相关操作 ClearCommError 更新串口状态结构体,并清除所有串口硬件错误 CloseHandle 关闭串行口()
    2007-08-02 11:52:20下载
    积分:1
  • 2
    说明:  基于MATLAB的串口调试程序,可以帮助使用者很好的掌握串口的使用方法(Based on MATLAB serial debugger, you can help the user a good grasp of the serial port to use)
    2012-05-12 11:57:43下载
    积分:1
  • com
    vC++做上位机实现串口通讯,符合RS485通信协议(vC++ do PC Serial communication line RS485 communication protocol)
    2010-08-10 16:55:57下载
    积分:1
  • 485MODBUS通信_
    C# 实现上位机和下位机的通讯,485通讯(C# realizes the communication between the host computer and the lower computer, 485)
    2017-10-23 15:31:34下载
    积分:1
  • RS232
    串口通信程序,MSComm方式实现,有参考价值(Serial communication program, MSComm ways, have reference value)
    2013-11-28 08:45:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载