搜索资源列表
SerialBean1
- 此程序是java写的关于串口的操作,对写串口数据,和读取串口数据等操作
Test
- java串口通信的例子,简单的从一个端口读取-java serial communication example, a simple read from a port
serial
- Java实现串口全双工通讯 一个Java读取串口值的类(收藏) 这是一个通过JAVA的扩展包(javax.comm)从串口读取值的类, 本类库(javax.comm)主要包括: SerialBean.java (与其他应用程序的接口), SerialBuffer.java (用来保存从串口所接收数据的缓冲区), ReadSerial.java (从串口读取数据的程序)。-Serial full-duplex communication
java_chuankou
- java读取串口数据,提供需要的的类,和安装说明,有源码可共测试用-java read serial data, to provide the required classes, and installation instructions, a source can be a total test
readawrite-data-throuth-serial-port
- 传感器通过串口和计算机连接,计算机通过串口读取传感器数据-Sensors connected to the computer through the serial port and the computer reads the sensor data through the serial port
Library
- 用于图书馆图书自动定位系统的配套程序,可用于实现基于RFID的图书馆图书简易定位系统及其数据库。 有两部分组成: LibraryTest 含有可实现图书添加,查询,删除等功能的java scr ipt程序; Serial 中含有与串口通讯设备的通讯程序。例如,我们购买的RFID设备为RS485串口,使用com3中的test1可实现自动读取与写入数据库。-Supporting program for automatic positioning of the Library system
POSRS232
- 一个用JAVA写的读取PC RS232串口的程序,支持全双工操作-an example program for reading datas from RS232 COM ports of a PC
RXTX2.1.7Test
- Windows下面Java读取串口,32位测试过。RXTX包。-Windows reads the following Java serial, 32 tested. RXTX package.
javaSerial
- java串口代码及配置,通过java读取RS232串口接口数据源代码-java serial code and configuration via RS232 serial interface data read java source code
SerialDemo1
- java串口编程的源代码,可在window平台下读取串口输入,和写串口操作。-java serial programming source code, can be read in the window platform serial input, and write the serial port operations.
COM
- 串口编程所需的Jar包,和两个小例子,分别用来读取串口数据和写入串口数据-jar required for COM programming and two java files which are two demo for reading data from COM and writing data to COM
RXTX
- Java 读取串口数据,用Java 编写的读取串口中的数据-Java 读取串口数据
java串口连接pos机输入输出
- 应用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
DataCollectionTools
- 通过电脑串口读取装置寄存器的数据(MODBUS协议),界面显示读取数据,然后存于数据库中,有配置串口、点表、配置数据库、插入数据库时间的界面功能(Through the computer serial port to read data register device (MODBUS protocol), the interface display read data, and then stored in the database, the interface function, serial
rxtx
- Java串口编程:串口数据的发送与监听读取 本人在近期的开发工作中遇到向串口发送设备控制指令的需求,遂对串口编程进行了略微深入的钻研,在此对自己的一些心得和经验进行总结,以供大家参考与交流。(Java serial programming: serial data transmission and monitoring reading In recent development, I encountered the need to send control instructions to
SerialPortUtilityNew
- java操作电脑串口,实现读取和发送数据(Java operates the serial port to read and send data)