搜索资源列表
qian_ru_shi_zhen_tong_bu
- 嵌入式系统中串口通信帧的同步方法,介绍多机串口通信的各种同步方法,有效过滤干扰字节确保通信稳定,个人觉得还不错,值得一看-Embedded System serial communication frame synchronization method to introduce a variety of multi-machine synchronous serial communication methods and an effective filtering interference by
uart_interrupt
- 在非系统的环境下,实现了串口0的中断多字节收发,希望对大家有所帮助-In the non-system environment, the realization of the serial port 0 interrupt multibyte transceiver, I hope all of you to help
uart_test
- 介绍单片机串行通信的常用情况:单字节传输、多字节传输下的代码。-Serial Communication describes the common situation: single-byte transfer, multi-byte transfer under the code.
C8051F020-IIC-CODE
- C8051芯片的I2C总线控制程序,包含五段代码(读写EEPROM,主控读写单字节,多字节,被动读写单字节,多字节)-C8051 chip of I2C bus control procedures, including five sections code (reading and writing EEPROM, master literacy single-byte, many bytes, passive literacy single-byte, multibyte)
sent-a-signed-int-eger-whit-4-Byte
- labview串口程序,可发一个四字节有符号数,多字节可自己修改,使用文本框,数组和示波器输出。-sent a signed int eger whit 4 Byte
51multiplebyte-serial
- 51单片机接收上位机发送的多个字节的串口通信-51 single-chip receiver PC to send multiple-byte serial communication
Serial-debugging
- 通过这个程序可以进行简单的串口调试,并且用也将显示,也可以多个字节发送-This procedure can be performed through a simple serial debug, and use it to display, you can also send multiple bytes
unicode_api
- 在VC++编程里,不用控件,直接用API函数,实现串口端口的监测与数据信息的采集,并且解决了Unicode字符下的字符接收问题,也兼容多字节的接收。