CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 串口

搜索资源列表

  1. rxtx-2.1-7-bins-r2.zip 很好用的java 串口开发包

    2下载:
  2. 一个很好用的java 串口开发包,可在多个平台下使用,A good java used serial development kit can be used on multiple platforms
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-26
    • 文件大小:610629
    • 提供者:zya
  1. JavaSerial.zip

    1下载:
  2. 用Java在Windows下实现串口全双工通讯的例子,Eclipse编译通过。注:读串口超时的话,编译器会提示出错。,Using Java in Windows to achieve full-duplex serial communication example, Eclipse compiler through. Note: Reading serial port timeout, then the compiler will be prompted to make mistakes.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8132
    • 提供者:Elfen Lied
  1. testSerial

    0下载:
  2. Java中串口通讯,对源数据进行报文解析,最终显示需要的真实数据。-serial communication in Java
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7111
    • 提供者:dongw
  1. jakarta-log4j-1.2.8

    0下载:
  2. java日志读写,双工附带例子,可以快速掌握串口编程的基础-java log read and write, duplex attached example, you can quickly grasp the basic serial programming
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3205754
    • 提供者:baixwyai
  1. javacom

    0下载:
  2. java使用JNI访问本地串口,very useful-Java acesses local comm via jni
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-31
    • 文件大小:235532
    • 提供者:不知道
  1. serial

    0下载:
  2. Java实现串口全双工通讯 一个Java读取串口值的类(收藏) 这是一个通过JAVA的扩展包(javax.comm)从串口读取值的类, 本类库(javax.comm)主要包括: SerialBean.java (与其他应用程序的接口), SerialBuffer.java (用来保存从串口所接收数据的缓冲区), ReadSerial.java (从串口读取数据的程序)。-Serial full-duplex communication
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:2457
    • 提供者:xiaofeng
  1. ReadComm

    0下载:
  2. 运用Java Communications API实现JAVA的串口通信功能,打开串口后开始从串口接收数据,显示在文本框-JAVA using Java Communications API to achieve the serial communication function, open the serial port after receiving data from the serial port, appears in the text box
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1567
    • 提供者:zhuyinhui
  1. com_test

    0下载:
  2. 用java语言实现的串口通信程序,内含所有源代码-Using java language of the serial communication program that includes all source code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1322610
    • 提供者:miaoxiangzhen
  1. communicate

    0下载:
  2. 以Java实现的串口通讯~实现了很多的功能!-Java implementation of serial communication to realize a lot of features ~!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:272657
    • 提供者:abc
  1. java_com

    0下载:
  2. java串口调试程序 1.波特率 2.数据位 3.停止位 4.校验位 -java serial debugger 1. baud rate 2. data bit 3. stop bit 4. parity bit
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:17627
    • 提供者:王彬彬
  1. serialportassistant

    0下载:
  2. 串口助手,应用Java基础编写的串口助手,仅供参考,有待完善!(Serial assistant, the application of Java based serial assistant, for reference purposes only, to be improved!)
  3. 所属分类:Java编程

    • 发布日期:2017-12-10
    • 文件大小:37818
    • 提供者:秋天7
  1. java 串口监听

    1下载:
  2. java实现串口读入写出流,串口的监听模式。(Java realize serial read into, write flow, serial port monitoring mode.)
  3. 所属分类:Java编程

    • 发布日期:2017-12-14
    • 文件大小:21271
    • 提供者:Chrisbo
  1. serialport1

    0下载:
  2. 基于java开发的串口通讯tool(com)自动接受串口的数据。(Java based on the development of serial communication, tool (COM) automatically accept the serial data.)
  3. 所属分类:Java编程

    • 发布日期:2017-12-18
    • 文件大小:28672
    • 提供者:LuXiYuan
  1. java串口连接pos机输入输出

    0下载:
  2. 应用java对接银联pos机的串口,实现对pos机的简单输入以及应答报文的读取,包含了所有jar包及对应的程序开发源码。(Application Java docking UnionPay POS machine serial port, to achieve a simple input to the POS and answer packet access, including all the jar package and the corresponding program develop
  3. 所属分类:Java编程

    • 发布日期:2017-12-27
    • 文件大小:103424
    • 提供者:yjsjava
  1. BTClient

    0下载:
  2. 可用于调试蓝牙功能,蓝牙串口收发,此实例为仅作为蓝牙客户端,代码开源。(Debug the function of bluetooth,the source code is open.)
  3. 所属分类:Java编程

    • 发布日期:2018-01-01
    • 文件大小:81920
    • 提供者:zad1993
  1. android-serialport-api

    0下载:
  2. 最近在做android串口的开发,找到一个开源的串口类android-serialport-api,但是下载源码之后发现源码不能直接使用,而且源码结构较为复杂,对此做了简化(Android serial driver source code)
  3. 所属分类:Java编程

    • 发布日期:2018-01-05
    • 文件大小:215040
    • 提供者:dw105
  1. UART_COMM

    0下载:
  2. NetBeans IDE打开,串口通讯小程序;启动时会罗列计算机所有串口(Use NetBeans IDE to modify.This programe is for COM communcation,when it start ,it will find all existent COM which local PC has and display to user.)
  3. 所属分类:Java编程

  1. Java调用串口设备之ModbusRTU协议

    0下载:
  2. Java调用串口设备之ModbusRTU协议(ModbusRTU protocal(JAVA))
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:55296
    • 提供者:rocknight
  1. SerialPortDemo-master

    0下载:
  2. Java集成RXTX的jar包,实现串口通信(SerialPortDemo-master.zip)
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:281600
    • 提供者:xiaoer123
  1. android-serialport-api

    1下载:
  2. Android 串口调试工具app,用于Android平台的串口调试,比如:设置串口波特率,串口设备ttyS*等等(Android serial debugging tool app, for the serial port debugging of Android platform, such as: set serial port rate, serial port device ttyS* and so on.)
  3. 所属分类:Java编程

    • 发布日期:2018-04-22
    • 文件大小:208896
    • 提供者:thomas_2018
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com