代码搜索:多串口

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

代码结果 10,000
www.eeworm.com/read/127516/14351074

ini commwatch.ini

[Form] Top=138 Left=57 Width=670 Height=490 Caption=串口通信控制器 InitMax=0 HexGet=1 StopShow=0 Clear=0 Show=0 hexSend=1 Interval=10
www.eeworm.com/read/223903/14613371

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 串口通信.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/223024/14663651

c usb-uart.c

//============================================================================= //使用串口调试工具发给单片机一个十六进制数,单片机收到后再将这个数发送给上位机. //------------------------------------------------------------------------
www.eeworm.com/read/119237/14836121

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 串口通信.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/114185/15074121

ini commwatch.ini

[Form] Top=138 Left=57 Width=670 Height=490 Caption=串口通信控制器 InitMax=0 HexGet=1 StopShow=0 Clear=0 Show=0 hexSend=1 Interval=10
www.eeworm.com/read/8963/156941

cpp stdafx.cpp

// stdafx.cpp : source file that includes just the standard includes // 串口调试.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
www.eeworm.com/read/14766/407599

h ledapi.h

#ifndef __ledsender__ #define __ledsender__ /* 参数说明 */ #include #define LEDAPI _stdcall #define DEV_COM 0 //串口通讯 #define DEV_UDP 1 //U
www.eeworm.com/read/14875/425414

wtv020-sd-16˴ʶ-

This is an internal working file generated by the Source Browser. 09:05 30s D:\430程序\数字台灯程序\语音程序调试\Debug\Obj\二线串口.pbi
www.eeworm.com/read/16350/669778

c uart.c

#include #include "uart.h" /*------------------------------------------------------------------------------------*/ /*从串口接收一个字节数据*/ unsigned char receiveByte(void) { unsigned ch
www.eeworm.com/read/26592/853578

1

;******************************************** ;* 串口接收演示程序,1200波特率,在液晶的第一行显示收到的汉字 ;* LRM 2005.11.21 * ;******************************************** ;收到数据在70H-7CH ; ;************************