代码搜索:多串口

找到约 10,000 项符合「多串口」的源代码

代码结果 10,000
www.eeworm.com/read/186344/8943553

c commucation2.c

/*********************************************************************************/ //程序名:commucation2.c //功能描述:利用单片机的串口实现双机双工通信接收程序 //调用函数: //输入: //返回: //设计者:wei 日期:2006.10.25
www.eeworm.com/read/382119/9048487

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/176878/9480590

cpp comthread.cpp

//--------------------------------------------------------------------------- //串口监控线程,用于接收字符 //作者:李磊 //最后修改日期:2004年4月 #include #pragma hdrstop #include #include #i
www.eeworm.com/read/372978/9483111

txt ccrun.com.txt

[info] name=SPComm ver=2005.8.2 author=LiuYang devtool=Delphi sn= fullsource=1 desc=刘洋写的串口通讯组件 ╔-----------------------------╗ ┆ 欢迎访问 C++Builder 研究 ┆ ┆ Web: http://www.ccrun.com ┆ ┆
www.eeworm.com/read/176736/9485535

cpp rs232x3.cpp

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright (C), 2005, topbond Tech. Co., Ltd. * File name: RS232X3.CPP * Module name: ETR232i模块的串口驱动API函数 * Author/D
www.eeworm.com/read/365333/9868963

c uart0.c

#define IN_UART0 #include "config.h" #define UCOS_UART0 0 #define UART_BPS 9600 // 串口通讯波特率 static OS_EVENT *Uart0Sem; /********************************************************************
www.eeworm.com/read/166224/10028744

h resource.h

//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by 计算机无线通信串口程序.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100
www.eeworm.com/read/422764/10611869

c example_281xsci_demo.c

//---------------------------------------------------- //---------------------------------------------------- // 名称: SCI串行口数据收发,下位机测试程序 // 文件:Example_281xsci_demo.c // 规约:此程序用于进行DSP串口数据收发的演示,需要事先
www.eeworm.com/read/158925/10720359

pdm smssender.pdm

[Root] Most Recent Package=Setup [Package|Setup|Root] SubWizProgID=PDWizard.SetupPkgSubWiz BuildFolder=C:\Documents and Settings\xz\桌面\VB通过串口发送短消息\SMS_Sender(很好)\Package [Package|Setup|Conf
www.eeworm.com/read/467214/7020352

dpr comm.dpr

program comm; uses Forms, commtest in 'commtest.pas' {Form1}; {$R *.res} begin Application.Initialize; Application.Title := '串口测试程序'; Application.CreateForm(TForm1, Form1);