-
-
Serial-debugging.rar
delphi版的串口调试软件源码
SPCOMM使用方法
1.设置参数: CommName := Com1 //串口
BaudRate := 9600 //波特率
2.打开 StartComm()
3.写数据 WriteCommData(缓冲区地址,字节数)
读数据 OnReceiveData(数据接收处理);
4.关闭 StopComm()。
-
Serial.zip
本程序为基于51系列单片机串口读写驱动程序,采用全模块化程序设计理念,移植非常方便,用哪个模块只需将相应
C文件和H文件拷贝即可调用相关函数。
采用中断接收 串口参数可方便在init_serial( void )中修改。
-
-
-
-
-
-
-
-
-