代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/156368/11808344
c datacom.c
/*========================================*/
/*系统名称:DDSF-CECG-JiangSu */
/*函数名称:红外和串口数据组合 */
/*程序编写:步爱军 */
/*开始日期:2005-01-01 */
/*完成日期:
www.eeworm.com/read/258598/11852648
h uart.h
//欢迎您再次光临:http://www.bqmcu.com.cn
/***************************************************
说明:串口通信头文件
作者:独步雨林
email:tony197@163.com
***************************************************/
#ifndef UART_
www.eeworm.com/read/344328/11888399
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[串口通讯.VBP]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/344160/11905624
h lcd12864r.h
#ifndef LCD12864R_H
#define LCD12864R_H
#include
/***************串口相关设置*********************************/
#define XTAL 24000000 //CPU的外部时钟频率
www.eeworm.com/read/344018/11912475
c gps.c
/*----------------------------------------------------------------
GPS采集控制单元
1.GPS模块初始化采集, 串口1 19200,需要先进行唤醒操作,然后定期接收(中断)位置信息
--------------------------------------------------------------
www.eeworm.com/read/344015/11912596
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[串口测试.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/341777/12065695
c function.c
#include
#include
#include
#include
/***************************
*串口缓冲区
****************************/
static idata volatile com com_buff;
/**********
www.eeworm.com/read/253610/12209811
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[串口通讯.VBP]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/253047/12246410
h uart.h
/*
*
* All rights reserved.
*
* 文件名称:uart.h
* 文件标识:uart
* 摘 要:串口通讯的宏定义
*
* 当前版本:
* 作 者:
* 完成日期:
*
*
*/
/*----------------------------------------------------------------------
www.eeworm.com/read/131236/14154513
txt 程序.txt
打开串口:
Public Function OpenH4(OCommPort As Integer, OSetting As String, SBSize As Integer, RBSize As Integer) As Long
Dim StrBR As String
On Error GoTo OpenError
If W_frmH4 = True Then
F