搜索资源列表

  1. 金仓串口MODEM池使用操作说明书

    0下载:
  2. 1 产品介绍..................................................................................................................................4 1.1 功能特点..........................................................................
  3. 所属分类:编程文档

    • 发布日期:2011-01-05
    • 文件大小:282.27kb
    • 提供者:jaty613
  1. SerialBean1

    0下载:
  2. 此程序是java写的关于串口的操作,对写串口数据,和读取串口数据等操作-This procedure is written in java on the serial port operation, to write the serial data, and reading serial data operation
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:jianhong
  1. serial

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

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:xiaofeng
  1. SimpleRead

    0下载:
  2. 用JAVA实现对串口编程!主要是从计算机的串口CM1读取数据!-Realize the serial programming with JAVA! Mainly from the computer' s serial port to read data CM1!
  3. 所属分类:串口编程

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:吴荣
  1. Test

    0下载:
  2. java串口通信的例子,简单的从一个端口读取-java serial communication example, a simple read from a port
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:1kb
    • 提供者:david
  1. java_chuankou

    0下载:
  2. java读取串口数据,提供需要的的类,和安装说明,有源码可共测试用-java read serial data, to provide the required classes, and installation instructions, a source can be a total test
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:1.22mb
    • 提供者:管春林
  1. readawrite-data-throuth-serial-port

    0下载:
  2. 传感器通过串口和计算机连接,计算机通过串口读取传感器数据-Sensors connected to the computer through the serial port and the computer reads the sensor data through the serial port
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:5kb
    • 提供者:wangfang
  1. SerialPort

    0下载:
  2. 牛逼的程序 android系统下读取串口的示例代码,有点难度哦-牛逼 android system program to read the serial port sample code, a bit more difficult oh
  3. 所属分类:android开发

    • 发布日期:2024-11-27
    • 文件大小:249kb
    • 提供者:liuling
  1. seriaport_textview

    0下载:
  2. android串口通讯:能自动读取串口数据,并将显示在textView上。-android serial communication: serial data can be automatically read and displayed on the textView on.
  3. 所属分类:android开发

    • 发布日期:2024-11-27
    • 文件大小:69kb
    • 提供者:slyaoba
  1. comm

    0下载:
  2. 用Java实现串口读取,接收数据的串口通信软件源码-implement of serial communicatin using JAva
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-27
    • 文件大小:3kb
    • 提供者:chenjun
  1. java-applet_chuankou

    0下载:
  2. java web实现通过扫描枪读取并显示串口通信数据。-java web, read and display serial communication data via a scanner.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-11-27
    • 文件大小:86kb
    • 提供者:陈晨
  1. Test

    0下载:
  2. 通过java读取电脑串口数据,免去下载串口助手(Read computer serial data)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:1.25mb
    • 提供者:whl414
  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
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:101kb
    • 提供者:yjsjava
  1. SerialDemo

    0下载:
  2. java rxtx 串口读取传感器内容,通过JSON格式传输(Java rxtx serial read sensor content, through the JSON format transmission)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:182kb
    • 提供者:zhwer12
  1. DataCollectionTools

    0下载:
  2. 通过电脑串口读取装置寄存器的数据(MODBUS协议),界面显示读取数据,然后存于数据库中,有配置串口、点表、配置数据库、插入数据库时间的界面功能(Through the computer serial port to read data register device (MODBUS protocol), the interface display read data, and then stored in the database,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:2.91mb
    • 提供者:leekey
  1. rxtx

    0下载:
  2. Java串口编程:串口数据的发送与监听读取   本人在近期的开发工作中遇到向串口发送设备控制指令的需求,遂对串口编程进行了略微深入的钻研,在此对自己的一些心得和经验进行总结,以供大家参考与交流。(Java serial programming: serial data transmission and monitoring reading In recent development, I encountered the need t
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:792kb
    • 提供者:cherubimzyc
  1. SerialPortUtilityNew

    0下载:
  2. java操作电脑串口,实现读取和发送数据(Java operates the serial port to read and send data)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-11-27
    • 文件大小:2kb
    • 提供者:java-Li
  1. Rxtx串口通信链接库及jar包32位64位

    0下载:
  2. Java 读取串口数据,用Java 编写的读取串口中的数据 (Java 读取串口数据)(Java reads serial data and reads data from serial port written in Java (Java reads serial data))
  3. 所属分类:串口编程

    • 发布日期:2024-11-27
    • 文件大小:302kb
    • 提供者:小阿文
  1. SerialPort

    0下载:
  2. 读取USB串口数据,支持热插拔,目前可以使用,支持其他程序调用,也可以直接访问获取读取到数据。(Read USB serial data, support hot plug, can be used at present, support other program calls, also can directly access to get, read to the data.)
  3. 所属分类:其他小程序

    • 发布日期:2024-11-27
    • 文件大小:19.37mb
    • 提供者:一叶秋风凉
  1. demo-0.0.1-SNAPSHOT

    0下载:
  2. 串口通讯,读取串口数据,发送串口数据,监听串口数据(serial communication)
  3. 所属分类:串口编程

« 12 »

源码中国 www.ymcn.org