代码搜索:串口驱动
找到约 10,000 项符合「串口驱动」的源代码
代码结果 10,000
www.eeworm.com/read/264947/11293233
txt 新建 文本文档.txt
// TODO: Add extra initialization here
if(m_mscomm.GetPortOpen()) // 如果串口已打开,则关闭串口
m_mscomm.SetPortOpen(FALSE);
m_mscomm.SetCommPort(2); // 选择COM2
if(!m_mscomm.GetPortOpen())
m_
www.eeworm.com/read/153493/12030437
cpp cserial.cpp
#include "CSerial.h" // 串口类头文件
/****************************************
* 构造函数填充串口基本信息
* 默认是波特率为9600, 8N1, ttyS0, 软件流控
****************************************/
CSerial::CSerial(int baud
www.eeworm.com/read/223893/14613779
cpp serialportcontrol.cpp
#include "StdAfx.h"
#include "SerialPortControl.h"
HANDLE hCom; //全局变量,串口句柄
HANDLE hCommThread; //全局变量,串口线程
DWORD WINAPI SerialPort1ThreadProcess(HWND hWnd);
volatile bool hEventRun;
HWND hWnd;
www.eeworm.com/read/114100/15091005
html 8158.html
VB中的串口通讯问题
VB中的串口通讯问'
www.eeworm.com/read/114100/15098688
html 8255.html
Re: VB中的串口通讯问题
Re: VB中的串口通讯问
www.eeworm.com/read/8963/156923
cpp wavedlg.cpp
// WaveDlg.cpp : implementation file
//
#include "stdafx.h"
#include "串口调试.h"
#include "WaveDlg.h"
#include "串口调试Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char TH
www.eeworm.com/read/17194/721903
51
C51 COMPILER V8.02 12864串口 06/23/2009 12:07:24 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE 12864串口
OBJECT MODULE PLACED IN 1
www.eeworm.com/read/25885/951098
51
C51 COMPILER V8.02 12864串口 06/23/2009 12:07:24 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE 12864串口
OBJECT MODULE PLACED IN 1
www.eeworm.com/read/153007/5654846
c main.c
// UART0通讯实验,查询方式。
/********************************************************************************************************
UART的基本操作方法:
1:设置I/O链接到UARTx
2:设置串口波特率(UxDLM,UxDLL)
3:设置串口工作模式(U
www.eeworm.com/read/192685/8320205
html 8158.html
VB中的串口通讯问题
VB中的串口通讯问'