代码搜索:Serialport

找到约 4,040 项符合「Serialport」的源代码

代码结果 4,040
www.eeworm.com/read/138385/5816649

java configurepane.java

package com.zcsoft.jpsc.gui; import javax.swing.*; import javax.comm.*; import java.awt.event.*; import com.zcsoft.swing.*; import com.zcsoft.comm.SerialPortComm; import com.zcsoft.comm.Serial
www.eeworm.com/read/137691/5819710

py serialjava.py

#!jython #module for serial IO for Jython and JavaComm #see __init__.py # #(C) 2002 Chris Liechti # this is distributed under a free software license, see license.txt import sys, o
www.eeworm.com/read/137691/5820140

java queuedserialsource.java

// $Id: QueuedSerialSource.java,v 1.2 2003/10/07 21:46:03 idgay Exp $ /* tab:4 * "Copyright (c) 2000-2003 The Regents of the University of California. * All rights reserved. * * Permis
www.eeworm.com/read/128519/5989616

java serialparameters.java

/* @(#)SerialParameters.java 1.5 98/07/17 SMI * * Copyright (c) 1998 Sun Microsystems, Inc. All Rights Reserved. * * Sun grants you ("Licensee") a non-exclusive, royalty free, license * to use, m
www.eeworm.com/read/128519/5989623

java flowctldisplay.java

/* * @(#)FlowCtlDisplay.java 1.7 98/07/17 SMI * * Author: Tom Corson * * Copyright (c) 1998 Sun Microsystems, Inc. All Rights Reserved. * * Sun grants you ("Licensee") a non-exclusive, royalty
www.eeworm.com/read/128519/5989637

java receiveoptions.java

/* * @(#)ReceiveOptions.java 1.3 98/05/29 SMI * * Author: Tom Corson * * Copyright (c) 1998 Sun Microsystems, Inc. All Rights Reserved. * * Sun grants you ("Licensee") a non-exclusive, royalty
www.eeworm.com/read/126631/6015842

java uarttransport.java

/* * (c) Copyright 2003 Christian Lorenz ALL RIGHTS RESERVED. * * This file is part of the JavaBluetooth Stack. * * The JavaBluetooth Stack is free software; you can redistribute it * and/o
www.eeworm.com/read/224450/6338847

c gsm_win32_serial.c

// ************************************************************************* // * GSM TA/ME library // * // * File: gsm_win32_port.cc // * // * Purpose: WIN32 serial port implementation // *
www.eeworm.com/read/492402/6422358

cs terminalwin.cs

// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*============================================================ ** ** Class: TerminalWindow ** ** P
www.eeworm.com/read/492402/6422396

cs blgpsreader.cs

using System; using System.IO.Ports; using System.Threading; namespace BLT { /// /// gps device state /// public enum StateEnum {Receive,Pause,Stop} ///