资源列表
CSerial
- 自己编写的CSerial类,包括头文件和cpp文件。-I have written CSerial categories, including header files and cpp files.
SCDH1
- vs 2005 串口 列示 检测 错误提示 数据读取 -vs. 2,005 listed detection errors which read data
wl013
- 单片机串口通信,可实现51系列与PC机的串口读写和显示
spi7sled
- 使用lpc21xx系列实现SPI实验,74HC595驱动7段数码管。-use lpc21xx series of experimental realization of SPI, Bit-seven of the digital control.
study
- 串口采信上的一般为16进制码,本程序将采集上的数据,自动转换为ASCII码。-Serial port on the letter is usually taken 16 hexadecimal code, the program will collect the data, automatically converted to ASCII code.
chuanxing
- 串行通讯的源程序,希望帮到人哦。是再LAB2000系统下实现过的
TandS
- RS485 温显湿控 TandS.C is a very nice c souce file ;-RS485
CommSerial
- VC++串口通讯实现,经多个应用程序使用验证其稳定、可靠-A very good introduction to the book PC serial port communication technology
UART_STDIO
- 简单串口调试程序,初学者可以下载用来参考。利用串口调试助手或超级终端就可实现。-Simple serial debugger, beginners can be downloaded for reference. Use serial debugging assistant or HyperTerminal can be achieved.
AD7738
- 该代码为VHDL语言描述的AD7738串口通讯程序,示例为双通道单独转换模式,其它可以根据注解类推。-This is a serial communication promgram of AD7738 designed with VHDL,which is two-channel mode, other modes can be deduced by interprecation.
PELCO-PPELCO-D
- PELCO_D协议和PELCO_P协议编程比较实用,下来可以下载参考-PELCO-P and PELCO-D program
i2c总线程序
- 本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。-i2c bus read and write a byte procedures. The written procedure, no