代码搜索:串口驱动

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

代码结果 10,000
www.eeworm.com/read/7781/134423

c modbus.c

#include #include #include #define BUFFLEN 1024 /*定义缓冲区大小*/ #define len 50 void InitCOM(); /*PC机232串口初始化,设置波特率和缓冲区,然后打开串口开始通讯*/ void OpenPort(); /*开串口*/ void ClosePo
www.eeworm.com/read/449602/1675856

pbd wlserialport.pbd

This is an internal working file generated by the Source Browser. 10:01 52s D:\无线温度采集及串口通信演示\temp_getch\Debug\Obj\SendPack.pbi D:\无线温度采集及串口通信演示\temp_getch\Debug\Obj\SensorComm.pbi D:\无线温度采集及串口通信演示
www.eeworm.com/read/173157/9670512

cpp serialport.cpp

/* ** FILENAME CSerialPort.cpp ** ** PURPOSE 本类能够读、写和监视串行口, ** 当串口状态发生变化时,该类向它的包含者发送消息。 ** 读、写、监视串口的功能通过线程来实现,所以在串口操作时, ** 主程序仍能正常运行。 ** */ #incl
www.eeworm.com/read/159337/10667898

v rx.v

//**********************************************************// // 串口接收子程序 V 1.1 // // BooQuai // // 2005-6-16 // /
www.eeworm.com/read/159337/10667930

v rx.v

//**********************************************************// // 串口接收子程序 V 1.1 // // BooQuai // // 2005-6-16 // /
www.eeworm.com/read/457760/7317992

c 01.c

/************************************************************ * 名 称:串口测试程序 * * * * 功 能:单片机串
www.eeworm.com/read/438297/7733236

c usart_main.c

/*********************************************** **** AVR USART串口使用范例 *** **** *** **** 编译器:WinAVR-20050214 *** ****
www.eeworm.com/read/252745/12265508

c 485.c

#include "485.h" //======================================================== // 串口初始化 //======================================================== void comInit(void) {
www.eeworm.com/read/127108/14379271

cpp commport.cpp

////////////////////////////////////////////////////////////////////// // 串口接受程序 ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "CommPort.h"
www.eeworm.com/read/205615/15311374

c main.c

/* //************************************************************************* // // 串口输入输出控制器 // // COPYRIGHT (c) 2005 BY 11 //