CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 串口编程 搜索资源 - java serial port

搜索资源列表

  1. java_serial

    0下载:
  2. 用java程序从串口读数据 在这个通讯程序中使用了一个简单的协议,既不同的消息之间用星号 * 作为分隔。这个 程序中的问题是ReadSerial进程和WriteSerial进程不能够同时启动,出错信息是不能够 打开串口,因为同样一个串口不能够同时被打开两次(在ReadSerial中声明了FileReader 和在WriteSerial中声明了FileWriter)。这样是不能够实现全双工通讯的。不知道有没有 做过的大侠能够讲讲处理的办法。 -with readi
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:2024
    • 提供者:
  1. CH341EVT

    0下载:
  2. 多种语言实现USB转串口的串口助手,包括C++,VB和Java。-Languages ​ ​ to achieve USB to serial port assistants, including C++, VB and Java.
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:671239
    • 提供者:Mary
  1. Key

    0下载:
  2. Java 串口调用密码键盘程序 串口通讯-Java serial port communication program called PIN pads
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:3375
    • 提供者:夏宇
  1. SeriPort

    2下载:
  2. to connect serial port with java using rxtx lib
  3. 所属分类:串口编程

    • 发布日期:2013-08-18
    • 文件大小:157299
    • 提供者:Selcuk
  1. sms

    0下载:
  2. 通过串口连接GSM Modem程序发送短信的程序,用Java编写-GSM Modem connected through the serial port to send SMS procedures, using Java to prepare
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:9058
    • 提供者:laohan83
  1. CommPortIdentifier

    0下载:
  2. 通过该程序可以获取机子上的所有串口和并行口,进行串口通信/。-The program can be accessed through the machine all the serial and parallel port for serial communication /.
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:5939
    • 提供者:dai
  1. CommConnection

    0下载:
  2. 作为一种Java语言实现的串口通信,可以实现嵌入式系统中的主机与串口进行通信。-As a Java language implementation of serial communication, embedded systems can be achieved in the host and serial port to communicate.
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:748
    • 提供者:男人奋斗
  1. SimpleRead

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

    • 发布日期:2017-03-27
    • 文件大小:1849
    • 提供者:吴荣
  1. java

    0下载:
  2. java串口编程不错的一个实例,对串口很有帮助-java serial port programming a good example of the serial helpful
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:221674
    • 提供者:王小小
  1. 2(2)

    0下载:
  2. 本文主要是java串口编程的例子 首先,要有comm.jar包 view plaincopy to clipboardprint? package cc.dfsoft.ranqi.util import -This article is the first example of java programming serial port, there must be comm.jar package view plaincopy to clipboardprint? Package cc.dfso
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:2473
    • 提供者:杨博文
  1. javacomm20-win32

    0下载:
  2. java的串口监听程序,用于检测串口是否正确接收到数据-java serial port listener for the detection of serial data received is correct
  3. 所属分类:Com Port

    • 发布日期:2017-03-21
    • 文件大小:175864
    • 提供者:Zhao
  1. SMSSender

    0下载:
  2. 一个JAVA控制电脑串口,通过短信猫收发短消息的程序。-A JAVA control computer serial port, received via text message Send PM cat program.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:24576
    • 提供者:金秀炫
  1. java-com

    0下载:
  2. 自己写的简单上位机软件, 实现对com1口的监听, uart, 界面不是很完善, 提醒要自己写的同学们: 界面中输入的是字符串, 要输出到串口, 必须转化成16进制, 否则底层的协议是不会通过的。-Write your own simple PC software to realize the com1 port monitor, uart, the interface is not perfect, remind students to write their
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:3476
    • 提供者:一锅云
  1. server

    0下载:
  2. java串口编程,源码,自用,保证编译通过-java serial port programming, source, own, guarantee that the compiler through
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:137611
    • 提供者:王兵
  1. yhj_java20090512

    0下载:
  2. 解决java串口操作中发送数据中只要包含0x0A,操作系统自动在0x0A前添加0x0D的的问题例子程序。-resolve java serial port send data with 0x0A,operate system auto add 0x0D problem.
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:4549873
    • 提供者:junsheng.zhu
  1. Java7

    0下载:
  2. Java的串口助手源代码,适合学习串口编程的初学者学习使用,也可修改后用作其他用途-Serial port Java the assistant source code, suitable for beginners learning serial programming to learn to use, also can be modified and used for other purposes
  3. 所属分类:Com Port

    • 发布日期:2017-10-30
    • 文件大小:22031
    • 提供者:陌上柳
  1. Serial

    0下载:
  2. 利用Java编程串口程序,通过串口接收程序-Using the Java programming serial procedures, through the serial port to receive program
  3. 所属分类:Com Port

    • 发布日期:2017-11-10
    • 文件大小:501895
    • 提供者:陌若末
  1. CS

    0下载:
  2. Java连接串口的串口程序 已通过测试 485口- Java serial port COM port
  3. 所属分类:Com Port

    • 发布日期:2017-04-10
    • 文件大小:1059141
    • 提供者:严征征
  1. eternity-sms

    0下载:
  2. JAVA 的串口通讯包,用于进行串口通讯和从串口获取数据等功能。(Com with Serial port in Java)
  3. 所属分类:串口编程

    • 发布日期:2017-12-25
    • 文件大小:32768
    • 提供者:naleite
  1. JAVA串口采集数据

    2下载:
  2. 实现java对串口数据的采集功能,详细的代码请看压缩包中的实现类(Implementing the Collection Function of Serial Port Data in Java)
  3. 所属分类:串口编程

    • 发布日期:2019-12-09
    • 文件大小:144384
    • 提供者:小小宇宇宇
« 12 »
搜珍网 www.dssz.com