代码搜索:多串口

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

代码结果 10,000
www.eeworm.com/read/158352/11623531

def serialio.def

;NAME LIBRARY "Serialio.dll" ;DESCRIPTION '用于读写TC35T(串口)的动态链接库' STACKSIZE 4096 ;SECTION EXPORTS ;VERSION SerialINI @1 GetMsgID @2 ReadMessage @3 WriteMessage @4 GetMsgAmou
www.eeworm.com/read/157140/11737918

txt chuank.txt

Ounit whuart; interface uses Windows,SysUtils; type EUart = Class(Exception); TUart = class(TObject) constructor Create; destructor Destroy; override; //打开串口,例:Open('COM1',CBR_9600,'n',8,1)
www.eeworm.com/read/344019/11912459

c tts.c

/*---------------------------------------------------------------- GPS采集及语音控制单元 1.语音控制TTS,串口0 1200波特率,每一包50个字节,长度过大需要分包控制 ------------------------------------------------------------------*/
www.eeworm.com/read/251493/12341049

~dpr comassistant.~dpr

program ComAssistant; uses Forms, main in 'main.pas' {FrmMain}; {$R *.res} begin Application.Initialize; Application.Title := '中翼电子串口调试小助手v1.5'; Application.CreateForm(TFrmMain
www.eeworm.com/read/251493/12341083

dpr comassistant.dpr

program ComAssistant; uses Forms, main in 'main.pas' {FrmMain}; {$R *.res} begin Application.Initialize; Application.Title := '中翼电子串口调试小助手v1.5'; Application.CreateForm(TFrmMain
www.eeworm.com/read/232230/14202229

c shumaguan4.c

/********************************************************************** **文件名:shumaguan4.c ** **功能:实现键盘(或串口输入)、数码管显示,实现计算器功能 ** **创建人:xingyuegu ** **创建日期:2006-9-10
www.eeworm.com/read/126928/14394362

txt 新建 文本文档.txt

SeriMonitor () _task_ 1 { //串口数据处理 char i; while (1) { /* endless loop */ while(seriBuffer.head==seriBuffer.tail) { watchdogb=0; os_switch_task(); } i=seriBuffer.tail; o
www.eeworm.com/read/220678/14792380

c uartdrv.c

#include "uart.h" #include "head.h" UART_DEV armUartDev[2]; /******************************************************************* 函数名称: uartDevInit() 函数功能: 初始化串口,包括填充设备结构,设置波特率,数据
www.eeworm.com/read/26671/855111

c h8a.c

#include void Send164(unsigned char b) { SCON = 0; // 串口方式0 SBUF = b; // 输出 b } void main() { Send164(0x55); while(1); }
www.eeworm.com/read/27451/865303

txt d211.bmp.txt

if(m- bTestMode) return”测试状态”; switch(m_nMode) { case MODE_UNINITIALIZE: return _TEXT(”串口有问题”); case MODE_UNMODEM: retum _TEXT( "Modem有问题”); case MODE_COMMAND: