搜索资源列表
Java_Monitor
- 用java编写的与单片机的串口通讯程序,把单片机中的数据读出,然后写入excel进行保存。-prepared for the MCU serial communication program, microprocessor to read out the data, excel then write for preservation.
ZHANGqwert
- 单片机双机行串口通信的实现,自发自收检测是否正常-SCM Dual-line serial port communication, spontaneous from the income test for normal
LCD-Cal-TXT
- java分析串口数据,自动校验数据,并生成C源码到C源文件,可加载到单片机中使用-java analysis of serial data, calibration data automatically, and generates C source code can be loaded into the microcontroller using the
src
- 与单片机通讯课程设计,这个java写的串口通讯,上位机-Communication with MCU program design
EF_BluetoothBee
- 蓝牙串口通信,可与单片机串口通信,利于新学者二次开发使用-Bluetooth serial communication, which will help to learn new secondary development! ! !
android
- 自己做的基于android的串口收发工具,实现与单片机之间的数据通信,通过蓝牙模块进行数据连接。-Their own based on the the android serial transceiver tools, data communication with the MCU, via Bluetooth module data connection.
Xinche
- 平板蓝牙与单片机蓝牙串口进行通信,控制小车运动(Android端的源代码)-Tablet Bluetooth Bluetooth serial port to communicate with the microcontroller to control the car movement (Android client source code)
rxtx-2.2pre2.jar
- java串口通信所用的扩展类,用于与单片机等尽心通信-java extension class used in serial communication
java-51serialCommunication.doc
- java实现51单片机与电脑串口通信,详细代码和原理讲解-java achieve 51 microcontroller serial communication with the computer, to explain in detail the code and principles
chuankou123
- 源代码,嵌入式中会用到,代码的功能是读取桌面的文件,然后通过串口协议发送给单片机,这个源代码是上位机的功能,随后上传单片机的接收端的源代码-The function of the source code, are used in the embedded code is read the desktop file, then sent via a serial port protocol for single chip microcomputer, this source code is the
BluetoothActivity
- 安卓bluetooth 串口通信,可以连接蓝牙,并可以画出波形,包括两个java文件,可以与单片机连接。-Android bluetooth serial port communication, can connect bluetooth and can draw waveform, including two Java files, can be connected to the microcontroller.
wenduchuankouVB
- 一个简单的VB小程序,利用串口资源可以和单片机实现温度通讯(其内部是用串口1)-A simple VB applet, serial MCU resources and temperature communications (internal serial port 1)
znjj
- JAVA通过串口控制单片机上的LED灯闪烁(JAVA control LED flicker through serial port)
serial
- java串口通信,用于实现上位机与单片机之间的串口通信(Java serial communication is used to realize serial communication between host computer and single chip microcomputer)
0.9寸小液晶显示采集温度、湿度+串口上传(单片机stc12自带AD)
- 0.9寸小液晶显示采集温度、湿度+串口上传(单片机stc12自带AD)
基于51的SIM808通过短信发送定位信息
- 本程序通过手机蓝牙控制LED的亮灭 使用单片机串口2与模块通信;接法如下 STC单片机 GPRS模块 P1.0(RXD2)->RXD P1.1(TXD2)->TXD GND ->GND 晶振选用22.1184MHz 2、串口2与模块连接,串口1打印出GPS初始化过程,定位成功后,不断的输出定位信息;