搜索资源列表
SBUF
- 单片机与PC机串口程序,pc机用串口调试工具发送16进制数据到单片机,单片机再返回一个接受到的信号回pc机,-SCM and PC serial port procedures, PCs with serial debugging tools to send 16-band data to a single chip, the microcontroller return to a finer signal to PCs,
串口
- #include<reg51.h> //包含单片机寄存器的头文件 unsigned char code zifuchuan[ ]="ni hao! wo shi cai hai peng huan ying xue dan pian ji "; //流水灯控制码,该数组被定义为全局变量 /**************************************************
SBUF
- 单片机与PC机串口程序,pc机用串口调试工具发送16进制数据到单片机,单片机再返回一个接受到的信号回pc机,-SCM and PC serial port procedures, PCs with serial debugging tools to send 16-band data to a single chip, the microcontroller return to a finer signal to PCs,
669656SBUF
- 单片机的串口通信程序, 可以载此基础加一些功能去调试-Single-chip serial communication program, you can set this function to add some basic debugging
chip1
- VB遥控播放器红外遥控解码 #include <regX52.h> #define c(x) (x*110592/120000) sbit Ir_Pin=P3^2 sbit beep=P2^1 //sbit RELAY=P2^0 #define INBUF_LEN 4 //数据长度 unsigned char inbuf1[INBUF_LEN]={ 0 , 0 , 0 , 0
IDkadukaqi
- 程序说明:本程序为读写器程序。 下面将本程序所用变量及含义定义如下: 定义SBUF(N)为串行通讯的缓冲区 定义CBUF(N)为读卡卡号的缓冲区-Procedure Descr iption: This procedure for reading and writing program. Following this procedure will be used and the meaning of variables ar
Serialport
- 串口以查询法的方式从电脑接收16进制的数据,SBUF是8位的,所以每次接收8位进来-Serial port to check the law of the receiving computer 16 from the data-band, SBUF is 8, so each received 8 in.
121212
- 实现了简单的串口通信,通过外部中断,使SBUF发送出去-To achieve a simple serial communication, via an external interrupt, so that sent SBUF
SBUF
- 单片机与PC机串口程序,pc机用串口调试工具发送16进制数据到单片机-MCU and serial PC, programs, pc machine serial debugging tools to send data to the MCU 16 hex
chuanxing
- 串行通信MCS-51单片机内部有一个全双工的串行通信口,即串行接收和发送缓冲器(SBUF),这两个在物理上独立的接收发送器,既可以接收数据也可以发送数据。但接收缓冲器只能读出不能写入,而发送缓冲器则只能写入不能读出,它们的地址为99H。这个通信口既可以用于网络通信,亦可实现串行异步通信,还可以构成同步移位寄存器使用。-MCS-51 microcontroller serial communication within the a ful
Desktop
- 51单片机 特殊功能寄存器 SBUF使用方法,51单片机波特率选择-51 single-chip special function register SBUF, 51 single-chip baud rate selection
KEY-SBUF
- 基于单片机AT89S52的按键串口控制基本程序-Basic procedures based on the MCU AT89S52 key serial control
MySerialPort
- HM628128的读写功能,初始化T1为定时功能,是模式2,可以将将读到的数据写入SBUF,启动串行发送-HM628128 read and write functions, initialization T1 timing function, mode 2, will read the data can be written to SBUF, start serial transmission
sbuf
- static void sbappendsb(struct sbuf sb, struct mbuf m) .
sbuf
- 单片机串口程序,实现主从机的通信,将主机信号传到从机-Single-chip microcomputer serial port to send and receive the code, the realization of the master-slave machine communication
SBUF
- 这是关于sbuf的一份软件,利用单片机做的有各种功能。-This is about a sbuf software, using SCM to do a variety of functions.
uartcommunication
- /*说明:AVR串口是通过UDR发送出去的,类似于51单片机的SBUF*/ /*程序功能:能够通过串行数据发送给PC机0x12数据,接收上位机数据并且+1后发送回上位机*/-uart communication implement
UART_TXaRX
- 单片机接收从电脑串口发送出来的一串字符串,却只能接收到第一个字符,其他的都丢失了或者是接收到的是乱码,却不知道是什么原因。其实,那是因为,虽然单片机的是全双工串口,但是串口的缓冲区(SBUF)却一般只有一个字节,即1Byte,远没有像电脑串口的缓冲区以KB计算那么大,并且,单片机的处理速度是很有限的,试想一下,假如要求一串字符串以9600bps的速率,一个起始位,一个结束位,无校正位,相当于960Byte/s传输到单片机,单片机要是能够
MCU-PC
- 单片机接收从电脑串口发送出来的一串字符串,却只能接收到第一个字符,其他的都丢失了或者是接收到的是乱码,却不知道是什么原因。其实,那是因为,虽然单片机的是全双工串口,但是串口的缓冲区(SBUF)却一般只有一个字节,即1Byte,远没有像电脑串口的缓冲区以KB计算那么大,并且,单片机的处理速度是很有限的,试想一下,假如要求一串字符串以9600bps的速率,一个起始位,一个结束位,无校正位,相当于960Byte/s传输到单片机,单片机要是能够
sbuf
- Copy data sbuf to a normal, straight buffer Don t update the sbuf rptr, this will be done in sbdrop when the data is acked. -Copy data sbuf to a normal, straight buffer Don t update the sbuf rptr, this will be done in