SerialPortDemo icon indicating copy to clipboard operation
SerialPortDemo copied to clipboard

使用Java实现的串口通信示例,可在Windows、Linux、Mac系统上运行

Results 1 SerialPortDemo issues
Sort by recently updated
recently updated
newest added

不好意思在这里提问了,怕掘金上您看不到。 我做到了 springboot 项目中,pom.xml 代码如下 ![image](https://user-images.githubusercontent.com/29369287/201809872-366bcc21-734f-4191-b118-459e5c6808fc.png) 进行打包 - 目标是将RXTXcomm.jar一同打包 编译 jar 后以压缩文件的形式打开 jar 在路径target\callcenter-0.0.1-SNAPSHOT.jar\BOOT-INF\lib 下有文件 RXTXcomm.jar 但是启动失败,是不是还要将两个 dll 文件要打包进来?要如何打包 ? 后来又尝试将两个 dll 文件也放到 \src\main\resources\lib 下再次打包 jar 文件,在目标电脑上运行还是启动失败