kochedykov / jlibmodbus

JLibModbus - is an implementation of the Modbus protocol v1.1b in java language. Java modbus library. It works. Welcome.
http://kochedykov.github.io/jlibmodbus/
Apache License 2.0
299 stars 128 forks source link

jserialcomm 2.6.2 problem #53

Open rdkartono opened 4 years ago

rdkartono commented 4 years ago

on jserialcomm 2.6.2, have problem with SetComPortParameter.

My java code `/**

Log : java.lang.NoSuchMethodError: com.fazecast.jSerialComm.SerialPort.setComPortParameters(IIII)V at com.intelligt.modbus.jlibmodbus.serial.SerialPortJSerialComm.open(SerialPortJSerialComm.java:71) at com.intelligt.modbus.jlibmodbus.net.ModbusConnectionSerial.openImpl(ModbusConnectionSerial.java:60) at com.intelligt.modbus.jlibmodbus.net.ModbusConnection.open(ModbusConnection.java:45) at com.intelligt.modbus.jlibmodbus.slave.RequestHandlerSerial.run(RequestHandlerSerial.java:51) at java.lang.Thread.run(Thread.java:748)

JardarM commented 3 years ago

From what I understand there is only a rebuild required and updated reference to jseriallib 2.6.2 to make new release. Would be highly appreciated if somebody could do this?

kochedykov commented 3 years ago

The new release is coming soon.

pfried commented 3 years ago

@kochedykov I know it is a bit annoying if people request things. But this release would really save me some real trouble since we are now somehow stuck with a inferior jserialcomm when using jlibmodbus. Could you make a new release?

emilm commented 2 years ago

The new release is coming soon.

@kochedykov any news on this? :)

emilm commented 1 year ago

I guess this project is dead.

kochedykov commented 1 year ago

I guess this project is dead.

it's still alive!)

emilm commented 1 year ago

Haha good to hear :)

ramen2k10 commented 1 year ago

Serial Communication support both stopbit 1 and 2 then why in the above code in parameters details it mentioned - @param stopbit : typically 1 ?? Is jSerialComm supports only stop bits 1 ?