• 大小: 1.09MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-08-27
  • 语言: Java
  • 标签: 串口通信  

资源简介

请对应版本来下载,如果版本对应不上就会出现异常。这个版本只有国外网站上有下载 。亲测可用

资源截图

代码片段和文件信息

/*--------------------------------------------------------------------------
|   rxtx is a native interface to serial ports in java.
|   Copyright 1997-2003 by Trent Jarvi taj@www.linux.org.uk
|
|   This library is free software; you can redistribute it and/or
|   modify it under the terms of the GNU Library General Public
|   License as published by the Free Software Foundation; either
|   version 2 of the License or (at your option) any later version.
|
|   This library is distributed in the hope that it will be useful
|   but WITHOUT ANY WARRANTY; without even the implied warranty of
|   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
|   Library General Public License for more details.
|
|   You should have received a copy of the GNU Library General Public
|   License along with this library; if not write to the Free
|   Foundation Inc. 59 Temple Place Suite 330 Boston MA  02111-1307  USA
--------------------------------------------------------------------------*/
package gnu.io;
import java.util.*;

/**
* @author Trent Jarvi
* @version %I% %G%
* @since JDK1.0
*/


public interface CommDriver
{
public abstract CommPort getCommPort(String portNameint portType);
public abstract void initialize();
}


 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1251  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\CommDriver.java

     文件       2880  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\CommPort.java

     文件       2525  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\CommPortEnumerator.java

     文件      12084  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\CommPortIdentifier.java

     文件       1395  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\CommPortOwnershipListener.java

     文件       1391  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\Makefile

     文件       1309  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\NoSuchPortException.java

     文件       1533  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\PortInUseException.java

     文件      23407  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\RXTXCommDriver.java

     文件      51775  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\RXTXPort.java

     文件       1693  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\RXTXVersion.java

     文件     144888  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\SerialImp.c

     文件       4120  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\README

     文件      13432  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\SerialImp.h

     文件       5281  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\SerialPort.java

     文件       2144  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\SerialPortEvent.java

     文件       1237  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\SerialPortEventListener.java

     文件       1652  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\UnSupportedLoggerException.java

     文件       1665  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\UnsupportedCommOperationException.java

     文件       4761  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\Zystem.java

     文件       1129  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\config.h

     文件       8066  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\fuserImp.c

     文件       2926  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\Simple.Java

     文件      25275  2003-03-27 22:34  rxtx-2.1-7pre16\CNI\COPYING

     文件      22439  2003-03-27 22:34  rxtx-2.1-7pre16\ChangeLog

     文件       4072  2003-03-27 22:34  rxtx-2.1-7pre16\autom4te-2.53.cache\requests

     文件     314644  2003-03-27 22:34  rxtx-2.1-7pre16\autom4te-2.53.cache\output.0

     文件      14205  2003-03-27 22:34  rxtx-2.1-7pre16\autom4te-2.53.cache\traces.0

     文件         61  2003-03-27 22:34  rxtx-2.1-7pre16\CVS\Root

     文件         11  2003-03-27 22:34  rxtx-2.1-7pre16\CVS\Repository

............此处省略262个文件信息

评论

共有 条评论