代码搜索:Serialport
找到约 4,040 项符合「Serialport」的源代码
代码结果 4,040
www.eeworm.com/read/221994/14712490
cpp setupdlg.cpp
// SetupDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SerialPort.h"
#include "SetupDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __
www.eeworm.com/read/215814/15046917
cpp sercomnewview1.cpp
// SerComNewView1.cpp : implementation of the CSerComNewView1 class
//
#include
#include
#include "stdafx.h"
#include "SerComNew.h"
#include "SerialPort.h"
#include "Config
www.eeworm.com/read/206822/15289013
cpp serialportdlg.cpp
// SerialPortDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SerialPort.h"
#include "SerialPortDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F
www.eeworm.com/read/35446/894683
cpp serialportdlg.cpp
// SerialPortDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SerialPort.h"
#include "SerialPortDlg.h"
#include "gpio.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
www.eeworm.com/read/35446/894819
cpp serialportdlg.cpp
// SerialPortDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SerialPort.h"
#include "SerialPortDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F
www.eeworm.com/read/488559/1229662
cs form1.cs
//Here are some useful articles when creating new PC applications for COM ports:
//(links valid as of June 3, 2008)
//
//"SerialPort Class"
//http://msdn.microsoft.com/en-us/library/system.io.port
www.eeworm.com/read/488559/1229667
h form1.h
//Here are some useful articles when creating new PC applications for COM ports:
//(links valid as of June 3, 2008)
//
//"SerialPort Class"
//http://msdn.microsoft.com/en-us/library/system.io.port
www.eeworm.com/read/237989/4619208
java timecontrol.java
package net.aetherial.gis.surface;
import net.aetherial.gis.garmin.ConsoleFrame;
import net.aetherial.gis.garmin.DialogSelectComm;
import javax.swing.JOptionPane;
import javax.comm.SerialPort;
im
www.eeworm.com/read/234594/4657228
java nokiacommopen.java
package com.sunfruit.comm.test;
import javax.comm.CommPortIdentifier;
import javax.comm.PortInUseException;
import javax.comm.SerialPort;
import java.util.Enumeration;
import javax.comm.SerialP
www.eeworm.com/read/204986/5026716
java virtualgps.java
package org.placelab.demo.virtualgps;
import gnu.io.CommPortIdentifier;
import gnu.io.NoSuchPortException;
import gnu.io.PortInUseException;
import gnu.io.SerialPort;
import gnu.io.UnsupportedCommOp