资源列表
[串口编程] W77E58的双串口通信源代码
说明:注:此源程序只作参考,内有些函数未有原型,借鉴在于其通信方式及其设置。 CRC检校可另参考其它代码。-Note : This only source for information, some not function prototype reference in its communications and its settings. CRC calibration can be a reference to the other code.<张泽波> 在 2008-10-13 上传 | 大小:2.26kb | 下载:0
[串口编程] 异步串口通信 VC++
说明:异步串口通信 VC++ 本文参考MSDN及相关网上文章。 ////////////////////////////////////////////// //MyComm.h 多机控制 异步串口通信 //说不定能有用上的。-asynchronous serial communication VC paper and related reference MSDN online article. ////////////////////////////////////////////// / / My<张吗恩> 在 2008-10-13 上传 | 大小:2.18kb | 下载:0
[串口编程] 自己做串口通讯介绍(VC平台)
说明:自己做串口通讯介绍(VC平台) 一个很vc上的-done on serial communication (VC) is one of the Eastern vc<赵淋> 在 2008-10-13 上传 | 大小:39.52kb | 下载:0
[串口编程] 串口存储器
说明:提供I2C总线初始化、工作时的启始位、结束位、提供I2C总线的时钟信号,并返回在时钟电平为高期间 SDA信号线上状态。本函数可用于数据发送,也可用于数据接收-provide I2C bus initialization, the Start-end, provide the I2C bus clock signal, the clock and return to the high-level signal line during the SDA state. This function can<陈虹> 在 2008-10-13 上传 | 大小:1.23kb | 下载:0
[串口编程] 8583 xinpian chengxv
说明:8583芯片编程应用写入器件地址写8574端口,写入器件地址读8574端口。-8583 Application Programming chip device addresses written into the 8574 port, write device address read 8,574 ports.<陈虹> 在 2008-10-13 上传 | 大小:951byte | 下载:0
[串口编程] i2c总线程序
说明: 本程序是i2c总线读写一个字节的程序。在写过程序中,不一定非要检测i2c的应答位,可以直接延时过去就行,但是在读过程中必须给应答信号,读完发停止位,一定确认所发的信号都发上了。否则在连续地址读的过程中可能不会出错,但是在随机度过程中就会出错,我的程序就是在给停止信号时没有给上,24cxx一直在输出数据,结果读出错。找着问题后我的程序只加入了一条命令便完全正常。-i2c bus read and write a byte procedures. The written procedure, no<江南> 在 2008-10-13 上传 | 大小:1.85kb | 下载:0