搜索资源列表
Auto_Timer
- 开发串行通信时,可以利用定时器已轮询的方式达到自动化的目的,本程序就是一个自动读取串口传入的字符串的程序。
485
- 基于80C196KC微处理器的高速串行通讯、单片机将FIFO中的数据读取出来后,从串口发送出去等代码
STC51-MCUs-communication
- 本程序实现了基于51单片机的多机串行通讯:通过主机对从机操作读取获得挂于从机的温度传感器DS18B20温度值显示于主机控制的液晶屏。-This program implements the serial communication based on 51 single-chip multi-machine: by the host to read from the operating temperature sensor DS18B20 temperature hanging slave T
rei2c
- 用VHDL编写的quartusii平台上的串行EEPROM配置读取的程序。-Quartusii prepared using VHDL platform to read the serial EEPROM configuration procedures.
timer
- 51单片机实现的4路设备工作时间计时器,有C51源码和Proteus仿真文件,还包括VB编写的上位机数据采集程序源码,通过串行口读取设备工作时间数据。-4-way MCS51 hours timer device, a C51 source and the Proteus simulation files, including VB, PC data acquisition program source code, read through the serial port device work
ReadFileTest8old
- 本程序能够快速、准确的读取串口数据,实现数据按需要进行换行,并将读取的数据以TXT文件形式保存。-The program can quickly and accurately read the serial data for data lines as needed, and TXT file to read the data is stored.
VC2010
- 用于 JY901 传感器数据的串行读取,采用VC2010编写-JY901 for serial sensor data read, write using VC2010
common-master
- 这个串口软件绝对比网上流传的一些串口调试软件好用很多,实现数据收发,接收数据时,如果最后一个字符是'\r'或'\n',则会在一定时间内等待接收所有'\r','\n'字符,避免导致读取'\r\n'可能造成的两次换行;除已经提到的那三种情况, 还有使用'\r\n\r'三个字符作为换行符使用的, 已增加支持。(The serial port software than the spread of the Internet some serial debugging software use a lot
MSComm 串口通信6月9日
- 数据的读取:串口通信串口按位发送和接收字节,可以将来自CPU的并行数据字符转换为连续的串行数据流发送出去,同时可将接受的串行数据流转换为并行的数据字符供给CPU的器件使用。串口通信最主要的参数是波特率、数据位、停止位和奇偶校验。(The data read: serial communication serial port by sending and receiving bytes, parallel data characters from the CPU into a continuous
