代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/343472/3219426
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// SerialPort.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdaf
www.eeworm.com/read/288190/4009388
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// SerialPort.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdaf
www.eeworm.com/read/113895/15444759
java cmucam.java
import java.lang.*;
public class CMUcam extends java.lang.Object
{
TypeA dataA;
TypeC dataC;
TypeM dataM;
serialPort myPort;
public int[][] frameMem = new int[100][500];
www.eeworm.com/read/374536/9399527
~dfm comm.~dfm
object SerialPort: TSerialPort
Left = 332
Top = 242
Width = 622
Height = 401
Caption = #20018#21475#36890#35759
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.Color =
www.eeworm.com/read/374536/9399532
dfm comm.dfm
object SerialPort: TSerialPort
Left = 332
Top = 242
Width = 622
Height = 401
Caption = #20018#21475#36890#35759
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.Color =
www.eeworm.com/read/161729/10382679
h bluetoothgps.h
// bluetoothgps.h
#ifndef _BLUETOOTHGPS_H__
#define _BLUETOOTHGPS_H__
#pragma once
#include "SerialPort.h"
#include "GpsData.HPP"
// build by brent.
class CBlueToothGPS : public CWnd
www.eeworm.com/read/160381/10538092
~dfm comm.~dfm
object SerialPort: TSerialPort
Left = 332
Top = 242
Width = 622
Height = 401
Caption = #20018#21475#36890#35759
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.Color =
www.eeworm.com/read/160381/10538107
dfm comm.dfm
object SerialPort: TSerialPort
Left = 332
Top = 242
Width = 622
Height = 401
Caption = #20018#21475#36890#35759
Color = clMoneyGreen
Font.Charset = DEFAULT_CHARSET
Font.Color =
www.eeworm.com/read/330091/12916524
swt scan.swt
[Setup Wizard Template]
TemplateDate=8/20/98 6:42:50 PM
[Select Project and Options]
txtProjFile=D:\SerialPort\ComScan.vbp
chkProjRebuild=0
optBldSetup=True
chkIncludeDEP=0
optInternet=False
www.eeworm.com/read/477538/6738205
vb serialdriver.vb
Imports System.IO.Ports
Imports System.Text
Imports System.Threading
Imports System.Text.RegularExpressions
Imports ATSMS.Common
Public Class SerialDriver : Inherits SerialPort
Pri