把win32com.dll复制到java.home/bin下;把javax.comm.properties复制到java.home/lib下;把comm.jar添加到你classPath下。前面两个都是非常重要的。 Java,comm是专门为Java读取串口信息的而编写的API,这个既可以读取到串口的信息,也可以进行相关数据的写入到对应的串口中。这个一般刚刚开始,使用简单的代码,进行读取的时候,可能会什么都没有发现,这个是应该,你的代码的问题,网上有的人说是,电脑配置了这个环境,机器要重新的启动,但是我测试了,这个是不对的。这个是代码的问题导致的
2022-05-14 21:01:14 31KB java 串口 驱动 comm.jar
1
Since the 4e appeared, a fast evolution of the field has occurred. The 5e of this classic work provides an up-to-date account of the nonlinear phenomena occurring inside optical fibers, the basis of all our telecommunications infastructure as well as being used in the medical field. Reflecting the big developments in research, this new edition includes major new content: slow light effects, which offers a reduction in noise and power consumption and more ordered network traffic-stimulated Brillouin scattering; vectorial treatment of highly nonlinear fibers; and a brand new chapter on supercontinuum generation in optical fibers.
2022-04-27 20:34:47 20.6MB nonlinear Fiber-Optic Comm
1
经win10旗舰版21H2实测好用的两个profilic PL2303HXA USB-to-Serial Comm Port 驱动.
2022-04-16 19:00:50 3.74MB PL2303HXA 驱动
1
VMW_10Q3_PPT_Library_VMware_icons-diagrams_R7_COMM_1_of_2
2022-03-25 14:50:40 10.81MB WMware Visio图标
1
labview采用MSCOMM控件完成串口通信,发送,中断接收。 自己正使用的这种方法,确实是有效的,自己再添加协议什么的,丰富内容。-LabVIEW uses the MSCOMM control to complete serial communication, send, receive interrupt.
2022-03-25 14:21:22 21KB Labview COMM 串口通信 发送
1
java串口开发示例 内含win32com.dll、javax.comm.properties、comm.jar等文件 csdn上倒是资源不少,但积分要得太多了,好不容易在国外网站找到一个,免费共享给大家~~~
2022-03-24 09:36:45 271KB comm.jar win32com.dll javax.comm.prope 串口
1
语音应用,可以用于智能家居,汽车报站,等等所有能用到语音的地方都可以用到
2022-02-13 17:44:45 83KB LP_COMM
1
not-yet-commons-ssl-0.3.9.jar 资源共享,有需要其他jar包的可以在评论留言,看到后我会陆续上传。
2022-01-28 02:59:33 252KB not-yet-comm
1
十进制小数转二进制matlab代码matlab-ascii-comm-notes 使用MATLAB发送和接收ASCII数据包的注意事项: fprintf和fscanf与 fwrite和fread vs. 写和读 ASCII码 回想一下,ASCII是一个8位字符系统(256个字符)。 例如,“回车”字符的十进制表示形式为13,十六进制为0x0D,二进制为00001101。 终止符 MATLAB必须始终发送串行设备期望的任何终止符。 当matlab读回数据时,它需要剥离设备发送的所有终止符 fprintf 支持: MATLAB.serial MATLAB.tcpip fprintf(x, cCommand)做一些非显而易见的事情 它将命令格式化为%s \ n(可选,您可以提供格式),例如: cCommand = ' go ' % becomes 'go\n' 对于串行端口,TCPIP,UDP和VISA串行对象, fprintf用终止符属性值替换格式化的cmd中所有出现的\ n。 如果Terminator = LF “换行”,则发送到设备的小数表示为10, 如果Terminator符= CR
2022-01-12 13:38:56 3KB 系统开源
1
Java串口通信简单实现二台电脑串口通信 利用了 comm控件 源代码
2021-12-27 22:32:15 271KB Java 串口通信 comm控件
1