代码搜索结果
找到约 10,000 项符合
Serial 的代码
serial.c
//**********************************************************************************
//**********************************************************************************
//串口中断服务程序,仅需做简单调用即可完成串口输入输出
serial.h
/*
* Copyright 2001, Metro Link, Inc.
* All Rights Reserved
*
* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Metro Link, Inc. and may
* contain proprietary, confidential and trade secret
serial.bas
Attribute VB_Name = "Module1"
Option Explicit
Public ComOCX As MSComm
Public Sub OpenSerial(ByVal ComPort As Integer, ByVal sSetting As String)
With ComOCX
.Settings = sSetting
serial.bas
Attribute VB_Name = "Module1"
Option Explicit
Public ComOCX As MSComm
Public Sub OpenSerial(ByVal COMPORT As Integer, ByVal sSetting As String)
With ComOCX
.Settings = sSetting
serial.dsp
# Microsoft Developer Studio Project File - Name="Serial" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) St
serial.cpp
// Serial.cpp - Implementation of the CSerial class
//
// Copyright (C) 1999-2002 Ramon de Klein (R.de.Klein@iaf.nl)
//
// This program is free software; you can redistribute it and/or modify
//
serial.plg
Build Log
--------------------Configuration: Serial - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\WINDOWS\TEMP\RS
serial.h
// Serial.h - Definition of the CSerial class
//
// Copyright (C) 1999-2002 Ramon de Klein (R.de.Klein@iaf.nl)
//
// This program is free software; you can redistribute it and/or modify
// it und