I am trying to read values through gurux.dlms.simulator.java according to the video on the youtube(Link: https://www.youtube.com/watch?v=4o7SG3YYaIE). However, there is an error happened. The output is showing below:
PS D:\Downloads\gurux.dlms.java-master\gurux.dlms.simulator.java> java -jar target\gurux.dlms.simulator.java-0.0.1-SNAPSHOT.jar -S COM4 -o sim.xml -t Verbose Authentication: None ClientAddress: 0x10 ServerAddress: 0x1 ---------------------------------------------------------- ??±ú??Ч Available ports: COM1, COM4 ??±ú??Ч PS D:\Downloads\gurux.dlms.java-master\gurux.dlms.simulator.java> java -jar target\gurux.dlms.simulator.java-0.0.1-SNAPSHOT.jar -S COM4 -c 5 -s 16383 -a Low -p 33333333 -o sim.xml -t Verbose class gurux.serial.GXSerial cannot be cast to class gurux.net.GXNet (gurux.serial.GXSerial and gurux.net.GXNet are in unnamed module of loader 'app') PS D:\Downloads\gurux.dlms.java-master\gurux.dlms.simulator.java>
I just tested this and it worked without problems. What I did:
1. mvn clean package
2. java -jar target\gurux.dlms.simulator.java-0.0.1-SNAPSHOT.jar -S COM15 -s 1 -c 16 -t Verbose -o sim.xml
Are you getting any errors or warnings when you build the app? Have you modified the source code?
Hi,
Hi,
I just tested this and it worked without problems. What I did:
1. mvn clean package
2. java -jar target\gurux.dlms.simulator.java-0.0.1-SNAPSHOT.jar -S COM15 -s 1 -c 16 -t Verbose -o sim.xml
Are you getting any errors or warnings when you build the app? Have you modified the source code?
BR,
Mikko