代码搜索:串口驱动

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

代码结果 10,000
www.eeworm.com/read/486581/6535973

bak main.c.bak

//====LPC2132 串口演示========================================================== /* 同样是"基于硬件FIFO和缓冲队列的"串口收发演示,EASYARM2132调试通过 如有调不通的,请发Email给wsg@bbn.cn, 请提宝贵意见相互交流.
www.eeworm.com/read/259508/11786029

h uart.h

#include void serial_init(void) ; // 查询方式接收串口数据 unsigned char Uart_getchar(void); // 查询方式发送串口数据 void Uart_putchar(unsigned char ch) ; void Uart_putstring(unsigned char *ch) ; void U
www.eeworm.com/read/153403/12035889

cpp serialportcontrol.cpp

#include "StdAfx.h" #include "SerialPortControl.h" HANDLE hCom; //全局变量,串口句柄 HANDLE hCommThread; //全局变量,串口线程 BOOL OpenSerialPort1() { //打开并设置COM1 hCom=CreateFile("COM1", GENERIC_READ|GENER
www.eeworm.com/read/233199/14163998

html lc_bcb_60.html

Window 95串口通讯函数集合 Window 95串口通讯函数集合
www.eeworm.com/read/11048/194893

c main.c

#include #include #include #include #include "source.h" #define MAX_SBUF 10 unsigned char sbuf[MAX_SBUF];//串口缓冲区 unsigned char shead=0; //串口
www.eeworm.com/read/327966/3452260

c main.c

#include #include #include #include #include "source.h" #define MAX_SBUF 10 unsigned char sbuf[MAX_SBUF];//串口缓冲区 unsigned char shead=0; //串口
www.eeworm.com/read/472410/6876842

txt 定位数据的接收.txt

//打开串口部分 m_hCom=CreateFile(sPort, GENERIC_READ|GENERIC_WRITE, 0, NULL, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL); if(m_hCom==INVALID_HANDLE_VALUE) return FALSE; //得到当前串口配置 DCB dcb; dcb.DC
www.eeworm.com/read/335649/12510075

txt 51_asm_uart.txt

51单片机串口通信程序集 串口通信的单片机程序 beep bit p3.7 ;蜂鸣器定义 org 00h jmp main org 23h ;串行中断入口地址 jmp com_int ;串行中
www.eeworm.com/read/201532/15402465

c serial.c

/* 2407A板: 使用直连的串口通信电缆; 启动串口调试助手.exe; PC机发送一个"."为结束标志 */ #include "2407c.h" void wait(int nWait); char cString[17]={ "Hello PC!,Over|" },cReceive,cBuffer[17],cAnswer[
www.eeworm.com/read/377162/9292361

_c uart._c

/*串口通信模块,使用之前,应该在Main 函数中对串口进行初始化,串口数据接收方式采用 中断进行,振荡频率修正参数不在EEPROM的0x1ff0中,使用PonyProg可以测试得OSCCAL=0xA1*/ #include #include #define fosc 8000000 //晶振8MHZ #define baud 19200 //