搜索资源列表
comm2.0.3
- Comm.jar是Sub实现底层串口操作的API,调用了本地的DLL文件,因为Java本身不具备直接访问硬件设置的能力,都是通过调用本地方法来实现的.可以Java的官方网站下载.下载之后把其中Comm.jar包导入到工程的Classpath中,把另外两个非常重要的文件javax.comm.properties和win32com.dll考贝到你的工程目录下,即java.user下.-Comm.jar is Sub achieve bottom of the serial port operatio
javacomm20-win32
- java串口编程包,很好用 javax.comm.properties win32com.dll comm..jar
SerialPar
- 对串口的端口 的测试类 是javax.comm 的入门 -Serial port on the test category is javax.comm entry
serial
- Java实现串口全双工通讯 一个Java读取串口值的类(收藏) 这是一个通过JAVA的扩展包(javax.comm)从串口读取值的类, 本类库(javax.comm)主要包括: SerialBean.java (与其他应用程序的接口), SerialBuffer.java (用来保存从串口所接收数据的缓冲区), ReadSerial.java (从串口读取数据的程序)。-Serial full-duplex communication
javaxcomm
- Java串行端口技術協議,含有comm.jar,javax.comm.properties,win32com-You can get comm.jar,javax.comm.properties,win32com.dll in this zip file
javax_comm
- Javax.comm source libraries
SerialDemo
- Serial Communication-package aa import javax.comm.* import java.util.Properties import java.util.Enumeration import org.omg.Dynamic.* import java.awt.Choice public class serialcomm { void listPortChoices() { Ser
JAVA_COM_PORT
- Simple COM port access java implemented with javax.comm library
MessageModern
- 1.这里主要是java调用短信猫发送短信。 这里的短信猫主要使用RS232串口与服务器通信。 2.需要用到开源组织开发的smslib.jar,直接导入开发环境即可。 3.smslib.jar 需要用到java串口通信需要用到的comm.jar,win32com.dll和javax.comm.properties。-1 here is the java call to the GSM Modem to send text messages. SMS cats here use RS232
javaSerialAndJavacomm20-win32
- comm.jar javax.comm.properties win32com.dll 还有源码,文档说明! 包含: javacomm20-win32.zip javaSerial.zip 这两个包,其中 javaSerial.zip 是重复的! 不知道为什么需要,但串口操作比较敏感,所以就一并上载-There comm.jar javax.comm.properties win32com.dll source documentation ! Includes: j
java_com
- java串口通信包javacomm20-win32.zip Javax.comm是Sun公司提供的,用于开发平台独立的通讯应用程序的扩展API。(ps:这里javax的x很准确地表明了它是一个扩展包,而不是核心包(core package),但由于历史原因,javax下的并不都是扩展包,比如swing包已经是Java核心架构的一部分了,不过为了与Java1.1编码兼容,仍使用javax.swing。)javax.comm可以访问RS232接口(串口)及有限制地访问IEEE-1284(并口)。-J
mfz-rxtx-2.2-20081207-win-x64
- 64位RXTX串口读取驱动,比javax.comm好用-64 bit RXTX
JavaxCommDemo
- 简单的JAVAXCOMM串口读写,串口可以使用模拟器模拟(Simple JAVAXCOMM serial read and write, the serial port can be simulated using the simulator)