搜索资源列表
ctrl_bt
- 通过android 手机软件 启动bluetooth服务 经蓝牙转串口与下位机 如51 atmega 等通信并置为,加继电器即可控制开关量
androidwifipcsocket
- android在wifi下手机与电脑的socket通信,内附电脑端的VC++程序源码,需要在VC6环境下编译并生成EXE文件,方可运行,同时还包括了本实例实现过程的技术文档。在wifi网络下,手机和电脑可以通过socket通信。手机做服务端,电脑做客户端,也可以对调过来。 手机作为服务端,电脑使用MFC编程作为客户端,原理是,手机建立一个ServerSocket,并获取自己的ip地址和端口port;然后电脑通过socket连接手机的ip:port。-android wifi phone
bluetooth_uart_1_0_4
- 这是一款通过手机蓝牙,进行蓝牙串口通信的软件,可以传输串口数据给单片机系统、全站仪等使用 RS232 接口的设备。软件功能:1、搜索蓝牙设备,并显示蓝牙设备的名称和 MAC 地址;2、接收与发送数据;3、可设置 Hex 显示、Hex 发送、发送新行。-This is a Bluetooth mobile phone, for Bluetooth serial communication software that can transmit serial data to the microcont
android-socket
- android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。 Java.net Java.net.Socket 客户端连接使用的TCP socket Java.net.DatagramSocket 客户端和服务端共同使用
serialport_20140610
- 在Android中扫描所有的设备串口,并进行串口收发的通信源代码。-Scan all the devices in the Android serial port, and the serial port to send and receive communications source code.