代码搜索:多串口
找到约 10,000 项符合「多串口」的源代码
代码结果 10,000
www.eeworm.com/read/135707/7086882
c uartdrv.c
#include "uart.h"
#include "head.h"
UART_DEV armUartDev[2];
/*******************************************************************
函数名称: uartDevInit()
函数功能: 初始化串口,包括填充设备结构,设置波特率,数据
www.eeworm.com/read/401991/7122345
cpp ceseries.cpp
/*-----------------------------------------
*
* 文件名称: CESeries.cpp
* 文件标识:
* 摘要:用于封装WINCE 串口通讯
*
* 当前版本: 1.0
* 作者: 王学宁
* 完成日期: 2009年1月1日
*
----------------------------------------*/
#inclu
www.eeworm.com/read/454615/7386849
h comport.h
/*********************************************************
版权所有:银骏科技
版本号 :1.00
文件名 :ComPort.h
创建日期:07/03
创建者:
功能说明: 串口处理程序头文件
*********************************************************/
#ifnd
www.eeworm.com/read/454615/7386876
c comport.c
/*********************************************************
版权所有:银骏科技
版本号 :1.00
文件名 :Slave.c
创建日期:07/03
创建者:
功能说明: 串口处理程序文件
*********************************************************/
#define
www.eeworm.com/read/246675/12713547
c serial.c
/***************************************************************************************************************8
** 串口通信程序,拨特率可以在初始化端口使用参数从300、600、1200、2400、4800、9600、19200中任意选择
** 作者:谭超
** 仅供学习用
www.eeworm.com/read/243105/12963231
bas module2.bas
Attribute VB_Name = "Module2"
Dim tempstr As String
Dim buffers(1024) As Byte
Dim BufferCount As Long
Dim Receivedata(1024) As String '从串口收到的数据和数量
Dim ReceiveNum As Integer
Publ
www.eeworm.com/read/242152/13091791
h uart.h
/****************************************************************************
** 函数名称: UART0_Init()
** 功能描述: 串口0初始化.
** 入口参数: 无
** 出口参数: 无
** 说明: 设置工作模式,定义波特率发生器等.
**********************
www.eeworm.com/read/242148/13092204
h uart.h
/****************************************************************************
** 函数名称: UART0_Init()
** 功能描述: 串口0初始化.
** 入口参数: 无
** 出口参数: 无
** 说明: 设置工作模式,定义波特率发生器等.
**********************
www.eeworm.com/read/318873/13468452
c main.c
/*
USB TO RS-232 program
Program: Mega8 2458 bytes (30.0% Full)
Data: 184 bytes (18.0% Full)
USBASP硬件电路
超简单AVRUSB软件模似串口(COMx)数据发送、接收。
www.eeworm.com/read/310344/13653270
txt 123.txt
nRF401无线收发串口中断服务程序
HotPower@126.com 2004.7.18
------------------------------------*/
void sioproc() interrupt SIO_VECTOR// using 1
{
unsigned char i;
unsigned int crc;
if (RI) {//接收中